Compartilhar via


Campo Paragraph.m_listStyle

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Specifies the collection of list style properties.

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

Sintaxe

'Declaração
Protected m_listStyle As ReportEnumProperty(Of ListStyle)
'Uso
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>

Consulte também

Referência

Paragraph Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering