Элементы 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.)

В начало