Compartir a través de


MapLimits.MaximumX Propiedad

Gets the maximum 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 MaximumX As ReportDoubleProperty 
    Get
'Uso
Dim instance As MapLimits 
Dim value As ReportDoubleProperty 

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