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


C1.Report アセンブリ > C1.Report 名前空間 > FlexReport クラス > Load メソッド : Load(XmlDocument,String,Boolean) メソッド
The System.Xml.XmlDocument containing the reports.
The name of the report to load (case-insensitive), can be null in this case first report will be loaded.
OUT: flag that is set to true if the loaded report definition was converted from the legacy C1Report format.
Loads a report from an System.Xml.XmlDocument.
シンタックス
'宣言
 
Public Overloads Sub Load( _
   ByVal doc As System.Xml.XmlDocument, _
   ByVal reportName As System.String, _
   ByRef converted As System.Boolean _
) 
'使用法
 
Dim instance As FlexReport
Dim doc As System.Xml.XmlDocument
Dim reportName As System.String
Dim converted As System.Boolean
 
instance.Load(doc, reportName, converted)
public void Load( 
   System.Xml.XmlDocument doc,
   System.string reportName,
   out System.bool converted
)

パラメータ

doc
The System.Xml.XmlDocument containing the reports.
reportName
The name of the report to load (case-insensitive), can be null in this case first report will be loaded.
converted
OUT: flag that is set to true if the loaded report definition was converted from the legacy C1Report format.
解説
You can get a list of reports available in a file using the GetReportList(XmlDocument) method.This method updates BasePath property to the directory from which the doc was loaded. You can get a list of reports available in a file using the GetReportList(XmlDocument) method.
参照

参照

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