XtraReport.BookmarkDuplicateSuppress Property
Specifies whether or not to suppress duplicated bookmarks in a final document.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[DefaultValue(true)]
[SRCategory(ReportStringId.CatNavigation)]
public bool BookmarkDuplicateSuppress { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if duplicated bookmarks are suppressed in a final document; otherwise, false. |
Remarks
Note
BookmarkDuplicateSuppress removes only the bookmarks that are duplicated consecutively in the same group section.
Populate the BookmarkNodes collection with your bookmark nodes manually to remove duplicates throughout the report document.
See Also