次の方法で共有


BackgroundImageInstance.ImageData プロパティ

BackgroundImage クラスの ImageData プロパティの計算値を取得します。

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

構文

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

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

プロパティ値

型: array<System.Byte[]
BackgroundRepeat プロパティの計算値を表す byte 配列。

実装

IImageInstance.ImageData

関連項目

参照

BackgroundImageInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間