Condividi tramite


Proprietà Style.SharedStyleAttributes

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property SharedStyleAttributes As List(Of StyleAttributeNames)
    Get
'Utilizzo
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>

Valore proprietà

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

Vedere anche

Riferimento

Style Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering