ImageData プロパティ
BackgroundImage クラスの ImageData()()()() プロパティの計算値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property ImageData As Byte()
Get
'使用
Dim instance As BackgroundImageInstance
Dim value As Byte()
value = instance.ImageData
public byte[] ImageData { get; }
public:
virtual property array<unsigned char>^ ImageData {
array<unsigned char>^ get () sealed;
}
abstract ImageData : byte[]
override ImageData : byte[]
final function get ImageData () : byte[]
プロパティ値
型: array<System. . :: . .Byte> [] () [] []
BackgroundRepeat プロパティの計算値を表す byte 配列。