using System; using System.Collections; namespace FastReport { /// /// This class represents a data band footer. /// public class DataFooterBand : HeaderFooterBandBase { } }