次の方法で共有


StyleBaseInstance.StyleAttributes プロパティ

定義

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

public:
 abstract property System::Collections::Generic::List<Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames> ^ StyleAttributes { System::Collections::Generic::List<Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames> ^ get(); };
public abstract System.Collections.Generic.List<Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames> StyleAttributes { get; }
member this.StyleAttributes : System.Collections.Generic.List<Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames>
Public MustOverride ReadOnly Property StyleAttributes As List(Of StyleAttributeNames)

プロパティ値

このインスタンスに固有の List<T> を含む StyleAttributeNames

適用対象