SiteMapBookmarkFiller Class
Provides the capability to fill the ASPxSiteMapDataSource object with the hierarchy of report bookmarks.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Remarks
To provide the standard Document Map functionality to your Web reports, use the ReportDocumentMap control.
The SiteMapBookmarkFiller class is intended to create custom Document Maps.
To generate a hierarchy of report bookmarks in the ASPxSiteMapDataSource object, use the Fill or SiteMapBookmarkFiller.FillSiteMapWithBookmarks methods.
Inheritance
Object
DevExpress.XtraReports.Web.Native.DocumentMap.InternalBookmarkFillerBase<SiteMapNode, BookmarkNode>
DevExpress.XtraReports.Web.BookmarkFillerBase<SiteMapNode>
See Also