Class NavigateToReportAction
Represent an interactive action that navigates the report viewer to another report.
Inheritance
System.Object
NavigateToReportAction
Assembly: Telerik.Reporting.dll
Syntax
public class NavigateToReportAction : IAction, IExpressionContainer, IEquatable<NavigateToReportAction>
Constructors
Declaration
public NavigateToReportAction()
Properties
Determines the report parameters that are passed to the target report when the
action is triggered.
Declaration
[Obsolete("Telerik.Reporting.NavigateToReportAction.Parameters property is now obsolete. Please set a Telerik.Reporting.TypeReportSource object for the Telerik.Reporting.NavigateToReportAction.ReportSource property instead and add the parameters to its Parameters collection. For more information, please visit: https://www.telerik.com/support/kb/reporting/general/q2-2012-api-changes-reportsources.aspx#navigatetoreportaction.")]
public ParameterCollection Parameters { get; }
Property Value
Gets or sets the type name of the target report.
Declaration
[Obsolete("Telerik.Reporting.NavigateToReportAction.ReportDocumentType property is now obsolete. Please use the Telerik.Reporting.NavigateToReportAction.ReportSource property instead with a Telerik.Reporting.TypeReportSource object to build existing reports. For more information, please visit: https://www.telerik.com/support/kb/reporting/general/q2-2012-api-changes-reportsources.aspx#navigatetoreportaction.")]
public string ReportDocumentType { get; set; }
Property Value
Declaration
public ReportSource ReportSource { get; set; }
Property Value
See Also
Methods
Declaration
public override bool Equals(object obj)
Parameters
Returns
Overrides
System.Object.Equals(System.Object)
Declaration
public bool Equals(NavigateToReportAction other)
Parameters
Returns
Declaration
public override int GetHashCode()
Returns
Overrides
System.Object.GetHashCode()
Declaration
public override string ToString()
Returns
Overrides
System.Object.ToString()