Hi,my problem is that I have to use more than one stored procedures for different parts of my report.
For example if I have three parts in the report I have to use three stored procedures which provide the data.
One suggestion would be to create a master report, containing just the header information; i.e. company name, report title, page number and date/time the report was generated, etc. Then add the 3-subreports, the datasource of each would be the results returned by the 3-stored procs.