Click or drag to resize

ReportToFill Method

Report document fill with data

Namespace:  Velo.Data
Assembly:  Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
private static Document ToFill(
	this Document pDocument,
	Report pReport
)

Parameters

pDocument
Type: SOWIDocument.WordDocument
Report document
pReport
Type: Velo.Data.ModelsReport
Report data

Return Value

Type: Document

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Document. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
NullReferenceException Check report address data object.

Check report bike data object.

Exception Method ToFill trigger an exception
Remarks
See documentation Report Templates
See Also