次の方法で共有


StyleBase.NonSharedStyleAttributes プロパティ

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

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

構文

'宣言
Public MustOverride ReadOnly Property NonSharedStyleAttributes As List(Of StyleAttributeNames)
    Get
'使用
Dim instance As StyleBase 
Dim value As List(Of StyleAttributeNames)

value = instance.NonSharedStyleAttributes
public abstract List<StyleAttributeNames> NonSharedStyleAttributes { get; }
public:
virtual property List<StyleAttributeNames>^ NonSharedStyleAttributes {
    List<StyleAttributeNames>^ get () abstract;
}
abstract NonSharedStyleAttributes : List<StyleAttributeNames>
abstract function get NonSharedStyleAttributes () : List<StyleAttributeNames>

プロパティ値

型: System.Collections.Generic.List<StyleAttributeNames>
インスタンス オブジェクト間で共有されないスタイル属性の一覧を表す List オブジェクト。

関連項目

参照

StyleBase クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間