Condividi tramite


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

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

Torna all'inizio

Protected Fields

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

Torna all'inizio

Public Properties

(see also Protected Properties )

  Nome Description
ms163702.pubproperty(it-it,SQL.90).gif Count Overridden. Number of style properties in the collection.
ms163702.pubproperty(it-it,SQL.90).gif Item Overloaded.  
ms163702.pubproperty(it-it,SQL.90).gif Keys Overridden. Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.
ms163702.pubproperty(it-it,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(it-it,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.

Torna all'inizio

Protected Properties

  Nome Description
ms163702.protproperty(it-it,SQL.90).gif IsCustomControl  (inherited from StyleBase )

Torna all'inizio

Public Methods

(see also Protected Methods )

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

Torna all'inizio

Protected Methods

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

Torna all'inizio

Vedere anche

Riferimento

Style Class
Microsoft.ReportingServices.ReportRendering Namespace