다음을 통해 공유


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을(를) 재정의합니다.)

맨 위로 이동