ASP SDK + crystalreportviewer + print commands
Hi,
I have a jsp SDK code which has the following lines of code in crystalreportviewer. We need the asp equivalent for this code.
In JSP SDK there is one function given to print the report depending
upon parameters we pass.
The function is - CrystalReportViewerCrystalEvent
('CrystalReportViewer', 'tb=crprint');
This function is present in CrystalReportViewer.jsp code. We want the equivalent code in ASP.
Please let me know if anyone has done this before.