共用方式為


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.

Style 型別公開下列成員。

建構函式

  名稱 描述
公用方法 Style Initializes a new instance of the Style 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 Number of style properties in the collection. (覆寫 StyleBase. . :: . .Count。)
受保護的屬性 IsCustomControl 基礎結構。 (繼承自 StyleBase。)
公用屬性 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. (覆寫 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 Gets a StyleProperties collection that contains the properties that may be different for each instance of the report item due to expressions. (覆寫 StyleBase. . :: . .NonSharedProperties。)
公用屬性 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. (覆寫 StyleBase. . :: . .SharedProperties。)

頂端