Report オブジェクトをレポート定義から読み込みます。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Shared Function Load ( _
bytes As Byte() _
) As Report
'使用
Dim bytes As Byte()
Dim returnValue As Report
returnValue = Report.Load(bytes)
public static Report Load(
byte[] bytes
)
public:
static Report^ Load(
array<unsigned char>^ bytes
)
static member Load :
bytes:byte[] -> Report
public static function Load(
bytes : byte[]
) : Report
パラメーター
- bytes
型: array<System.Byte[]
レポート定義データ。
戻り値
型: Microsoft.ReportingServices.RdlObjectModel.Report
読み込んだ Report オブジェクトです。