共用方式為


ActionStyle 成員

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

ActionStyle 型別公開下列成員。

建構函式

  名稱 描述
公用方法 ActionStyle Initializes a new instance of the ActionStyle class.

頂端

方法

  名稱 描述
公用方法 ContainStyleProperty Indicates whether this collection contains a named style property. (繼承自 StyleBase。)
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetEnumerator Gets an IEnumerator interface that allows you to iterate through the collection. (繼承自 StyleBase。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 SetStyle Sets a specified style property within a style collection to the given value. (繼承自 StyleBase。)
公用方法 ToString (繼承自 Object。)

頂端

欄位

  名稱 描述
受保護的欄位 m_isCustomControlGenerated 基礎結構。 (繼承自 StyleBase。)
受保護的欄位 m_nonSharedProperties 基礎結構。 (繼承自 StyleBase。)
受保護的欄位 m_sharedProperties 基礎結構。 (繼承自 StyleBase。)

頂端

屬性

  名稱 描述
公用屬性 Count Returns the number of properties. (覆寫 StyleBase. . :: . .Count。)
受保護的屬性 IsCustomControl 基礎結構。 (繼承自 StyleBase。)
公用屬性 Item[ ( [ ( String] ) ] ) Returns an item from the collection for a specified style name. (覆寫 StyleBase. . :: . .Item[ ( [ ( String] ) ] ) 。)
公用屬性 Item[ ( [ ( Int32] ) ] ) Returns a style at the specified index. (繼承自 StyleBase。)
公用屬性 Keys Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (覆寫 StyleBase. . :: . .Keys。)
公用屬性 NonSharedProperties Returns style properties that are different for each for each report item (due to expressions). (覆寫 StyleBase. . :: . .NonSharedProperties。)
公用屬性 SharedProperties Gets or sets properties shared by all report items derived from the same report item in the definition. (覆寫 StyleBase. . :: . .SharedProperties。)

頂端