Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.