using System; using System.Collections; namespace FastReport { /// /// Represents a group footer band. /// public class GroupFooterBand : HeaderFooterBandBase { } }