Writing direct into the parameter in Crystal Report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Could anyone tell me please how to write from the c# code in an parameter?
For example I have an report that it is asking for a client code as the
parameter. Now it is showing the interface from Crystal report asking for
introducing that parameter. How do i make this automatic as I have a form
that already have the "client code" and to insert it automatic into the
parameter of the report and the report to be shown without asking to
introduce the parameter.
Also if it is a way to customize the interface that appear when have an
parameter and asking about that parameter. For example I consider it too
large. How i do to be smaller.
Thank you.
 
Marius,

Create in C# the user interface that asks for the parameter value, and then
pass that value to the report using the SetParameterValue() method of the
ReportDocument.

Regards - Octavio
 
Back
Top