다음을 통해 공유


ImageData 속성

Gets the calculated value of the ImageData()()()() property in a BackgroundImage class.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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> [] () [] []
A byte array that represents the calculated value of the BackgroundRepeat property.

구현

IImageInstance. . :: . .ImageData