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
Nom | Description | |
---|---|---|
Style | Initializes a new instance of the Style class. |
Haut de la page
Protected Fields
Nom | Description | |
---|---|---|
m_isCustomControlGenerated | (inherited from StyleBase ) | |
m_nonSharedProperties | (inherited from StyleBase ) | |
m_sharedProperties | (inherited from StyleBase ) |
Haut de la page
Public Properties
(see also Protected Properties )
Nom | Description | |
---|---|---|
Count | Overridden. Number of style properties in the collection. | |
Item | Overloaded. | |
Keys | Overridden. Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. | |
NonSharedProperties | Overridden. Gets a StyleProperties collection that contains the properties that may be different for each instance of the report item due to expressions. | |
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. |
Haut de la page
Protected Properties
Nom | Description | |
---|---|---|
IsCustomControl | (inherited from StyleBase ) |
Haut de la page
Public Methods
(see also Protected Methods )
Nom | Description | |
---|---|---|
ContainStyleProperty | (inherited from StyleBase ) | |
Equals | Overloaded. (inherited from Object ) | |
GetEnumerator | Gets an IEnumerator interface that allows you to iterate through the collection. (inherited from StyleBase) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
SetStyle | (inherited from StyleBase ) | |
ToString | (inherited from Object ) |
Haut de la page
Protected Methods
Nom | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Haut de la page
Voir aussi
Référence
Style Class
Microsoft.ReportingServices.ReportRendering Namespace