I have created a custom module which has a report viewer on it.
One Case:
1) I create a private variable on the page for the report
2) I do a logon for the database - Only if it is NOT a postback on page load.
3) The Report has paramters so the Report prompts me for the paramters.
---Now the problem ---
4) I enter the paramters and hit submit and I get -- Load report failed
Case Two:
1) I create a private variable on the page for the report
2) I do a logon for the database - on every page load.
3) The Report has paramters so the Report prompts me for the paramters.
4) I enter the paramters and hit submit and I get the first page of results(report has two pages)
--- Now the problem ---
5 I hit the next page button and I get -- Load report failed
Any ideas.
Dean