Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Paragraph Class / ListLevel Property

In This Topic
    ListLevel Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Property ListLevel As Integer
    public int ListLevel {get; set;}
    See Also