Compartir a través de


MapLimits.MinimumY Propiedad

Gets the minimum Y value in map coordinates for a map viewport.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property MinimumY As ReportDoubleProperty 
    Get
'Uso
Dim instance As MapLimits 
Dim value As ReportDoubleProperty 

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

Vea también

Referencia

MapLimits Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering