Partager via


Propriété MapViewportInstance.ProjectionCenterX

Gets the calculated value of the ProjectionCenterX property in a MapViewport class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ProjectionCenterX As Double 
    Get
'Utilisation
Dim instance As MapViewportInstance 
Dim value As Double 

value = instance.ProjectionCenterX
public double ProjectionCenterX { get; }
public:
property double ProjectionCenterX {
    double get ();
}
member ProjectionCenterX : float
function get ProjectionCenterX () : double

Valeur de propriété

Type : System.Double
A double value that represents the calculated value of the ProjectionCenterX property.

Voir aussi

Référence

MapViewportInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering