Partager via


Membres ActionStyle

Encapsulates style properties for the ActionInfo class. This class cannot be inherited.

Le type ActionStyle expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ActionStyle Initializes a new instance of the ActionStyle 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 Returns the number of properties. (Se substitue à StyleBase. . :: . .Count.)
Propriété protégée IsCustomControl Infrastructure. (Hérité de StyleBase.)
Propriété publique Item[ ( [ ( String] ) ] ) Returns an item from the collection for a specified style name. (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 Returns style properties that are different for each for each report item (due to expressions). (Se substitue à StyleBase. . :: . .NonSharedProperties.)
Propriété publique SharedProperties Gets or sets properties shared by all report items derived from the same report item in the definition. (Se substitue à StyleBase. . :: . .SharedProperties.)

Haut de la page