Share via


Paragraph.m_listLevel Field

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Specifies the numbering style and/or indentation level.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Protected m_listLevel As ReportIntProperty
'Usage
Dim value As ReportIntProperty 

value = Me.m_listLevel 

Me.m_listLevel = value
protected ReportIntProperty m_listLevel
protected:
ReportIntProperty^ m_listLevel
val mutable m_listLevel: ReportIntProperty
protected var m_listLevel : ReportIntProperty

See Also

Reference

Paragraph Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace