Właściwość MapLimits.MaximumY
Pobiera maksymalna wartość y w współrzędne mapy dla wziernika mapy.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property MaximumY As ReportDoubleProperty
Get
'Użycie
Dim instance As MapLimits
Dim value As ReportDoubleProperty
value = instance.MaximumY
public ReportDoubleProperty MaximumY { get; }
public:
property ReportDoubleProperty^ MaximumY {
ReportDoubleProperty^ get ();
}
member MaximumY : ReportDoubleProperty
function get MaximumY () : ReportDoubleProperty
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty obiektu.
Zobacz także