次の方法で共有


StyleBaseInstance.StyleAttributes プロパティ

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

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

構文

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

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

プロパティ値

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

関連項目

参照

StyleBaseInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間