Viewing 8 posts - 16 through 23 (of 23 total)
It looks like your code is running at the network service (which would be the case if you are a web application that doesn't impersonate) Try setting the ReportViewer1.ServerReport.ReportServerCredentials to...
December 7, 2008 at 8:27 pm
Not sure if it is available in 2008. I had a similar issue with 2005. We have over 100 customers that have the same database schema (we define it) but...
December 6, 2008 at 1:34 pm
What URL are you putting into IE? Are you going to the Report Manager and then launching the Report Builder? Are you logging into the server as you or as...
December 6, 2008 at 1:25 pm
Do you know which part is slow? Are the first 6 fast and just the last 2 are slow? How fast are the queries? Can you capture them in profiler?...
December 6, 2008 at 1:13 pm
How are your properties defined for the parameter? Is is hidden, internal, etc? Do you have default values? Are you setting the parameter in the code that you create the...
December 6, 2008 at 11:04 am
I would double check your queries/tables to make sure all of the joins are set up properly this could help reduce the number of rows and get rid of the...
November 21, 2008 at 2:10 pm
First make sure you are using your count field from the proper entity in the report, I forget if you get a choice for the report footer.
Use profiler and take...
November 21, 2008 at 12:43 pm
I would go with Francisco's script method. Once you get the output you can modify the script anyway you need to. We did this same step years ago and have...
November 6, 2008 at 10:43 am
Viewing 8 posts - 16 through 23 (of 23 total)