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 命名空间