Partilhar via


Propriedade do RDL MapLimitsInstance.MinimumY

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property MinimumY As Double 
    Get
'Uso
Dim instance As MapLimitsInstance 
Dim value As Double 

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

Valor da propriedade

Tipo: System.Double
A double value that represents the calculated value of the MinimumY property.

Consulte também

Referência

MapLimitsInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering