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


Свойство Style.SharedStyleAttributes

Gets a list of the styles that are shared between instance objects.

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

Синтаксис

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

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

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

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

См. также

Справочник

Style Класс

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