Base class for all detail bands.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public class DetailBase : AggregatesRegularBand
Visual Basic (Declaration)
Public Class DetailBase _
	Inherits AggregatesRegularBand
Visual C++
public ref class DetailBase : public AggregatesRegularBand

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Reporting.DOM..::.ReportComponent
    PerpetuumSoft.Reporting.DOM..::.ReportControl
      PerpetuumSoft.Reporting.DOM..::.ContainerControl
        PerpetuumSoft.Reporting.DOM..::.Section
          PerpetuumSoft.Reporting.DOM..::.BandBase
            PerpetuumSoft.Reporting.DOM..::.RegularBandBase
              PerpetuumSoft.Reporting.DOM..::.RegularBand
                PerpetuumSoft.Reporting.DOM..::.AggregatesRegularBand
                  PerpetuumSoft.Reporting.DOM..::.DetailBase
                    PerpetuumSoft.Reporting.DOM..::.Detail
                    PerpetuumSoft.Reporting.DOM..::.Footer
                    PerpetuumSoft.Reporting.DOM..::.GroupBandBase
                    PerpetuumSoft.Reporting.DOM..::.Header

See Also