Partilhar via


Propriedade do RDL TablixInstance.TopMargin

Gets the evaluated 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 ReportSize 
    Get
'Uso
Dim instance As TablixInstance 
Dim value As ReportSize 

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

Valor da propriedade

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

Consulte também

Referência

TablixInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering