Compartir a través de


ProjectionCenterX Propiedad

Gets the X projection center of a map viewport in map coordinates.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property ProjectionCenterX As ReportDoubleProperty
    Get
'Uso
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