hello !
i want to send multile values for a single parameter through VB in to crystal report. How i can send.....
One of answer given earlier is :
Report.ParameterFields(1).ClearCurrentValueAndRange
and then multiple calls to:
Report.ParameterFields(1).AddCurrentValue(your_value)
but after writing "Report.ParameterFields(1)"
it wont give the property of
ClearCurrentValueAndRange and
AddCurrentValue(your_value)
Suggest me what to do.....
Regards
Gaurav
i want to send multile values for a single parameter through VB in to crystal report. How i can send.....
One of answer given earlier is :
Report.ParameterFields(1).ClearCurrentValueAndRange
and then multiple calls to:
Report.ParameterFields(1).AddCurrentValue(your_value)
but after writing "Report.ParameterFields(1)"
it wont give the property of
ClearCurrentValueAndRange and
AddCurrentValue(your_value)
Suggest me what to do.....
Regards
Gaurav