How to filter Crystal Reports in C#?
How can I filter my entered data in one form that contains a text field into the 2nd form that 开发者_JAVA百科contains the Crystal Reports viewer using C#?
Create a field in your Report and fill it programmatically before rendering the report. The report can filter on this field.
i think what you need is something call parameterization in crystal report http://www.dotnetheaven.com/UploadFile/SaifiFFC/CrystalReport07122007062723AM/CrystalReport.aspx
精彩评论