ReportTitleBand.cs 198 B

123456789101112
  1. using System;
  2. using System.Collections;
  3. namespace FastReport
  4. {
  5. /// <summary>
  6. /// Represents a report title band.
  7. /// </summary>
  8. public class ReportTitleBand : BandBase
  9. {
  10. }
  11. }