Share via


StyleBaseInstance.StyleAttributes 属性

定义

获取 NonSharedStyleAttributes 类中 StyleBase 属性的计算值。

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

属性值

一个 List<T>,它包含特定于此实例的 StyleAttributeNames

适用于