ActionStyle Class

Encapsulates style properties for the ActionInfo class. This class cannot be inherited.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ActionStyle _
    Inherits StyleBase
'Usage
Dim instance As ActionStyle
public sealed class ActionStyle : StyleBase
public ref class ActionStyle sealed : public StyleBase
[<SealedAttribute>]
type ActionStyle =  
    class
        inherit StyleBase
    end
public final class ActionStyle extends StyleBase

Remarks

Style property values of the underlying object (for example, a TextBox, ChartDataPoint, or ImageMapArea object) are made available through this class. They can be overridden by any explicit action styles provided by the ActionInfo object.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.ReportRendering.StyleBase
    Microsoft.ReportingServices.ReportRendering.ActionStyle

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.