how to make a report Footer

edited 6:55PM in FastReport .NET
hi my dear friends:
i want to make a report footer and show count all my records in my report in it (or sum of a column)
but in fast report we do not have report footer ...
how can i do that ?
thanks a lot

Comments

  • edited 6:55PM
    You can use ReportSummary.
  • edited April 2010
    BerndL wrote: »
    You can use ReportSummary.


    really thanks 4 your answer
    is it possible to show ReportSummary under Page Footer?
    thanks a lot
  • edited 6:55PM
    Hello,

    It's not possible to show anything under PageFooter. Instead of PageFooter, you may use data footer band (or group footer in a group report) with the RepeatOnEveryPage property set to true.

Leave a Comment