Reporting

Specifies the type of an interactive action.

Namespace: Telerik.Reporting.Service
Assembly: Telerik.Reporting.Service (in Telerik.Reporting.Service.dll)

Syntax

C#
public enum ActionType
Visual Basic
Public Enumeration ActionType

Members

Member nameValueDescription
ReportNavigation0 The action navigates to an report.
BookmarkNavigation1 The action navigates to a bookmark.
UrlNavigation2 The action navigates to an URL.
ServerAction3 The action that is handled on the server.

Version Information

Supported in: 1.0.1, 1.0

See Also