Właściwość Report.LeftMargin
Pobiera szerokość lewego marginesu.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property LeftMargin As ReportSize
Get
'Użycie
Dim instance As Report
Dim value As ReportSize
value = instance.LeftMargin
public ReportSize LeftMargin { get; }
public:
property ReportSize^ LeftMargin {
ReportSize^ get ();
}
member LeftMargin : ReportSize
function get LeftMargin () : ReportSize
Wartość właściwości
Typ: Microsoft.ReportingServices.ReportRendering.ReportSize
A ReportSize obiektu zawierającego szerokość marginesu na lewej stronie.