ProjectionCenterX 屬性
Gets the X projection center of a map viewport in map coordinates.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property ProjectionCenterX As ReportDoubleProperty
Get
'用途
Dim instance As MapViewport
Dim value As ReportDoubleProperty
value = instance.ProjectionCenterX
public ReportDoubleProperty ProjectionCenterX { get; }
public:
property ReportDoubleProperty^ ProjectionCenterX {
ReportDoubleProperty^ get ();
}
member ProjectionCenterX : ReportDoubleProperty
function get ProjectionCenterX () : ReportDoubleProperty