I see I can do the following in the RAS SDK.
CrystalReportViewer viewer = new CrystalReportViewer();
viewer.setDisplayToolbar(true);
or
viewer.setDisplayToolbar(false);
What I would like to do is display the Toolbar and enable the Export and Print buttons, but hide the Parameters Panel. I don’t want the users to change parameters once the report has run and is displayed in the viewer. This is because our UI front end constrains values in the LOV parameters that can’t easily be coded directly in the Crystal Report LOVs.
I’m unale to find any method to hide the Parameter Panel. Is there a method for hiding the Parameters Panel from the RAS SDK?
I’m using Crystal Reports 2008 and am up to date on all patches.
Jim Barta (BOB member since 2009-04-01)