Style Members

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.

The following tables list the members exposed by the Style type.

Public Constructors

  Nombre Description
Style Initializes a new instance of the Style class.

Arriba

Protected Fields

  Nombre Description
ms163702.protfield(es-es,SQL.90).gif m_isCustomControlGenerated  (inherited from StyleBase )
ms163702.protfield(es-es,SQL.90).gif m_nonSharedProperties  (inherited from StyleBase )
ms163702.protfield(es-es,SQL.90).gif m_sharedProperties  (inherited from StyleBase )

Arriba

Public Properties

(see also Protected Properties )

  Nombre Description
ms163702.pubproperty(es-es,SQL.90).gif Count Overridden. Number of style properties in the collection.
ms163702.pubproperty(es-es,SQL.90).gif Item Overloaded.  
ms163702.pubproperty(es-es,SQL.90).gif Keys Overridden. Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.
ms163702.pubproperty(es-es,SQL.90).gif NonSharedProperties Overridden. Gets a StyleProperties collection that contains the properties that may be different for each instance of the report item due to expressions.
ms163702.pubproperty(es-es,SQL.90).gif SharedProperties Overridden. 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.

Arriba

Protected Properties

  Nombre Description
ms163702.protproperty(es-es,SQL.90).gif IsCustomControl  (inherited from StyleBase )

Arriba

Public Methods

(see also Protected Methods )

  Nombre Description
ms163702.pubmethod(es-es,SQL.90).gif ContainStyleProperty  (inherited from StyleBase )
ms163702.pubmethod(es-es,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms163702.pubmethod(es-es,SQL.90).gif GetEnumerator  Gets an IEnumerator interface that allows you to iterate through the collection. (inherited from StyleBase)
ms163702.pubmethod(es-es,SQL.90).gif GetHashCode  (inherited from Object )
ms163702.pubmethod(es-es,SQL.90).gif GetType  (inherited from Object )
ms163702.pubmethod(es-es,SQL.90).gifms163702.static(es-es,SQL.90).gif ReferenceEquals  (inherited from Object )
ms163702.pubmethod(es-es,SQL.90).gif SetStyle  (inherited from StyleBase )
ms163702.pubmethod(es-es,SQL.90).gif ToString  (inherited from Object )

Arriba

Protected Methods

  Nombre Description
ms163702.protmethod(es-es,SQL.90).gif Finalize  (inherited from Object )
ms163702.protmethod(es-es,SQL.90).gif MemberwiseClone  (inherited from Object )

Arriba

Vea también

Referencia

Style Class
Microsoft.ReportingServices.ReportRendering Namespace