Поделиться через


Свойство 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