Selection Formula in crystal report
C#
1
Posts
1
Posters
0
Views
1
Watching
-
i have created a crystal report with 3 table know i want to put a selection formula in a particular column of table but it is not working what i have done is this
crystalReportViewer1.SelectionFormula = "{NewSampleEntrys.RecvdDate}={?EDOR}";
crystalReportViewer1.Refresh();plz give some idea guys......