Paragraph._ListStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(); };
[System.Xml.Serialization.XmlIgnore]
public Microsoft.ReportingServices.RdlObjectModel.ListStyle _ListStyle { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this._ListStyle : Microsoft.ReportingServices.RdlObjectModel.ListStyle
Public ReadOnly Property _ListStyle As ListStyle
Property Value
A ListStyle object.
- Attributes