次の方法で共有


Load メソッド (Byte[])

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

パラメーター