Właściwość Style.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 Overrides ReadOnly Property SharedStyleAttributes As List(Of StyleAttributeNames)
Get
'Użycie
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>
Wartość właściwości
Typ: System.Collections.Generic.List<StyleAttributeNames>
A List obiektu.
Zobacz także