共用方式為


Action.BookmarkLink 屬性

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.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property BookmarkLink As ReportExpression 
    Get 
    Set
'用途
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)

屬性值

型別: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.

請參閱

參考

Action 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間