다음을 통해 공유


MapMarkerImageInstance.ImageData 속성

Gets the calculated value of the ImageData property in a MapMarkerImage class.

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

구문

‘선언
Public ReadOnly Property ImageData As Byte()
    Get
‘사용 방법
Dim instance As MapMarkerImageInstance 
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.

참고 항목

참조

MapMarkerImageInstance 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스