'宣言 Public Overloads Sub Load( _ ByVal fileName As System.String, _ ByVal reportName As System.String, _ ByRef converted As System.Boolean _ )
'使用法 Dim instance As FlexReport Dim fileName As System.String Dim reportName As System.String Dim converted As System.Boolean instance.Load(fileName, reportName, converted)
public void Load( System.string fileName, System.string reportName, out System.bool converted )
パラメータ
- 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.