July 18, 2006 at 3:02 am
Hello there.
First some informations:
The Report shows informations about server from our customers. There will be one report per customer. One Customer can have 1 or more servers. I get all servers from a customer with DataSet1. The result is one column with one or more rows (example "Server1", "Server2"...).
Its a really big report so i put all objects in subreport and in the "toplevel"-report i repeat the subreport for each row i get and set the column as parameter (which is defined in subreport).
Heres my problem:
if i put the subreport direct into the report and set a fix value for the server-parameter it works fine. if i put the subreport in table i get the followin error:
"[rsErrorExecutingSubreport] An error occurred while executing the subreport ‘subreport13’: Object reference not set to an instance of an object."
There must be a problem using the table. Funny thing is in this subreport i do the same procedure with another subreport and it works fine. I've "copy&past" the table from the subreport to "toplevel"-report. No chance.
Can someone help me?
Thanks in advance, Tobi
July 18, 2006 at 8:48 am
The on ly time I have seen this happen is when the subreport is not in the same project as the main report. Are you having this problem in the development environment or on the report server. If on the report server make sure the subreport is deployed.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 18, 2006 at 9:16 am
Hello Jack.
All (sub-)reports are in the same Solution.
The problem exists in both, DevEnv and ReportServer(made a upload, hoped i get a better error message).
Tobias Boehler
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply