A newer version of this page is available.
Switch to the current version.
XtraReportBase Class
The base for XtraReport and DetailReportBand classes.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
public abstract class XtraReportBase :
Band,
IDataContainer,
IDataContainerBase,
IDataContainerBase2,
IDataContextContainer,
IFilterStringContainer,
IDisplayNamePropertyContainer,
IBrickOwnerRepository
Public MustInherit Class XtraReportBase
Inherits Band
Implements IDataContainer,
IDataContainerBase,
IDataContainerBase2,
IDataContextContainer,
IFilterStringContainer,
IDisplayNamePropertyContainer,
IBrickOwnerRepository
Related API Members
The following members accept/return XtraReportBase objects:
Remarks
The XtraReportBase class implements some functionality common to the XtraReport and DetailReportBand classes. See the Report Class Hierarchy topic to learn more about XtraReports classes.
Note, that this class is intended for internal use only. You can't create an instance of this class.
Implements
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
Inheritance
See Also
Feedback