다음을 통해 공유


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

맨 위로 이동