Skip to main content
A newer version of this page is available. .

XtraReport.BookmarkDuplicateSuppress Property

Specifies whether or not to suppress duplicated bookmarks in a final document.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[SRCategory(ReportStringId.CatNavigation)]
[DefaultValue(true)]
public bool BookmarkDuplicateSuppress { get; set; }

Property Value

Type Default Description
Boolean **true**

true if duplicated bookmarks are suppressed in a final document; otherwise, false.

See Also