cancel
Showing results for 
Search instead for 
Did you mean: 

Set Parameter in CR.

Former Member
0 Kudos

Hello All,

I have created a parameter in my C# coding as : cryRptLabDetails.SetParameterValue("TotalLABPaidAmount", paidamt);

I want to come this in my crystal report in parameter tab. So how can I do it?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

DellSC
Active Contributor
0 Kudos

You need to create the parameter in the report itself before you can set it from your code.  In the Field Explorer for the report, there should be a section called "Parameters" - right-click on the heading to create a new param.  The report and your code must use the exact same parameter name.

-Dell

Answers (1)

Answers (1)

Former Member
0 Kudos