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


Свойство StyleBase.NonSharedStyleAttributes

Gets a list of style attributes that are not shared between instance objects.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public MustOverride ReadOnly Property NonSharedStyleAttributes As List(Of StyleAttributeNames)
    Get
'Применение
Dim instance As StyleBase 
Dim value As List(Of StyleAttributeNames)

value = instance.NonSharedStyleAttributes
public abstract List<StyleAttributeNames> NonSharedStyleAttributes { get; }
public:
virtual property List<StyleAttributeNames>^ NonSharedStyleAttributes {
    List<StyleAttributeNames>^ get () abstract;
}
abstract NonSharedStyleAttributes : List<StyleAttributeNames>
abstract function get NonSharedStyleAttributes () : List<StyleAttributeNames>

Значение свойства

Тип: System.Collections.Generic.List<StyleAttributeNames>
A List object that represents a list of style attributes that are not shared between instance objects.

См. также

Справочник

StyleBase Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering