ComponentOne FlexReport for WinForms
Load(String,String,Boolean) Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class > Load Method : Load(String,String,Boolean) Method
Full name of the XML report definition file.
Name of the report to retrieve from the file (case-insensitive).
OUT: Contains true if report definition was imported from old C1Report format.
Loads a report from an XML report definition file.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal fileName As System.String, _
   ByVal reportName As System.String, _
   ByRef converted As System.Boolean _
) 
public void Load( 
   System.string fileName,
   System.string reportName,
   out System.bool converted
)

Parameters

fileName
Full name of the XML report definition file.
reportName
Name of the report to retrieve from the file (case-insensitive).
converted
OUT: Contains true if report definition was imported from old C1Report format.
Remarks
You can get a list of reports available in the file using the GetReportList(String) method.
See Also

Reference

C1FlexReport Class
C1FlexReport Members
Overload List