Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ListStyle Enumeration

In This Topic
    ListStyle Enumeration
    In This Topic
    Specifies the paragraph list style.
    Syntax
    'Declaration
     
    Public Enum ListStyle 
       Inherits System.Enum
    public enum ListStyle : System.Enum 
    Members
    MemberDescription
    BulletedIndicates that this is a list paragraph with bullets.
    NoneIndicates that this is not a list paragraph and that there is no bullet/number for this paragraph.
    NumberedIndicates that this is a list paragraph with numbering.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.ListStyle

    See Also