Hierarchical Datasource and Double-Pass report not working

TurntwoTurntwo Folsom, CA
edited 2:47AM in FastReport .NET
We have a report with a Heirarchical datasource (object datasource).
Transaction
Detail

The report has a data band based off the Detail level (without a parent band for the Transaction), and a group header/footer based on one of the Detail fields.

This works fine, UNTIL we set the report Double-Pass (which we are doing so we can get % of total for Sum/Count fields on each Group). Once we set the Report to double-pass, the report is blank (the progress goes through all the Pages 1 through 18 or whatever, but then the second pass doesn't repeat the pages). It appears that it isn't resetting the datasource index on the second pass, probably because we are not using the root object of the hierarchy.

Comments

  • edited 2:47AM
    Hello,

    I was able to reproduce the bug. I will inform you when I find the solution.
  • TurntwoTurntwo Folsom, CA
    edited 2:47AM
    Any luck getting this fixed? I've run into this problem again with another report I'm trying to create.
  • edited 2:47AM
    Hello,

    Have you tried the latest version?
  • TurntwoTurntwo Folsom, CA
    edited 2:47AM
    Just updated from 1.7.13 to 1.8.6 and ran a quick test - seems to be working now.

    Thanks,

    Jason

Leave a Comment