Condividi tramite


Proprietà Paragraph.ListLevel

Gets an expression that evaluates to the numbering style and/or indentation level.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property ListLevel As ReportIntProperty 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object that represents the numbering style and/or indentation level.

Vedere anche

Riferimento

Paragraph Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering