Compartir a través de


Page.BottomMargin Propiedad

Gets or sets the width of the bottom margin.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

Page Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel