Click here to Skip to main content
15,904,497 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello friends,
Subreport processing event is not getting fired in RDLC report so could any1 can help me for working this out.
Thanks in advance
Posted
Comments
MarqW 8-May-12 8:32am    
Can you show us your code to loading the report in the first place? Can you process any reports that don't consume sub-reports?
Sandeep Mewara 8-May-12 10:59am    
Can you add more details on the same? How are you trying to do it? How do you know it's not being fired?

1 solution

Check your subreport parameters. If a parameter condition fails, the subreport is not loaded. Also check Visual Studio trace output, it shows which parameter causes the error.

In order to perform a quick check, set all subreport parameters to allow null.

It did the trick to understand why I get a null value instead of the expected one.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900