Hi,
I have .NET application which renders the report from BOE using infoObject model. This report has parameter and the paramter info is passed from the application using following code.
CrystalReportViewer1.EnterpriseLogon = enterpriseSession;
CrystalReportViewer1.ReportSource = (Report)infoObject;
CrystalReportViewer1.ParameterFieldInfo = parameterFields;
But when I try to run this form...though the parameterfields have the detail of the paramter still Promt screen is scheduled by BOE to provide input for the parameter...
Can someone help me on this why the parameter value I am sending is not being used.
Thanks
Kajal