3 questions about SQL 2005 Reporting Services

  • Hello,

    I have 3 questions about SQL 2005 Reporting Services, can you help me ?

    (1)I can't hide the HTML Viewer toolbar. I have tried both the &rc:Toolbar=false and &rs:Toolbar=false, they could display the report but the Toolbar still existed.

    (2)I want the Report hide the Toolbar but still displays user entered input parameter values, is it possible ?

    (3)Can I only hide the Toolbar through URL access ? Eventually, I will use a ReportViewer control and use ASP to display a Report, but I found I couldn't enter any URL parameter in Visual Studio Report Designer. How can I, for example, on my ASP, display a SQL 2005 Report with input parameter values but no Toolbar ?

  • For your question 3, here is my suggestion.

    Add ReportViewer control to your asp.net page, set the ProcessingMode to Remote, then add your reporting server information under "ServerReport" section.

    There are a group of Property "ToolBar", the Html toolbar will disappear if you set all to "False"

    With "ShowParameterPrompt" = True, the report will ask user to input parameters.

  • Thanks.

    I fixed the problem by myself.

    Thanks a lot.

  • Could you please share how did you solve that issue?

    Thanks in advance,

    Pab

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply