Partager via


ImageMapArea.Coordinates Property

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

Espace de noms: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntaxe

'Déclaration
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[]

Valeur de propriété

An array of float values.

Notes

Nouveau :5 décembre 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.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

ImageMapArea Class
ImageMapArea Members
Microsoft.ReportingServices.ReportRendering Namespace