ActiveReports 8
Action Class
Members  See Also 
GrapeCity.ActiveReports.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also