Condividi tramite


Proprietà Tablix.TopMargin

Gets the width of the top margin.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property TopMargin As ReportSizeProperty 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Tablix Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering