Passing Parameter in Crystal report 10
In the given code iam trying to pass 1 parameter ..its working fine ... how can i pass more than 1 parameter ???
CrystalDecisions.Shared.TableLogOnInfo objConInfo;
ReportDocument objRDoc;
--------------------------
--------------------------
objRDoc.SetParameterValue("USERID", 1);
--------------------------
--------------------------
objobjExpOptspts.ExportDestinationType=exportDesti nationType.DiskFile;
objobjExpOptspts.ExportFormatType = ExportFormatType.PortableDocFormat;
objobjExpOptspts.DestinationOptions = objDiskFileOpts;
objRDoc.SetDatabaseLogon("userid", "password");
objRDoc.Export();
thanks
Arunlal
|