Style Members
Include Protected Members
Include Inherited 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 Style type exposes the following members.
Methods
Name | Description | |
---|---|---|
ContainStyleProperty(String) | Indicates whether this collection contains a named style property. (Inherited from StyleBase.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (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.) | |
MemberwiseClone() | (Inherited from Object.) | |
SetStyle(Style.StyleName, Object, Boolean) | Sets a specified style property within a style collection to the given value. (Inherited from StyleBase.) | |
ToString() | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
m_isCustomControlGenerated | Infrastructure. (Inherited from StyleBase.) | |
m_nonSharedProperties | Infrastructure. (Inherited from StyleBase.) | |
m_sharedProperties | Infrastructure. (Inherited from StyleBase.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Number of style properties in the collection. (Overrides StyleBase.Count.) | |
IsCustomControl | Infrastructure. (Inherited from StyleBase.) | |
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. (Overrides StyleBase.Item[String].) | |
Item[Int32] | Returns a style at the specified index. (Inherited from StyleBase.) | |
Keys | Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (Overrides StyleBase.Keys.) | |
NonSharedProperties | Gets a StyleProperties collection that contains the properties that may be different for each instance of the report item due to expressions. (Overrides StyleBase.NonSharedProperties.) | |
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. (Overrides StyleBase.SharedProperties.) |
Top