TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
keenweng2001
NA
27
0
Urgent, how to apply filter to Crystal report
Sep 28 2004 3:19 PM
hello, i am implementing Crystal report using c# in my program. I set up the report by using the wizard provided in VS.studio .net 2003. The report is displaying all record in the database, i would like to filter to record programmatically , i get an syntax error telling me that the string i type is not valid . CrystalReport1 custReport = new CrystalReport1(); custReport.RecordSelectionFormula ="{UserAccount.DateCreated} = 9/28/2004 12:00:00 AM "; crystalReportViewer1.ReportSource = custReport; what should i do to make it work????thanks
Reply
Answers (
10
)
Printing PCL5 codes to the printer
How to Replace a Symbol?