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

BookmarkFiller<T>.Fill(T) Method

Fills the parent object with the hierarchy of a report’s bookmarks.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v19.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public override void Fill(
    T parent
)

Parameters

Name Type Description
parent T

A type of the parent object.

See Also