views:

38

answers:

2

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
A: 

i think what you need is something call parameterization in crystal report http://www.dotnetheaven.com/UploadFile/SaifiFFC/CrystalReport07122007062723AM/CrystalReport.aspx

CliffC