Właściwość LinearScale.EndMargin
Odległość między końcem przyrządu i koniec skali, jako procent rozmiaru przyrządu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property EndMargin As ReportDoubleProperty
Get
'Użycie
Dim instance As LinearScale
Dim value As ReportDoubleProperty
value = instance.EndMargin
public ReportDoubleProperty EndMargin { get; }
public:
property ReportDoubleProperty^ EndMargin {
ReportDoubleProperty^ get ();
}
member EndMargin : ReportDoubleProperty
function get EndMargin () : ReportDoubleProperty
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty obiektu.
Zobacz także