Udostępnij przez


Właściwość StyleBase.PaddingLeft

Pobiera wyrażenie definiującego uzupełnienie między lewą 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 MustOverride ReadOnly Property PaddingLeft As ReportSizeProperty
    Get
'Użycie
Dim instance As StyleBase
Dim value As ReportSizeProperty

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