SiteMapBookmarkFiller.FillSiteMapWithBookmarks(ASPxSiteMapDataSource, ASPxDocumentViewer) Method
Generates a hierarchy of report bookmarks in the site map datasource.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
public static void FillSiteMapWithBookmarks(
ASPxSiteMapDataSource dataSource,
ASPxDocumentViewer documentViewer
)
Parameters
Name | Type | Description |
---|---|---|
dataSource | ASPxSiteMapDataSource | A ASPxSiteMapDataSource object to store report bookmarks. |
documentViewer | ASPxDocumentViewer | A ASPxDocumentViewer object to generate report bookmark nodes. |
See Also