New to the forum (and programming in general) so I may have missed a post on this elsewhere.
I have an asp.net 2.0 page with a CrystalReportViewer and several CrystalReportSource sources. I have set the sources to several reports that have different selection parameters. I then used a RadioButtonList to change the reportsourceID for the viewer.
Everything works fine until I wrap the button list and the viewer in an updatepanel. The export, print, and calender buttons no longer work in the viewer.
If I wrap the updatepanel around just the viewer, the calendar buttons work but the export and print buttons still don't work.
Is there a work around for this or does AJAX not support the CrystalReportViewer?
Better to remain silent and be thought a fool than to speak out and remove all doubt.
~Abraham Lincoln~