Sdílet prostřednictvím


Action.BookmarkLink Property

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.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property BookmarkLink As ReportExpression 
    Get 
    Set
'Usage
Dim instance As Action 
Dim value As ReportExpression 

value = instance.BookmarkLink

instance.BookmarkLink = value
public ReportExpression BookmarkLink { get; set; }
public:
property ReportExpression BookmarkLink {
    ReportExpression get ();
    void set (ReportExpression value);
}
member BookmarkLink : ReportExpression with get, set
function get BookmarkLink () : ReportExpression 
function set BookmarkLink (value : ReportExpression)

Property Value

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

See Also

Reference

Action Class

Microsoft.ReportingServices.RdlObjectModel Namespace