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