Condividi tramite


Campo Paragraph.m_listStyle

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Specifies the collection of list style properties.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Protected m_listStyle As ReportEnumProperty(Of ListStyle)
'Utilizzo
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>

Vedere anche

Riferimento

Paragraph Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering