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