次の方法で共有


StyleInstance.StyleAttributes プロパティ

Style クラスの NonSharedStyleAttributes プロパティの計算値を取得します。

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

構文

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

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

プロパティ値

型: System.Collections.Generic.List<StyleAttributeNames>
このインスタンスに固有の StyleAttributeNames を含む [System.Collections.Generic.List`1]

関連項目

参照

StyleInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間