StyleBase.SharedStyleAttributes プロパティ

定義

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

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

プロパティ値

インスタンスオブジェクト間で共有されるスタイルのリストを表す List<T> オブジェクトです。

適用対象