Compartilhar via


Propriedade do RDL Tablix.TopMargin

Gets the width of the top margin.

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

Sintaxe

'Declaração
Public ReadOnly Property TopMargin As ReportSizeProperty 
    Get
'Uso
Dim instance As Tablix 
Dim value As ReportSizeProperty 

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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
Returns ReportSizeProperty.

Consulte também

Referência

Tablix Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering