Paragraph.ListStyle Property

Definition

Gets an expression that evaluates to a value that indicates whether this paragraph is part of a list, and identifies the numbering type.

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ListStyle> ^ ListStyle { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ListStyle> ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ListStyle> ListStyle { get; }
member this.ListStyle : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ListStyle>
Public MustOverride ReadOnly Property ListStyle As ReportEnumProperty(Of ListStyle)

Property Value

A ReportEnumProperty<EnumType> object that indicates whether this paragraph is part of a list, and identifies the numbering type.

Applies to