Właściwość Page.BottomMargin
Pobiera szerokość dolnego marginesu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property BottomMargin As ReportSize
Get
'Użycie
Dim instance As Page
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.OnDemandReportRendering.ReportSize
A ReportSize obiektu.
Zobacz także