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


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FlexReport クラス > Load メソッド : Load(Stream,String,Boolean) メソッド
Stream containing XML report definition.
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 in stream.
シンタックス
'宣言
 
Public Overloads Sub Load( _
   ByVal stream As System.IO.Stream, _
   ByVal reportName As System.String, _
   ByRef converted As System.Boolean _
) 
'使用法
 
Dim instance As FlexReport
Dim stream As System.IO.Stream
Dim reportName As System.String
Dim converted As System.Boolean
 
instance.Load(stream, reportName, converted)
public void Load( 
   System.IO.Stream stream,
   System.string reportName,
   out System.bool converted
)

パラメータ

stream
Stream containing XML report definition.
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.
解説
You can get a list of reports available in the file using the GetReportList(Stream) method.
参照

参照

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