this issue got resolve yeasterday when i tried now throwing error messages when ever i am using my menu item button to open the report it shows error1 and error 2 is the visual studio properties
Try to override ShowQueryValues() and ShowQueryButton() method of the controller class of the report. Return false value from these method and then try to run the report using this controller class. You need to create an Action menu item and then call the controller class from this menu item. Please find the reference as well.