RE: Accesing a report in Enterprise portal which is based on controller class
Hi Sathish,
Unfortunately Controller Class Report can not be used for Enterprise Portal.
Perhaps, you have to redesign your report without Controller Class. Or create a workaround, like a simple page parameters on the EP used in the report, which runs report in batch and send report by email.
***
Considerations when the report will be accessed from Enterprise Portal:
- Reports that are accessed from Enterprise Portal cannot use SysQuery parameters.
- Reports that are accessed from Enterprise Portal cannot use the Controller class.
Consider the page on which the report will be displayed. If the report is included on a page with limited space, the existing design for the report may not be usable. Consider adding a separate design for the report that can be used specifically when the report is displayed in Enterprise Portal.
Consider providing default values for the report parameters whenever possible. This makes it much easier for the user to add the report to an Enterprise Portal page, because the report will run without requiring parameters to be set. The user can adjust the parameters as necessary after the report has been added to the page.
msdn.microsoft.com/.../gg731927.aspx