Action.BookmarkLink Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.