Showing posts with label reportserver. Show all posts
Showing posts with label reportserver. Show all posts

Tuesday, February 21, 2012

Repost - Forms Auth and the ReportServer web

I have an interesting issue. I setup my RS to use Forms Auth. I created a
logon page for the Reports web and and a logon page for the ReportServer
web. The page displays a
company logo, textboxes to enter credentials, logon button, etc. Nothing
extremely fancy.
The issue is this. When I navigate to the Reports web (Report Manager) the
logon page displays with the logo. When I navigate to the
ReportServer web, the logo image doesn't show.
What gives?
--
Adrian Maull
[MCP]Adrian M. wrote:
> The issue is this. When I navigate to the Reports web (Report
> Manager) the logon page displays with the logo. When I navigate to
> the
> ReportServer web, the logo image doesn't show.
> What gives?
It seems that you use a wrong virtual path to your image (i.e.
/images/logo.gif)
Try to use a "full" virtual path (i.e. http://localhost/images/logo.gif)
regards
frank

ReportViewer.ServerReport and using Parameters

I finally have figured out how to pass my UserName and Password to the reportserver and be able to run a report in my app.

NOW when I run a report that has parameters and select them then click on View Report it just returns a blank page and never shows the generating report message. When I run reports WITHOUT parameters they generate fine...

Am I missing something?

you probably use the paramters with a wrong format.if you have parameters and the report does nothing ,its because you didn't give the parameters the expected values or format...