using System; using System.Collections; namespace FastReport { /// /// Represents a report title band. /// public class ReportTitleBand : BandBase { } }