Freigeben über


ImageMapArea.Coordinates Property

Gets the coordinates of the shape, in percentage of chart size.

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntax

'Declaration
Public ReadOnly Property Coordinates As Single()
public float[] Coordinates { get; }
public:
property array<float>^ Coordinates {
    array<float>^ get ();
}
/** @property */
public float[] get_Coordinates ()
public function get Coordinates () : float[]

Eigenschaftswert

An array of float values.

Hinweise

Neu:05. Dezember 2005

The values returned depend on the value of the Shape property:

  • A rectangle is representing as a series of left, right, top, and bottom values.

  • A polygon is represented as a series of x,y pairs.

  • A circle is represented with x, y, and radius values.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

ImageMapArea Class
ImageMapArea Members
Microsoft.ReportingServices.ReportRendering Namespace