Поделиться через


Свойство CompiledParagraphInstance.ListLevel

Gets the parsed value of the ListLevel property in a Paragraph class.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Overrides ReadOnly Property ListLevel As Integer 
    Get
'Применение
Dim instance As CompiledParagraphInstance 
Dim value As Integer 

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

Значение свойства

Тип: System.Int32
An int value that represents the parsed value of the ListLevel property.

См. также

Справочник

CompiledParagraphInstance Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering