BottomMargin-Eigenschaft
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)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
A ReportSize object.