Compartilhar via


Propriedade do RDL TablixInstance.BottomMargin

Gets the evaluated width of the bottom margin.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property BottomMargin As ReportSize 
    Get
'Uso
Dim instance As TablixInstance 
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 da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
Returns ReportSize.

Consulte também

Referência

TablixInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering