cupcakesrule
Programmer
I have multiple Crystal Reports created in my Web Project. I want the user to be able to select the report they desire and then display the up to date report. Is there anything I can do with the following statement:
So that when the user selects the desired report the crReportDocument gets set to that new report. In other words is there anyway to replace the CrystalReport3 definition with a variable?
Code:
CrystalReport3 crReportDocument = new CrystalReport3 ();