I've got this installed and the sample database was working fine. I then
imported about a weeks worth from two iis servers (grew the DB to about 5
GB) and now pulling up any of the default 12 reports takes at least 30
minutes to an hour or longer. Is this normal? The SQL server is a dual
...
more >>
When I go to http://www.servername.com/ReportServer I get: You are not
authorized to view this page.
When I go to http://www.servername.com/Reports I get:
The underlying connection was closed: An unexpected error occurred on a
receive.
In RSReportServer.config I have set:
<Configuration>
...
more >>
I understand the concept of subreports and their wiring... but if I have
a table thats bound to some data, and for each record in that table, I'd
like to spit out a basic subreport, should I not then be able to just
stick it in the table detail row?
I get table cell cannot contain subreport...
more >>
Say I've got a report that lists users and their "Roles"
username1 userid1 userrole
username2 userid2 adminrole
at the bottom of the page, I'd like to print a litte summary of the
report with userroles: 1, adminroles 1.
I know how I'd achieve it with a whole other query, but is there a w...
more >>