Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
pajarokillo
Starting Member
12 Posts |
Posted - 2005-08-26 : 04:27:46
|
Hi!, my question is the next: Can i hide the link of reportViewer object that it allow hide/show the report's parameters? |
|
gcowhsu
Starting Member
38 Posts |
Posted - 2005-08-29 : 13:35:40
|
Yeah, there are 2 ways to do itin your code tryReportViewer1.Parameters = Microsoft.Samples.ReportingServices.ReportViewer.multiState.False;the other way is when you set the urlpath add rc:parameters=false in the path name |
 |
|
|
|
|