Propriedade do RDL Page.BottomMargin
Gets or sets the width of the bottom margin.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property BottomMargin As ReportSize
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportSize object.