Propriedade Coordinates
Gets the calculated coordinates of the ImageMapArea, in percentage of chart size.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Coordinates As Single()
Get
'Uso
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[]
Valor da propriedade
Tipo: array<System. . :: . .Single> [] () [] []
An array of float values that represents the calculated coordinates of the ImageMapArea.
Consulte também