Właściwość MapLimits.MinimumY
Pobiera minimalna 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 MinimumY As ReportDoubleProperty
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty obiektu.
Zobacz także