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.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public MustOverride ReadOnly Property ListStyle As ReportEnumProperty(Of ListStyle)
    Get
用法
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>

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ListStyle>
A ReportEnumProperty<EnumType> object that indicates whether this paragraph is part of a list, and identifies the numbering type.

请参阅

参考

Paragraph 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间