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