Hi Everyone,
Iam working on User Input Reports. I followed all the steps required (As explained in Microsoft Reporting Services 2005 guide.pdf). when i try the open a Report the following Dialog opens(cant find "Submit" and "Cancel Buttons"). What can be the issue? Any help will be appreciated.
Regards,
Naresh.
It appears that something changed, and there is no longer a definition for inbasket.submit in the Client/xml/ui_resources.xml file. However, in that file, a definition for reporttool.submit exists. If you edit the Client/Scripts/ReportTool/UserInputDialog.html file to change inbasket.submit to reporttool.submit, it should pick up the new definition. I will submit this as an issue to get it fixed in the released code.