Posts Tagged ‘pass’

Crystal Report: Setting values to subreport parameters using C#

Posted on March 27th, 2009 by by kuragari

Report Part
We create a report and then we press to the New Subreport button ( or ). Then, on the new window, we write the name of the subreport and we click on Ok button.

After calling the subrepot we click on Report Wizard button. We follow all the steps (or press on the [...]

Crystal Reports: Setting values to report parameters using C#

Posted on March 26th, 2009 by by kuragari

Report Part
The first step consist in create a new report. To do it we’re gona click on File -> New -> Blank Report.
We click on Parameter Fields with the right mouse button and then in New:
 
 
A new window will appear with Create New Parameter as a title. Here we’re going to define the parameter [...]