GroupFooterBand.cs 210 B

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