ReportItem.Bookmark Property

Definition

Gets or sets a bookmark that can be linked to by using a Bookmark action.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression Bookmark { Microsoft::ReportingServices::RdlObjectModel::ReportExpression get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression Bookmark { get; set; }
member this.Bookmark : Microsoft.ReportingServices.RdlObjectModel.ReportExpression with get, set
Public Property Bookmark As ReportExpression

Property Value

A bookmark that can be linked to by using a Bookmark action.

Applies to