using System; using System.Collections; using System.ComponentModel; namespace FastReport { /// <summary> /// Represents a report summary band. /// </summary> public partial class ReportSummaryBand : HeaderFooterBandBase { } }