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<StyleAttributeNames>

List<T> 物件,表示在執行個體物件之間共用的樣式清單。

適用於