Поделиться через


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>, представляющий список атрибутов стиля, которые не являются общими для объектов экземпляра.

Применяется к