- Joined
- Apr 4, 2017
- Messages
- 2
- Reaction score
- 0
Hi
Changing parameters in Crystal Free Viewer.
I want staff to be able to view my Crystal reports and change parameters.
If this code is what I should be using - where do I put this code?
Also, can you buy a Crystal Viewer to eliminate this problem. I've spent quite a bit of time trying to find the answer to this but with very little help from Crystal.
Thanks for any help.
Kind regards
Jane
Changing parameters in Crystal Free Viewer.
I want staff to be able to view my Crystal reports and change parameters.
If this code is what I should be using - where do I put this code?
CrystalReportSource1.ReportDocument.Refresh();
CrystalReportViewer1.ReportSource = CrystalReportSource1;
CrystalReportViewer1.ReportSource = CrystalReportSource1;
Also, can you buy a Crystal Viewer to eliminate this problem. I've spent quite a bit of time trying to find the answer to this but with very little help from Crystal.
Thanks for any help.
Kind regards
Jane