Hello,
I want to pass the values that the client chose in the windows forms application as parameters in crystal report.
I have a period range that he/she chooses (I have two datetimepickers on the form) and a text box. These values I want to pass as parameters to the crystal report.
Can anybody help me please?
Thanks
Loading
NelPosted Nov 14, 2011, 8:28 AM
ParameterRangeValue myRangevalue= new ParameterRangeValue;
how to define myRangevalue.Value to be <=something and >=something ?
AartiPosted Nov 14, 2011, 6:52 AM
use below code.. may be it will help you
...private void ParamButton_Click(object sender, System.EventArgs e){