using System; using System.Collections; using System.ComponentModel; namespace FastReport { /// /// This class represents a header of the data band. /// public class DataHeaderBand : HeaderFooterBandBase { } }