次の方法で共有


StyleBase.NonSharedStyleAttributes プロパティ

定義

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

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

プロパティ値

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

適用対象