Compartir a través de


MapLimits.MinimumX Propiedad

Gets the minimum X 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 MinimumX As ReportDoubleProperty 
    Get
'Uso
Dim instance As MapLimits 
Dim value As ReportDoubleProperty 

value = instance.MinimumX
public ReportDoubleProperty MinimumX { get; }
public:
property ReportDoubleProperty^ MinimumX {
    ReportDoubleProperty^ get ();
}
member MinimumX : ReportDoubleProperty
function get MinimumX () : 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