次の方法で共有


StyleInstance.StyleAttributes プロパティ

定義

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

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

プロパティ値

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

適用対象