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

SubreportBase.BookmarkParent Property

Specifies the main report’s control whose bookmark is parent to the referenced report’s bookmarks.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[Browsable(true)]
[DefaultValue(null)]
[SRCategory(ReportStringId.CatNavigation)]
public XRControl BookmarkParent { get; set; }

Property Value

Type Default Description
XRControl null

The control whose bookmark is parent to the referenced report’s bookmarks.

Remarks

The referenced report’s bookmarks are displayed at the top level in the main report’s table of contents. Use the BookmarkParent property to change the referenced report’s bookmark level. Specify the report control whose bookmark is parent to the referenced report’s top-level bookmark.

If the referenced report references other reports, the specified control becomes parent to their bookmarks too.

See Also