Свойство Paragraph.ListLevel
Gets an expression that evaluates to the numbering style and/or indentation level.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property ListLevel As ReportIntProperty
Get
'Применение
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
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object that represents the numbering style and/or indentation level.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering