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 配列。