ActiveReports 14 .NET Edition
GrapeCity.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, or drillthrough 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 or Drillthrough.

    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.PageReportModel.Action

    See Also