Gets or sets the numbering style and/or indentation level. Must be equal or greater than 0 and less or equal than 9. For paragraphs with ListStyle None, this property serves to indent the paragraph. When ListStyle is Bulleted or Numbered, it serves as indentation level and bullet/number style.

Default: 0.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int ListLevel { get; set; }
Visual Basic
Public Property ListLevel As Integer
	Get
	Set

See Also