Last post Sep 03, 2012 01:05 AM by Ajay2707
Member
97 Points
418 Posts
Aug 31, 2012 09:04 PM|lesponce|LINK
How do a set a value to a crystal report field?
Field = "TEST"
I'm populating my report with a dataset and I don't get anything.
//set dataset to the report viewer.
rptCheck.SetDataSource(ds);
CrystalReportViewer1.ReportSource = rptCheck;
Contributor
6622 Points
1743 Posts
Sep 03, 2012 01:05 AM|Ajay2707|LINK
HI Lesponce,
Use This
Field := "TEST";
see link for your reference.
http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=13399
http://publib.boulder.ibm.com/infocenter/radhelp/v6r0m1/index.jsp?topic=%2Fcom.businessobjects.integration.eclipse.doc.crdesigner%2Freportdesigner%2Fcrconvariabledeclarationscrystalsyntax.htm
To check what is comes or not , just refresh the report and give the parameter or credentials and get the preview.
Member
97 Points
418 Posts
How Do I set a value to a field?
Aug 31, 2012 09:04 PM|lesponce|LINK
How do a set a value to a crystal report field?
Field = "TEST"
I'm populating my report with a dataset and I don't get anything.
//set dataset to the report viewer.
rptCheck.SetDataSource(ds);
CrystalReportViewer1.ReportSource = rptCheck;
Contributor
6622 Points
1743 Posts
Re: How Do I set a value to a field?
Sep 03, 2012 01:05 AM|Ajay2707|LINK
HI Lesponce,
Use This
see link for your reference.
http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=13399
http://publib.boulder.ibm.com/infocenter/radhelp/v6r0m1/index.jsp?topic=%2Fcom.businessobjects.integration.eclipse.doc.crdesigner%2Freportdesigner%2Fcrconvariabledeclarationscrystalsyntax.htm
To check what is comes or not , just refresh the report and give the parameter or credentials and get the preview.