Udostępnij przez


Właściwość MapLimits.MaximumX

Pobiera x maksymalna wartość współrzędne mapy wziernika mapy.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property MaximumX As ReportDoubleProperty
    Get
'Użycie
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