Home Forums SQL Server 2005 Development 3 questions about SQL 2005 Reporting Services RE: 3 questions about SQL 2005 Reporting Services

  • 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.