次の方法で共有


StyleBase.m_nonSharedStyles フィールド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

インスタンス オブジェクト間で共有されないスタイル属性の一覧を指定します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Protected m_nonSharedStyles As List(Of StyleAttributeNames)
'使用
Dim value As List(Of StyleAttributeNames)

value = Me.m_nonSharedStyles 

Me.m_nonSharedStyles = value
protected List<StyleAttributeNames> m_nonSharedStyles
protected:
List<StyleAttributeNames>^ m_nonSharedStyles
val mutable m_nonSharedStyles: List<StyleAttributeNames>
protected var m_nonSharedStyles : List<StyleAttributeNames>

関連項目

参照

StyleBase クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間