Hi Experts,
I'm developing a large RDLC report in Nav 7, whenever I saved it in Nav, it prompts error message: "You cannot import layouts (RDLC files) that are larger than 5242400 bytes." ](*,) , and then the report wasn't saved successfully. :!:
Any suggestion on workarounds other than slim down the report layouts? [-o<
Thank you very much in advance
0
Comments
But I would really like to understand what you put in the Layout for it become so big?
/Claus Lundstrøm
I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
In fact, what did I do is just as simple as "UNION" concept in SQL, which means I'd like to display records from multiple Tables in the single report, DataItem as this:
ParentTable
IndentedTable1
IndentedTable2
IndentedTable3
IndentedTable4
IndentedTable5
IndentedTable6
IndentedTable7
IndentedTable8
IndentedTable9
IndentedTable10
There's checkBox called "All" to display out all the ParentTable to IndentedTable1 .. IndentedTable2 record in the report, and thus meaning that in the VS RDLC Report, in Designer for Design Time, I placed all the Text Boxes. Logic (Codes), in fact, very little.
I guess no other alternative but to report this as a Bug to Microsoft.
Anyway, Thanks again for your inputs.