Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Remarks
The values returned depend on the value of the Shape property:
A Rectangle is represented by a series of left, right, top, and bottom values.
A Polygon is represented by a series of x,y pairs.
A Circle is represented by x, y, and radius values.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace