ListLevel 屬性
Indicates the numbering style and/or indentation level.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public MustOverride ReadOnly Property ListLevel As ReportIntProperty
Get
'用途
Dim instance As Paragraph
Dim value As ReportIntProperty
value = instance.ListLevel
public abstract ReportIntProperty ListLevel { get; }
public:
virtual property ReportIntProperty^ ListLevel {
ReportIntProperty^ get () abstract;
}
abstract ListLevel : ReportIntProperty
abstract function get ListLevel () : ReportIntProperty