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

SiteMapBookmarkFiller Class

Provides the capability to fill the ASPxSiteMapDataSource object with the hierarchy of report bookmarks.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v20.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public class SiteMapBookmarkFiller :
    BookmarkFiller<SiteMapNode>

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>
BookmarkFiller<SiteMapNode>
SiteMapBookmarkFiller
See Also