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
Name | Description | |
---|---|---|
Style | Initializes a new instance of the Style class. |
Top
Protected Fields
Name | Description | |
---|---|---|
![]() |
m_isCustomControlGenerated | (inherited from StyleBase ) |
![]() |
m_nonSharedProperties | (inherited from StyleBase ) |
![]() |
m_sharedProperties | (inherited from StyleBase ) |
Top
Public Properties
(see also Protected Properties )
Name | 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. |
Top
Protected Properties
Name | Description | |
---|---|---|
![]() |
IsCustomControl | (inherited from StyleBase ) |
Top
Public Methods
(see also Protected Methods )
Name | 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 ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
Style Class
Microsoft.ReportingServices.ReportRendering Namespace