Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets an expression that evaluates to a value that indicates whether this paragraph is part of a list, and identifies the numbering type.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property ListStyle As ReportEnumProperty(Of ListStyle)
Get
'Utilisation
Dim instance As Paragraph
Dim value As ReportEnumProperty(Of ListStyle)
value = instance.ListStyle
public abstract ReportEnumProperty<ListStyle> ListStyle { get; }
public:
virtual property ReportEnumProperty<ListStyle>^ ListStyle {
ReportEnumProperty<ListStyle>^ get () abstract;
}
abstract ListStyle : ReportEnumProperty<ListStyle>
abstract function get ListStyle () : ReportEnumProperty<ListStyle>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ListStyle>
A ReportEnumProperty<EnumType> object that indicates whether this paragraph is part of a list, and identifies the numbering type.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering