ImageMapAreaInstance.Coordinates 属性
Gets the calculated coordinates of the ImageMapArea, in percentage of chart size.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property Coordinates As Single()
Get
用法
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[]
属性值
类型:array<System.Single[]
An array of float values that represents the calculated coordinates of the ImageMapArea.