Reporting

Represent an interactive action that navigates the report viewer to a predefined bookmark in the same report.

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

Syntax

C#
public class NavigateToBookmarkAction : IAction, 
	IExpressionContainer, IEquatable<NavigateToBookmarkAction>
Visual Basic
Public Class NavigateToBookmarkAction _
	Implements IAction, IExpressionContainer, IEquatable(Of NavigateToBookmarkAction)

Remarks

Use this action to specify an interactive action on a report item that navigates the report viewer to an item with defined BookmarkId in the same report.

Inheritance Hierarchy

System..::..Object
  Telerik.Reporting..::..NavigateToBookmarkAction

Version Information

Supported in: 1.0.1

See Also