Proprietà 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.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property BookmarkLink As ReportExpression 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: 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.

Vedere anche

Riferimento

Action Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel