BookmarkFiller<T> Class
The base class for all classes that provide the capability to obtain a hierarchy of bookmarks for a particular report.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Type Parameters
Name |
---|
T |
Remarks
To provide the standard Document Map functionality to your Web reports, use the ReportDocumentMap control.
This class is intended to create custom Document Maps.
This class introduces the Fill method, which when overridden in the BookmarkFiller class descendants (e.g. SiteMapBookmarkFiller), fills a specific object with a hierarchy of bookmarks for a given report.
Inheritance
Object
DevExpress.XtraReports.Web.Native.DocumentMap.InternalBookmarkFillerBase<T, BookmarkNode>
DevExpress.XtraReports.Web.BookmarkFillerBase<T>
BookmarkFiller<T>
See Also