Share via


ActionStyle Members

Include Protected Members
Include Inherited Members

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

The ActionStyle type exposes the following members.

Constructors

  Name Description
Public method ActionStyle() Initializes a new instance of the ActionStyle class.

Top

Methods

  Name Description
Public method ContainStyleProperty(String) Indicates whether this collection contains a named style property. (Inherited from StyleBase.)
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetEnumerator() Gets an IEnumerator interface that allows you to iterate through the collection. (Inherited from StyleBase.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method SetStyle(Style.StyleName, Object, Boolean) Sets a specified style property within a style collection to the given value. (Inherited from StyleBase.)
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_isCustomControlGenerated Infrastructure. (Inherited from StyleBase.)
Protected field m_nonSharedProperties Infrastructure. (Inherited from StyleBase.)
Protected field m_sharedProperties Infrastructure. (Inherited from StyleBase.)

Top

Properties

  Name Description
Public property Count Returns the number of properties. (Overrides StyleBase.Count.)
Protected property IsCustomControl Infrastructure. (Inherited from StyleBase.)
Public property Item[String] Returns an item from the collection for a specified style name. (Overrides StyleBase.Item[String].)
Public property Item[Int32] Returns a style at the specified index. (Inherited from StyleBase.)
Public property Keys Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (Overrides StyleBase.Keys.)
Public property NonSharedProperties Returns style properties that are different for each for each report item (due to expressions). (Overrides StyleBase.NonSharedProperties.)
Public property SharedProperties Gets or sets properties shared by all report items derived from the same report item in the definition. (Overrides StyleBase.SharedProperties.)

Top