共用方式為


Paragraph.m_listStyle 欄位

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Specifies the collection of list style properties.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Protected m_listStyle As ReportEnumProperty(Of ListStyle)
'用途
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>

請參閱

參考

Paragraph 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間