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:
Inherited Members
Constructors
C#
public NavigateToReportAction()
Properties
The resolved ReportSource instance.
C#
public ReportSource ReportSource { get; }
Methods
ToString()
string
Internal use only
C#
public override string ToString()
string
Overrides: