Gets a list of reports available in an XML report definition file.

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

Syntax

C#
public string[] GetReportInfo(
	string fileName
)
Visual Basic
Public Function GetReportInfo ( _
	fileName As String _
) As String()

Parameters

fileName
Type: System..::..String
Contains the full name of the XML report definition file.

Return Value

A string array containing the names of all reports in the XML file.

See Also