Skip to main content

BookmarkFiller<T>.Fill(T) Method

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

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.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