次の方法で共有


Style.NonSharedStyleAttributes プロパティ

定義

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

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

プロパティ値

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

適用対象