Base class for regular bands.

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

Syntax

C#
public class RegularBandBase : BandBase, 
	IRegularBand
Visual Basic (Declaration)
Public Class RegularBandBase _
	Inherits BandBase _
	Implements IRegularBand
Visual C++
public ref class RegularBandBase : public BandBase, 
	IRegularBand

Inheritance Hierarchy

See Also