Compartir a través de


Campo Paragraph.m_listStyle

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Specifies the collection of list style properties.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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>

Vea también

Referencia

Paragraph Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering