SiteMapBookmarkFiller.FillSiteMapWithBookmarks(ASPxSiteMapDataSource, ReportViewer) 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,
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