次の方法で共有


Style.SharedStyleAttributes プロパティ

定義

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

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

プロパティ値

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

適用対象