FlexReport for WinForms
Load(String,String) メソッド


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FlexReport クラス > Load メソッド : Load(String,String) メソッド
Full name of the XML report definition file.
Name of the report to retrieve from the file (case-insensitive).
Loads a report from an XML report definition file.
シンタックス
'宣言
 
Public Overloads Sub Load( _
   ByVal fileName As System.String, _
   ByVal reportName As System.String _
) 
'使用法
 
Dim instance As FlexReport
Dim fileName As System.String
Dim reportName As System.String
 
instance.Load(fileName, reportName)
public void Load( 
   System.string fileName,
   System.string reportName
)

パラメータ

fileName
Full name of the XML report definition file.
reportName
Name of the report to retrieve from the file (case-insensitive).
解説
You can get a list of reports available in the file using the GetReportList(String) method.
参照

参照

FlexReport クラス
FlexReport メンバ
オーバーロード一覧