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
Marko Frelih
NA
12
0
Crystal Reports Record Selection Questions
May 20 2010 1:45 AM
Hi to all!
I have following problem:
In my application (Visual Studio 2008 - C# language - I AM NEWBIE AT C#), I have two GUI elements - date pickers (MonthCalendar class) and according to their selected values (dates) i would like to filter records in report. I've added parameters (dtDateFrom, dtDateTo - both of type DateTIme) to report and now:
1) How do I dyinamicly setup their values to contain values from previously mentioned MonthCalendar classes (I've setup event handler, tested it and it works fine) - the question is, how to fill report parameters?
2) How do I then refresh report to show new data?
Currently, the second problem is:
As I lanuch app or press "Refresh" toolbar button on report, I get date entrance window, which is invoked from Crystal Reports - HOW DO I DISABLE IT?
Please answer ASAP since I am in hurry and thanks in advance for answers!
Sincerely yours,
Marko
Reply
Answers (
1
)
how to export crystal report in pdf file by default using C#
how to use oracle storedprocedures, and packages in rdlc report?