Sorry the subject is a little vague!
I am issuing reports via ASP pages. I inherited this setup from my predecessor, who has a cycling "Sales Board" that calls reporting services pages from a script. All other pages do not have the light colored band across the top in which you can add parameters, click the "View Report" button etc. I have now created a new report and this band is there - can anyone please tell me how I can get rid of it for the purposes of display The parameters are fed into the report from the ASP page.
Thanks in advance

Remove "top of report" when published via ASP call
lshpiz
PaulRay
&rc:Parameters=false
to the call to my report - the parameter bar dissappears - fantastic! Shame it wasn't as easy as selecting a tick box though. I am suer that others would want to do this also
VBKnucklehead
Thanks John.
I am using rc:toolbar=false but am seeing the "green circle" and the toolbar at the top - HOWEVER I am getting a yellow triangle in the bottom left of the browser that is telling me that there has been a script error - me suspect this may be the issue. I will investigate.
CasuaLXX
raduvv
SASMJS
have you tried rc:Toolbar=false
prenney