Loads a report from an XML report definition in stream.
シンタックス
'宣言
Public Overloads Sub Load( _
ByVal As System.IO.Stream, _
ByVal As System.String, _
ByRef 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 ,
System.string ,
out System.bool
)
パラメータ
- 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.
参照