ActionStyle Class
Updated: February 25, 2016
Encapsulates style properties for the ActionInfo class. This class cannot be inherited.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Microsoft.ReportingServices.ReportRendering::StyleBase
Microsoft.ReportingServices.ReportRendering::ActionStyle
| Name | Description | |
|---|---|---|
![]() | ActionStyle() | Initializes a new instance of the ActionStyle class. |
| Name | Description | |
|---|---|---|
![]() | Count | Returns the number of properties.(Overrides StyleBase::Count.) |
![]() | Item[Int32] | Returns a style at the specified index.(Inherited from StyleBase.) |
![]() | Item[String^] | Returns an item from the collection for a specified style name.(Overrides StyleBase::Item[String^].) |
![]() | Keys | (Overrides StyleBase::Keys.) |
![]() | NonSharedProperties | (Overrides StyleBase::NonSharedProperties.) |
![]() | SharedProperties | (Overrides StyleBase::SharedProperties.) |
| Name | Description | |
|---|---|---|
![]() | ContainStyleProperty(String^) | Indicates whether this collection contains a named style property.(Inherited from StyleBase.) |
![]() | Equals(Object^) | (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.) |
![]() | 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.) |
Style property values of the underlying object (for example, an ImageMapArea object) are made available through this class. They can be overridden by any explicit action styles provided by the ActionInfo object.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

