ImageData 속성
Gets the calculated value of the ImageData()()()() property in a BaseGaugeImage class.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property ImageData As Byte()
Get
‘사용 방법
Dim instance As BaseGaugeImageInstance
Dim value As Byte()
value = instance.ImageData
public byte[] ImageData { get; }
public:
property array<unsigned char>^ ImageData {
array<unsigned char>^ get ();
}
member ImageData : byte[]
function get ImageData () : byte[]
속성 값
유형: array<System. . :: . .Byte> [] () [] []
A byte array that represents the calculated value of the ImageData()()()() property.