Compartir a través de


Style Miembros

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.

El tipo Style expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico Style Initializes a new instance of the Style class.

Principio

Métodos

  Nombre Descripción
Método publico ContainStyleProperty Indicates whether this collection contains a named style property. (Se hereda de StyleBase).
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetEnumerator Gets an IEnumerator interface that allows you to iterate through the collection. (Se hereda de StyleBase).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico SetStyle Sets a specified style property within a style collection to the given value. (Se hereda de StyleBase).
Método publico ToString (Se hereda de Object).

Principio

Campos

  Nombre Descripción
Campo protegido m_isCustomControlGenerated Infraestructura. (Se hereda de StyleBase).
Campo protegido m_nonSharedProperties Infraestructura. (Se hereda de StyleBase).
Campo protegido m_sharedProperties Infraestructura. (Se hereda de StyleBase).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Number of style properties in the collection. (Invalida StyleBase. . :: . .Count.)
Propiedad protegida IsCustomControl Infraestructura. (Se hereda de StyleBase).
Propiedad pública 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. (Invalida StyleBase. . :: . .Item[ ( [ ( String] ) ] ) .)
Propiedad pública Item[ ( [ ( Int32] ) ] ) Returns a style at the specified index. (Se hereda de StyleBase).
Propiedad pública Keys Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (Invalida StyleBase. . :: . .Keys.)
Propiedad pública NonSharedProperties Gets a StyleProperties collection that contains the properties that may be different for each instance of the report item due to expressions. (Invalida StyleBase. . :: . .NonSharedProperties.)
Propiedad pública 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. (Invalida StyleBase. . :: . .SharedProperties.)

Principio