Udostępnij przez


Właściwość Paragraph.ListLevel

Pobiera wyrażenie styl numeracji i/lub poziom wcięcia.

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

Składnia

'Deklaracja
Public MustOverride ReadOnly Property ListLevel As ReportIntProperty
    Get
'Użycie
Dim instance As Paragraph
Dim value As ReportIntProperty

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