次の方法で共有


IImageInstance.ImageData プロパティ

画像データを取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
ReadOnly Property ImageData As Byte()
    Get
'使用
Dim instance As IImageInstance 
Dim value As Byte()

value = instance.ImageData
byte[] ImageData { get; }
property array<unsigned char>^ ImageData {
    array<unsigned char>^ get ();
}
abstract ImageData : byte[]
function get ImageData () : byte[]

プロパティ値

型: array<System.Byte[]
この画像データを表す byte 配列。

関連項目

参照

IImageInstance インターフェイス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間