Report.Load メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
レポートの定義から Report オブジェクトを読み込みます。
オーバーロード
| 名前 | 説明 |
|---|---|
| Load(String) |
レポートの定義から Report オブジェクトを読み込みます。 |
| Load(Stream) |
レポートの定義から Report オブジェクトを読み込みます。 |
| Load(Byte[]) |
レポートの定義から Report オブジェクトを読み込みます。 |
Load(String)
レポートの定義から Report オブジェクトを読み込みます。
public:
static Microsoft::ReportingServices::RdlObjectModel::Report ^ Load(System::String ^ path);
public static Microsoft.ReportingServices.RdlObjectModel.Report Load(string path);
static member Load : string -> Microsoft.ReportingServices.RdlObjectModel.Report
Public Shared Function Load (path As String) As Report
パラメーター
- path
- String
レポート定義ファイルの絶対パスです。
返品
装填された Report の物体。
適用対象
Load(Stream)
レポートの定義から Report オブジェクトを読み込みます。
public:
static Microsoft::ReportingServices::RdlObjectModel::Report ^ Load(System::IO::Stream ^ stream);
public static Microsoft.ReportingServices.RdlObjectModel.Report Load(System.IO.Stream stream);
static member Load : System.IO.Stream -> Microsoft.ReportingServices.RdlObjectModel.Report
Public Shared Function Load (stream As Stream) As Report
パラメーター
- stream
- Stream
レポート定義を含むストリームです。
返品
装填された Report の物体。
適用対象
Load(Byte[])
レポートの定義から Report オブジェクトを読み込みます。
public:
static Microsoft::ReportingServices::RdlObjectModel::Report ^ Load(cli::array <System::Byte> ^ bytes);
public static Microsoft.ReportingServices.RdlObjectModel.Report Load(byte[] bytes);
static member Load : byte[] -> Microsoft.ReportingServices.RdlObjectModel.Report
Public Shared Function Load (bytes As Byte()) As Report
パラメーター
- bytes
- Byte[]
レポート定義データ。
返品
装填された Report の物体。