Proprietà CompiledParagraphInstance.ListLevel
Gets the parsed value of the ListLevel property in a Paragraph class.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Overrides ReadOnly Property ListLevel As Integer
Get
'Utilizzo
Dim instance As CompiledParagraphInstance
Dim value As Integer
value = instance.ListLevel
public override int ListLevel { get; }
public:
virtual property int ListLevel {
int get () override;
}
abstract ListLevel : int
override ListLevel : int
override function get ListLevel () : int
Valore proprietà
Tipo: System.Int32
An int value that represents the parsed value of the ListLevel property.
Vedere anche
Riferimento
CompiledParagraphInstance Classe
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering