Class
NavigateToReportAction

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: IActionIAction

Inherited Members ActionBase.ReportItemName

Constructors

NavigateToReportAction()

Declaration

cs-api-definition
public NavigateToReportAction()

Properties

ReportSource

The resolved ReportSource instance.

Declaration

cs-api-definition
public ReportSource ReportSource { get; }

Property Value

ReportSource

Methods

ToString()

Internal use only

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()