Variable number of subreports on FastReport .NET
I have a report that prints the information a sell. The report's Data Source is a SellReport object.
Now I want to print the information of more than one sell, but not of a fixed number of sells. I think the best way is to pass a Collection as Data Source and for each SellReport of the collection it generates a subreport.
Anyone know how to create subreports dynamically?
Thanks!
ps.: I've asked the same question at StackOverflow: http://stackoverflow.com/questions/6651431...-fastreport-net
Now I want to print the information of more than one sell, but not of a fixed number of sells. I think the best way is to pass a Collection as Data Source and for each SellReport of the collection it generates a subreport.
Anyone know how to create subreports dynamically?
Thanks!
ps.: I've asked the same question at StackOverflow: http://stackoverflow.com/questions/6651431...-fastreport-net