次の方法で共有


Style.SharedStyleAttributes プロパティ

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

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

構文

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

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

プロパティ値

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

関連項目

参照

Style クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間