MapLimitsInstance.MinimumY Propiedad
Gets the calculated value of the MinimumY property in a MapLimits class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Double
A double value that represents the calculated value of the MinimumY property.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering