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

XRTableOfContents Class

A Table of Contents that is auto-generated based on the hierarchy of bookmarks contained in a report’s document map.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v17.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public class XRTableOfContents :
    XRFieldEmbeddableControl

Remarks

A table of contents can only be displayed in a ReportHeaderBand. If this band is unavailable at the time the XRTableOfContents control is being dropped onto a report, it will be created automatically.

To learn more, see Adding a Table of Contents.

Implements

See Also