DataFooterBand.cs 219 B

123456789101112
  1. using System;
  2. using System.Collections;
  3. namespace FastReport
  4. {
  5. /// <summary>
  6. /// This class represents a data band footer.
  7. /// </summary>
  8. public class DataFooterBand : HeaderFooterBandBase
  9. {
  10. }
  11. }