Sdílet prostřednictvím


Page.BottomMargin Property

Gets or sets the width of the bottom margin.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property BottomMargin As ReportSize 
    Get 
    Set
'Usage
Dim instance As Page 
Dim value As ReportSize 

value = instance.BottomMargin

instance.BottomMargin = value
public ReportSize BottomMargin { get; set; }
public:
property ReportSize BottomMargin {
    ReportSize get ();
    void set (ReportSize value);
}
member BottomMargin : ReportSize with get, set
function get BottomMargin () : ReportSize 
function set BottomMargin (value : ReportSize)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportSize object.

See Also

Reference

Page Class

Microsoft.ReportingServices.RdlObjectModel Namespace