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


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

パラメータ

doc
Reference to the System.Xml.XmlDocument that contains the reports.
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(XDocument) method.
参照

参照

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