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.v20.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

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:

Implements

Show 12 items
DevExpress.Data.IDataContainerBase
DevExpress.Data.IDataContainerBase2
DevExpress.Data.Browsing.IDataContextContainer
DevExpress.Data.IFilterStringContainer
DevExpress.XtraPrinting.IBrickOwnerRepository
See Also