Reporting

Gets or sets a bookmark id for this item.

Namespace: Telerik.Reporting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public string BookmarkId { get; set; }
Visual Basic
Public Property BookmarkId As String
	Get
	Set

Field Value

A string / expression value specifying the bookmark id. When processed should evaluate to an unique value for each processing instance of the item.

Version Information

Supported in: 1.0.1

See Also