'宣言 Public Overloads Sub Load( _ ByVal stream As System.IO.Stream, _ ByVal reportName As System.String _ )
'使用法 Dim instance As FlexReport Dim stream As System.IO.Stream Dim reportName As System.String instance.Load(stream, reportName)
public void Load( System.IO.Stream stream, System.string reportName )
パラメータ
- stream
- Stream containing XML report definition.
- reportName
- Name of the report to retrieve from the file (case-insensitive).