Hey everyone.
I'm currently creating a report from an objectDataSource successfully. The report includes a few layers of grouping. Rather than create a single PDF, I want to export several instead, one for each of a certain attribute. It is noteworthy that the attribute I'd like to split by is not added as a group to the report but it can be if needed.
How does one go about doing this? I would assume the easiest way is to go through the top level of each report and get the appropriate atttribute, and run it through a foreach. Within the foreach I would generate a PDF. However, I'm not sure if this is the best idea, and I don't know how to get data from the report in this way. (To be more specific, getting parameters from my data source at every top level).
Would anyone have suggestions? Thanks.
I'm currently creating a report from an objectDataSource successfully. The report includes a few layers of grouping. Rather than create a single PDF, I want to export several instead, one for each of a certain attribute. It is noteworthy that the attribute I'd like to split by is not added as a group to the report but it can be if needed.
How does one go about doing this? I would assume the easiest way is to go through the top level of each report and get the appropriate atttribute, and run it through a foreach. Within the foreach I would generate a PDF. However, I'm not sure if this is the best idea, and I don't know how to get data from the report in this way. (To be more specific, getting parameters from my data source at every top level).
Would anyone have suggestions? Thanks.