Loads a report definition from a file into the current report. The file should contain an RDL report definition in the supported format.

Namespace:  C1.C1Rdl
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void Load(
	string fileName
)
Visual Basic
Public Sub Load ( _
	fileName As String _
)

Parameters

fileName
Type: System..::..String
The file containing the report definition.

See Also