次の方法で共有


StyleBase.SharedStyleAttributes プロパティ

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

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

構文

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

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

プロパティ値

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

関連項目

参照

StyleBase クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間