m_nonSharedStyles フィールド
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: 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>