Back to Devexpress

XtraReport.BookmarkDuplicateSuppress Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareport-4e73f57f.md

latest1.6 KB
Original Source

XtraReport.BookmarkDuplicateSuppress Property

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(true)]
[SRCategory(ReportStringId.CatNavigation)]
public bool BookmarkDuplicateSuppress { get; set; }
vb
<SRCategory(ReportStringId.CatNavigation)>
<DefaultValue(True)>
Public Property BookmarkDuplicateSuppress As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

XtraReport Class

XtraReport Members

DevExpress.XtraReports.UI Namespace