How can I filter my entered data in one form that contains a text field into the 2nd form that contains the Crystal Reports viewer using C#?
A:
Create a field in your Report and fill it programmatically before rendering the report. The report can filter on this field.
cwaidner
2010-02-15 12:25:29
A:
i think what you need is something call parameterization in crystal report http://www.dotnetheaven.com/UploadFile/SaifiFFC/CrystalReport07122007062723AM/CrystalReport.aspx
CliffC
2010-03-22 08:44:56