I have a very basic html page I am using for test. It has
a few text boxes on it and I am passing the values in a
URL to the RS report. It's working fine.
What I was wondering is when the reporting services report
is displayed, the very top of the report shows the 2
required parameters, and text boxes containing the values,
as well as the "View Report" button.
Is there any way I can make that disappear? I know you
can click on the arrow all the way to the right and it
collapses it, but I don't want it there at all. I need to
take it completely off the page.
Thanks,
Mark HackenbergYou can go into the Report Manager UI and uncheck the "Prompt User" checkbox
to hide the parameters for relevant report(s). Note that parameters can
still be passed via URL access.
--
Ravi Mumulla (Microsoft)
SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Mark Hackenberg" <mark@.marathondata.com> wrote in message
news:2129301c45ae0$30e318a0$a601280a@.phx.gbl...
> I have a very basic html page I am using for test. It has
> a few text boxes on it and I am passing the values in a
> URL to the RS report. It's working fine.
> What I was wondering is when the reporting services report
> is displayed, the very top of the report shows the 2
> required parameters, and text boxes containing the values,
> as well as the "View Report" button.
> Is there any way I can make that disappear? I know you
> can click on the arrow all the way to the right and it
> collapses it, but I don't want it there at all. I need to
> take it completely off the page.
> Thanks,
> Mark Hackenberg|||I did that, but when I ran it I got the following error:
The report parameter 'CompanyID' is read-only and cannot
be modified. (rsReadOnlyReportParameter)
I don't know if this has anything to do with it, but this
value cannot be null. Is there anything I am missing?
>--Original Message--
>You can go into the Report Manager UI and uncheck
the "Prompt User" checkbox
>to hide the parameters for relevant report(s). Note that
parameters can
>still be passed via URL access.
>--
>Ravi Mumulla (Microsoft)
>SQL Server Reporting Services
>This posting is provided "AS IS" with no warranties, and
confers no rights.
>"Mark Hackenberg" <mark@.marathondata.com> wrote in message
>news:2129301c45ae0$30e318a0$a601280a@.phx.gbl...
>> I have a very basic html page I am using for test. It
has
>> a few text boxes on it and I am passing the values in a
>> URL to the RS report. It's working fine.
>> What I was wondering is when the reporting services
report
>> is displayed, the very top of the report shows the 2
>> required parameters, and text boxes containing the
values,
>> as well as the "View Report" button.
>> Is there any way I can make that disappear? I know you
>> can click on the arrow all the way to the right and it
>> collapses it, but I don't want it there at all. I need
to
>> take it completely off the page.
>> Thanks,
>> Mark Hackenberg
>
>.
>|||Call the URL with "Parameters=False&Toolbar=False" parameter.
Regards,
Cem
"Mark Hackenberg" <mark@.marathondata.com> wrote in message
news:2129301c45ae0$30e318a0$a601280a@.phx.gbl...
> I have a very basic html page I am using for test. It has
> a few text boxes on it and I am passing the values in a
> URL to the RS report. It's working fine.
> What I was wondering is when the reporting services report
> is displayed, the very top of the report shows the 2
> required parameters, and text boxes containing the values,
> as well as the "View Report" button.
> Is there any way I can make that disappear? I know you
> can click on the arrow all the way to the right and it
> collapses it, but I don't want it there at all. I need to
> take it completely off the page.
> Thanks,
> Mark Hackenberg
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment