Partager via


Membres Style

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.

Le type Style expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Style Initializes a new instance of the Style class.

Haut de la page

Méthodes

  Nom Description
Méthode publique ContainStyleProperty Indicates whether this collection contains a named style property. (Hérité de StyleBase.)
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetEnumerator Gets an IEnumerator interface that allows you to iterate through the collection. (Hérité de StyleBase.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique SetStyle Sets a specified style property within a style collection to the given value. (Hérité de StyleBase.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ protégé m_isCustomControlGenerated Infrastructure. (Hérité de StyleBase.)
Champ protégé m_nonSharedProperties Infrastructure. (Hérité de StyleBase.)
Champ protégé m_sharedProperties Infrastructure. (Hérité de StyleBase.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Number of style properties in the collection. (Se substitue à StyleBase. . :: . .Count.)
Propriété protégée IsCustomControl Infrastructure. (Hérité de StyleBase.)
Propriété publique Item[ ( [ ( String] ) ] ) Gets the value of the specified style that matches the name given in the styleName parameter. In C#, this property is the indexer for the Style class. (Se substitue à StyleBase. . :: . .Item[ ( [ ( String] ) ] ) .)
Propriété publique Item[ ( [ ( Int32] ) ] ) Returns a style at the specified index. (Hérité de StyleBase.)
Propriété publique Keys Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (Se substitue à StyleBase. . :: . .Keys.)
Propriété publique NonSharedProperties Gets a StyleProperties collection that contains the properties that may be different for each instance of the report item due to expressions. (Se substitue à StyleBase. . :: . .NonSharedProperties.)
Propriété publique SharedProperties 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. (Se substitue à StyleBase. . :: . .SharedProperties.)

Haut de la page