AutoComplete for ASP.NET Web Forms
Load(Stream,String) メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス > Load メソッド : Load(Stream,String) メソッド
Stream containing XML report definition.
Name of the report to retrieve from the file (case-insensitive).
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 _
) 
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).
解説
You can get a list of reports available in the file using the GetReportInfo(String) method.
参照

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