Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Services / Reporting Services / February 2007

Tip: Looking for answers? Try searching our database.

Hiding Report Parameters ToolBar

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sudhakara.T.P. - 22 Feb 2007 09:29 GMT
Hi,
I am generating report using stored procedures. I am passing values to the
SP parameters for the report through URL. When I generate the report, the
parameters are being displayed in a toolbar at the top of the report. Is
there any way I can hide the parameter toolbox or parameter list while
generating the report.

Regards,
Sudhakara.T.P.
daw - 23 Feb 2007 19:11 GMT
Have you set the Report Parameters to Hidden?

daw

> Hi,
> I am generating report using stored procedures. I am passing values to the
[quoted text clipped - 5 lines]
> Regards,
> Sudhakara.T.P.
sammy - 28 Feb 2007 06:52 GMT
Hi,
   I just experienced the same issue for my reports and I found out there
is plenty of ways to work it out. Share with you my findings. Many thanks to
SSRS experts!!

  1) Create a custom CSS file at \MSSQL\Reporting
Services\ReportServer\Styles\. Modify the .ToolbarRefresh or
.ToolbarParameters etc. Change display:inline to display:none. This is to
hide certain items/icons at Toolbar which is not frequently used. Then, set
your access url like :
http://server/reportserver?/reportname&rc:Stylesheet=MyStyle (without the
.css extension)

More reference at
http://blogs.msdn.com/bimusings/archive/2005/07/08/436887.aspx

  2) Add &rc:Toolbar=false after your report url to hide the entire toolbar.

  3) Add &rc:Parameters=false / &rc:Parameters=Collapsed after your report
url to hide parameters list only.

  4) Clear the checkbox of Prompt User through Report
Manager>Properties>Parameters.

HTH.

regards,
sammy

> Have you set the Report Parameters to Hidden?
>
[quoted text clipped - 9 lines]
> > Regards,
> > Sudhakara.T.P.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.