Partager via


Style Members

Represents a collection of named style properties for a report item. This collection can be accessed by name or index. This class cannot be inherited.

The following tables list the members exposed by the Style type.

Public Constructors

  Nom Description
Style Initializes a new instance of the Style class.

Haut de la page

Protected Fields

  Nom Description
ms163702.protfield(fr-fr,SQL.90).gif m_isCustomControlGenerated  (inherited from StyleBase )
ms163702.protfield(fr-fr,SQL.90).gif m_nonSharedProperties  (inherited from StyleBase )
ms163702.protfield(fr-fr,SQL.90).gif m_sharedProperties  (inherited from StyleBase )

Haut de la page

Public Properties

(see also Protected Properties )

  Nom Description
ms163702.pubproperty(fr-fr,SQL.90).gif Count Overridden. Number of style properties in the collection.
ms163702.pubproperty(fr-fr,SQL.90).gif Item Overloaded.  
ms163702.pubproperty(fr-fr,SQL.90).gif Keys Overridden. Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.
ms163702.pubproperty(fr-fr,SQL.90).gif NonSharedProperties Overridden. Gets a StyleProperties collection that contains the properties that may be different for each instance of the report item due to expressions.
ms163702.pubproperty(fr-fr,SQL.90).gif SharedProperties Overridden. Gets a StyleProperties collection that contains the properties shared by all report item instances that are derived from the same report item in the definition.

Haut de la page

Protected Properties

  Nom Description
ms163702.protproperty(fr-fr,SQL.90).gif IsCustomControl  (inherited from StyleBase )

Haut de la page

Public Methods

(see also Protected Methods )

  Nom Description
ms163702.pubmethod(fr-fr,SQL.90).gif ContainStyleProperty  (inherited from StyleBase )
ms163702.pubmethod(fr-fr,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms163702.pubmethod(fr-fr,SQL.90).gif GetEnumerator  Gets an IEnumerator interface that allows you to iterate through the collection. (inherited from StyleBase)
ms163702.pubmethod(fr-fr,SQL.90).gif GetHashCode  (inherited from Object )
ms163702.pubmethod(fr-fr,SQL.90).gif GetType  (inherited from Object )
ms163702.pubmethod(fr-fr,SQL.90).gifms163702.static(fr-fr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms163702.pubmethod(fr-fr,SQL.90).gif SetStyle  (inherited from StyleBase )
ms163702.pubmethod(fr-fr,SQL.90).gif ToString  (inherited from Object )

Haut de la page

Protected Methods

  Nom Description
ms163702.protmethod(fr-fr,SQL.90).gif Finalize  (inherited from Object )
ms163702.protmethod(fr-fr,SQL.90).gif MemberwiseClone  (inherited from Object )

Haut de la page

Voir aussi

Référence

Style Class
Microsoft.ReportingServices.ReportRendering Namespace