ComponentOne FlexReport for WinForms
GetReportList(String) Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class > GetReportList Method : GetReportList(String) Method
Contains the full name of the XML report definition file.
Gets a list of reports available in an XML report definition file.
Syntax
'Declaration
 
Public Overloads Shared Function GetReportList( _
   ByVal fileName As System.String _
) As System.String()
public static System.string[] GetReportList( 
   System.string fileName
)

Parameters

fileName
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

Reference

C1FlexReport Class
C1FlexReport Members
Overload List