Coordinates 속성
Gets the calculated coordinates of the ImageMapArea, in percentage of chart size.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public ReadOnly Property Coordinates As Single()
Get
‘사용 방법
Dim instance As ImageMapAreaInstance
Dim value As Single()
value = instance.Coordinates
public float[] Coordinates { get; }
public:
property array<float>^ Coordinates {
array<float>^ get ();
}
member Coordinates : float32[]
function get Coordinates () : float[]
속성 값
형식: array<System. . :: . .Single> [] () [] []
An array of float values that represents the calculated coordinates of the ImageMapArea.