Share via


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> 对象,它表示在实例对象之间未共享的样式属性的列表。

适用于