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
Session("myCrystalReport1") = myCrystalReport1 'save current report for later display
Forum Rules