Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an expression that evaluates to the numbering style and/or indentation level.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ListLevel As ReportIntProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object that represents the numbering style and/or indentation level.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace