Partager via


Propriété MapLimitsInstance.MaximumY

Gets the calculated value of the MaximumY 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 MaximumY As Double 
    Get
'Utilisation
Dim instance As MapLimitsInstance 
Dim value As Double 

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

Valeur de propriété

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

Voir aussi

Référence

MapLimitsInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering