Hi,
I'm working on a report having 2 date parameters(which uses calendar control) and a dropdownlist. But on selecting each of these parameters, the page refreshes. For eg On selecting a date from the calendar control results in a postback. The same is the case with the dropdownlist. Could you please help to resolve this issue? We need the postback to happen only on clicking the 'View Report' button.
Also, is there any way to customize the 'View Report' button. It always appears in the right hand side. Can we set the position of this button so that it appears just below the paging button?
Thanks in advance,
Sonu.
1. No, it's not possible to avoid postbacks when you enter parameters one by one.
2. There is no way to customize the position of the button but you can change the style of the button in your report manager by using the ReportingServices.css file in the following folder (probably):
C:\Program Files\Microsoft SQL Server\MSSQL.4\Reporting Services\ReportManager\Styles
Please refer to more details in the following link:
http://msdn2.microsoft.com/en-us/library/ms345247.aspx
Shyam
sql
No comments:
Post a Comment