New to Telerik ReportingStart a free 30-day trial

Represent a processed interactive action that navigates the report viewer to another report.

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class NavigateToReportAction : ActionBase, IAction, IAction

Inheritance: objectActionBaseNavigateToReportAction

Implements: IActionIAction

Inherited Members ActionBase.ReportItemName

Constructors

C#
public NavigateToReportAction()

Properties

The resolved ReportSource instance.

C#
public ReportSource ReportSource { get; }

Methods

Internal use only

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()