Свойство ListLevel
Indicates the numbering style and/or indentation level.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property ListLevel As Integer
Get
Set
'Применение
Dim instance As Paragraph
Dim value As Integer
value = instance.ListLevel
instance.ListLevel = value
public int ListLevel { get; set; }
public:
property int ListLevel {
int get ();
void set (int value);
}
member ListLevel : int with get, set
function get ListLevel () : int
function set ListLevel (value : int)
Значение свойства
Тип System. . :: . .Int32
An int value.