Is there a way to "save" a crystal report view in an app session like using viewstate?
Printable View
Is there a way to "save" a crystal report view in an app session like using viewstate?
Found the solution:
Code:Session("myCrystalReport1") = myCrystalReport1 'save current report for later display