Partager via


Propriété MapLimitsInstance.MaximumX

Gets the calculated value of the MaximumX property in a MapLimits class.

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

Syntaxe

'Déclaration
Public ReadOnly Property MaximumX As Double 
    Get
'Utilisation
Dim instance As MapLimitsInstance 
Dim value As Double 

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

Valeur de propriété

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

Voir aussi

Référence

MapLimitsInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering