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< (Of < ( <'ListStyle> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.