Właściwość ImageMapAreaInstance.Coordinates
Pobiera obliczeniowe współrzędne ImageMapArea, jako procent rozmiaru wykresu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Coordinates As Single()
Get
'Użycie
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[]
Wartość właściwości
Typ: array<System.Single[]
Tablica pływaka wartości, które reprezentuje obliczeniowy współrzędne ImageMapArea.
Zobacz także