ClassNavigateToBookmarkAction
Class
Represent an interactive action that navigates the report viewer to a predefined bookmark in the same report.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class NavigateToBookmarkAction : IAction
Inheritance: objectNavigateToBookmarkAction
Implements:
Constructors
NavigateToBookmarkAction()
Declaration
cs-api-definition
public NavigateToBookmarkAction()
Properties
TargetBookmarkId
Gets or sets the target bookmark of the action.
Declaration
cs-api-definition
public string TargetBookmarkId { get; set; }
Property Value
string
Remarks
Use this property to specify the value of the target bookmark. This property accepts expressions.
Methods
Equals(NavigateToBookmarkAction)
TODO: Add documentation.
Declaration
cs-api-definition
public bool Equals(NavigateToBookmarkAction other)
Parameters
other
Returns
bool
Equals(object)
TODO: Add documentation.
Declaration
cs-api-definition
public override bool Equals(object obj)
Parameters
obj
object
Returns
bool
Overrides
GetHashCode()
TODO: Add documentation.
Declaration
cs-api-definition
public override int GetHashCode()
Returns
int
Overrides