다음을 통해 공유


ListLevel 속성

Indicates the numbering style and/or indentation level.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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