Partager via


Propriété StyleBase.SharedStyleAttributes

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property SharedStyleAttributes As List(Of StyleAttributeNames)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

StyleBase Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering