I have an RDLC Report that I have designed layout using VS2010. Everything is working but performance is slow as I am doing a lot of calculations in the VS2010 report layout. Other than calculating all the fields in the report triggers/functions, is there any way to access the report control values from the layout design as opposed to the datasource values? E.g., if we have a control called textbox1 and we set its source to be Sum(Fields!SalesAmount.value). Can I just access the textbox1.value (or similar syntax) as opposed to using its source? So in another control called textbox2, the source expression will be Textbox1.value. I know I can do this in a regular VS2010 report. but for some reason, it's not exposed when accessing the design layout from Dynamics NAV.
*This post is locked for comments