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

SiteMapBookmarkFiller.FillSiteMapWithBookmarks(ASPxSiteMapDataSource, ReportViewer) Method

Generates a hierarchy of report bookmarks in the site map datasource.

Namespace: DevExpress.XtraReports.Web

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

Declaration

public static void FillSiteMapWithBookmarks(
    ASPxSiteMapDataSource dataSource,
    ReportViewer reportViewer
)

Parameters

Name Type Description
dataSource ASPxSiteMapDataSource

A ASPxSiteMapDataSource object to store report bookmarks.

reportViewer ReportViewer

A ASPxDocumentViewer object to generate report bookmark nodes.

See Also