Freigeben über


Paragraph.m_listStyle-Feld

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Specifies the collection of list style properties.

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

Syntax

'Declaration
Protected m_listStyle As ReportEnumProperty(Of ListStyle)
'Usage
Dim value As ReportEnumProperty(Of ListStyle)

value = Me.m_listStyle 

Me.m_listStyle = value
protected ReportEnumProperty<ListStyle> m_listStyle
protected:
ReportEnumProperty<ListStyle>^ m_listStyle
val mutable m_listStyle: ReportEnumProperty<ListStyle>
protected var m_listStyle : ReportEnumProperty<ListStyle>

Siehe auch

Verweis

Paragraph Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace