Propriedade do RDL Paragraph.ListStyle
Gets an expression that evaluates to a value that indicates whether this paragraph is part of a list, and identifies the numbering type.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public MustOverride ReadOnly Property ListStyle As ReportEnumProperty(Of ListStyle)
Get
'Uso
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>
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ListStyle>
A ReportEnumProperty<EnumType> object that indicates whether this paragraph is part of a list, and identifies the numbering type.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering