ClassNavigateToReportAction
Class
Represent a processed interactive action that navigates the report viewer to another report.
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class NavigateToReportAction : ActionBase, IAction, IAction
Inheritance: objectActionBaseNavigateToReportAction
Implements:
Inherited Members
Constructors
NavigateToReportAction()
Declaration
cs-api-definition
public NavigateToReportAction()
Properties
ReportSource
The resolved ReportSource instance.
Methods
ToString()
Internal use only
Declaration
cs-api-definition
public override string ToString()
Returns
string
Overrides