Udostępnij przez


Właściwość StyleBase.SharedStyleAttributes

Pobiera listę stylów, które są współużytkowane wystąpienie obiektów.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public MustOverride ReadOnly Property SharedStyleAttributes As List(Of StyleAttributeNames)
    Get
'Użycie
Dim instance As StyleBase
Dim value As List(Of StyleAttributeNames)

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

Wartość właściwości

Typ: System.Collections.Generic.List<StyleAttributeNames>
A List obiektu.