ReportSummaryBand.cs 251 B

12345678910111213
  1. using System;
  2. using System.Collections;
  3. using System.ComponentModel;
  4. namespace FastReport
  5. {
  6. /// <summary>
  7. /// Represents a report summary band.
  8. /// </summary>
  9. public partial class ReportSummaryBand : HeaderFooterBandBase
  10. {
  11. }
  12. }