次の方法で共有


Style.NonSharedStyleAttributes プロパティ

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

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

構文

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

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

プロパティ値

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

関連項目

参照

Style クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間