|
Home > Archive > MS SQL Data Warehousing > November 2006 > RenDER Reports
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| somuthomas@gmail.com 2006-11-17, 5:15 am |
| Hi,
Can multiple parameterised reports be combined(or rendered) into one
PDF or MHTML format? How is it done?
Note: The reports generated have same structure but the values in the
fields as the input parameter changes.
Thanks in Advance
Regards,
Somu
| |
| Darren Gosbell 2006-11-17, 7:12 pm |
| You would set up a "master" report for this purpose that had mulitple
sub-reports. You can either hard code the parameters for the sub reports
or you can set up parameters on the master and map them through to the
sub reports.
--
Regards
Darren Gosbell - SQL Server MVP
Blog: http://www.geekswithblogs.net/darrengosbell
In article <1163755559.115694.106310@k70g2000cwa.googlegroups.com>,
somuthomas@gmail.com says...
> Hi,
>
> Can multiple parameterised reports be combined(or rendered) into one
> PDF or MHTML format? How is it done?
>
> Note: The reports generated have same structure but the values in the
> fields as the input parameter changes.
>
> Thanks in Advance
>
> Regards,
>
> Somu
>
>
|
|
|
|
|