Partager via


StyleBase.NonSharedStyleAttributes Propriété

Définition

Obtient une liste des attributs de style qui ne sont pas partagés entre des objets d'instance.

public:
 abstract property System::Collections::Generic::List<Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames> ^ NonSharedStyleAttributes { System::Collections::Generic::List<Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames> ^ get(); };
public abstract System.Collections.Generic.List<Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames> NonSharedStyleAttributes { get; }
member this.NonSharedStyleAttributes : System.Collections.Generic.List<Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames>
Public MustOverride ReadOnly Property NonSharedStyleAttributes As List(Of StyleAttributeNames)

Valeur de propriété

Objet List<T> qui représente une liste des attributs de style qui ne sont pas partagés entre des objets d'instance.

S’applique à