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

Glossary Item Box

Gets or sets the action to execute.

Syntax

Visual Basic (Declaration) 
Public Property Action As Action
C# 
public Action Action {get; set;}

Property Value

An Action indicating the action to execute.

See Also