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