[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportItem.Bookmark

Bookmark Property

Bookmark

Gets or sets a bookmark for the report item, which can be linked via a Bookmark action.

Declaration
public ExpressionInfo Bookmark { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object evaluating to the bookmark text.

Examples
var reportItem = new TextBox();
reportItem.Bookmark = "Bookmark1";