ImageMapAreaInstance.Coordinates Property
Gets the calculated coordinates of the ImageMapArea, in percentage of chart size.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Coordinates As Single()
Get
'Usage
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[]
Property Value
Type: array<System.Single[]
An array of float values that represents the calculated coordinates of the ImageMapArea.