Paragraph.ListStyle Property

Definition

Gets or sets a value that indicates whether this paragraph is part of a list, and identifies the numbering type.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ListStyle ListStyle { Microsoft::ReportingServices::RdlObjectModel::ListStyle get(); void set(Microsoft::ReportingServices::RdlObjectModel::ListStyle value); };
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public Microsoft.ReportingServices.RdlObjectModel.ListStyle ListStyle { get; set; }
[<System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)>]
member this.ListStyle : Microsoft.ReportingServices.RdlObjectModel.ListStyle with get, set
Public Property ListStyle As ListStyle

Property Value

A ListStyle object.

Attributes

Applies to