ComponentOne Reports for WPF
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 Paragraph.ListStyle None, this property serves to indent the paragraph. When Paragraph.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