Udostępnij przez


Właściwość Style.PaddingTop

Pobiera wyrażenie definiującego uzupełnienie między górną krawędzią element raportu i jego zawartość.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public Overrides ReadOnly Property PaddingTop As ReportSizeProperty
    Get
'Użycie
Dim instance As Style
Dim value As ReportSizeProperty

value = instance.PaddingTop
public override ReportSizeProperty PaddingTop { get; }
public:
virtual property ReportSizeProperty^ PaddingTop {
    ReportSizeProperty^ get () override;
}
abstract PaddingTop : ReportSizeProperty
override PaddingTop : ReportSizeProperty
override function get PaddingTop () : ReportSizeProperty