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

DetailReportBand Class

A report band containing a nested detail report.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public class DetailReportBand :
    XtraReportBase,
    IMoveableBand,
    IDrillDownNode

Remarks

The DetailReportBand object is used to insert a detail report when creating hierarchical master-detail reports.

Use the XtraReportBase.DataSource and XtraReportBase.DataMember properties of a DetailReportBand to specify its data source.

Use the XtraReportBase.Bands property of a DetailReportBand to access its collection of bands.

See the following topics for more details:

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DetailReportBand class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Implements

Show 12 items
DevExpress.Utils.Serializing.Helpers.IXtraSupportDeserializeCollectionItem
DevExpress.Utils.Serializing.IXtraSerializable
DevExpress.Data.IDataContainerBase
DevExpress.Data.IDataContainerBase2
DevExpress.Data.Browsing.IDataContextContainer
DevExpress.Data.IFilterStringContainer
DevExpress.XtraPrinting.IBrickOwnerRepository
See Also