Action.BookmarkLink Property

Definition

Gets or sets an expression that evaluates to the ID of a bookmark within the report to go to when this report item is clicked.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression BookmarkLink { Microsoft::ReportingServices::RdlObjectModel::ReportExpression get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression BookmarkLink { get; set; }
member this.BookmarkLink : Microsoft.ReportingServices.RdlObjectModel.ReportExpression with get, set
Public Property BookmarkLink As ReportExpression

Property Value

A ReportExpression object that evaluates to the ID of a bookmark within the report to go to when this report item is clicked.

Applies to