[]
Gets or sets a bookmark for the report item, which can be linked via a Bookmark action.
public ExpressionInfo Bookmark { get; set; }
Type | Description |
---|---|
ExpressionInfo | An ExpressionInfo object evaluating to the bookmark text. |
var reportItem = new TextBox();
reportItem.Bookmark = "Bookmark1";