ActiveReports Developer 7
Action Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : Action Class

Glossary Item Box

The Action element defines a hyperlink, bookmark link, or drillthrough action associated with a ReportItem

Object Model

Action Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class Action 
C# 
public sealed class Action 

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