ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Action Class
Members

In This Topic
    Action Class
    In This Topic
    The Action element defines a Hyperlink, Bookmark link, Drillthrough or ApplyParameters action associated with a ReportItem
    Object Model
    Action Class
    Syntax
    'Declaration
     
    Public NotInheritable Class Action 
       Implements IValidateable 
    public sealed class Action : IValidateable  
    Remarks

    An Action must have one and only one of the following properties: Hyperlink, BookmarkLink, Drillthrough or ApplyParameters.

    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.PageReportModel.Action

    See Also