Loads a report from an XML report definition file.

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

Syntax

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

Parameters

fileName
Type: System..::..String
Full name of the XML report definition file.
reportName
Type: System..::..String
Name of the report to retrieve from the file (case-insensitive).

Remarks

You can get a list of reports available in the file using the GetReportInfo(String) method.

See Also