Specifies the paragraph list style.

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

Syntax

C#
public enum ListStyle
Visual Basic
Public Enumeration ListStyle

Members

Member nameDescription
None Indicates that this is not a list paragraph and that there is no bullet/number for this paragraph.
Numbered Indicates that this is a list paragraph with numbering.
Bulleted Indicates that this is a list paragraph with bullets.

See Also