Single Report Works Fine. But While requesting for the other report it gives exception "Index Out of bound". Someone please help me with a working solution.
Asked
Active
Viewed 432 times
0
-
Hi @Dawood Jamil, could you please share enough code to reproduce the issue? – Rena Dec 08 '21 at 08:19
-
1Actually .Net Framework supports RDLC reporting. But to render report as Pdf in Asp.Net Core Project I'm using AspNetCore.Reporting Library. Now the Problem is that after generating one report, the report throws exceptions "Index Out Of Bound". This happens due to a cache Issue. For reference here is the link https://github.com/amh1979/AspNetCore.Reporting/issues/16 – Dawood Jamil Dec 08 '21 at 11:50
-
@Rena I'm stuck on this exception for last two weeks. – Dawood Jamil Dec 08 '21 at 11:54
-
1https://github.com/amh1979/AspNetCore.Reporting/issues/16#issuecomment-922505776 – Dawood Jamil Dec 08 '21 at 11:55