I feel like this is my last hope, here is the scenario:
We are using telerik ORM for data access, and a Silverlight report viewer.
I need the ability to print multiple records based on a string filter, and also need to reset page and numbering. Each report contains a sub report that may or may not run on to multiple pages. So each record can be a different length 1 of 3, 2 of 3, 3 of 3, 1 of 1, 1 of 2, 2 of 2.. etc. From what I have gathered, that functionality is only available through a Report Book. However, I also read that the report book cannot be created dynamically based on the aforementioned filter.
Is there a better way to go about this?
We are using telerik ORM for data access, and a Silverlight report viewer.
I need the ability to print multiple records based on a string filter, and also need to reset page and numbering. Each report contains a sub report that may or may not run on to multiple pages. So each record can be a different length 1 of 3, 2 of 3, 3 of 3, 1 of 1, 1 of 2, 2 of 2.. etc. From what I have gathered, that functionality is only available through a Report Book. However, I also read that the report book cannot be created dynamically based on the aforementioned filter.
Is there a better way to go about this?