Compartir a través de


BottomMargin Propiedad

Gets the width of the bottom margin.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property BottomMargin As ReportSize
    Get
'Uso
Dim instance As Report
Dim value As ReportSize

value = instance.BottomMargin
public ReportSize BottomMargin { get; }
public:
property ReportSize^ BottomMargin {
    ReportSize^ get ();
}
member BottomMargin : ReportSize
function get BottomMargin () : ReportSize

Valor de la propiedad

Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .ReportSize
A ReportSize object that contains the width of the bottom margin of the report.