10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Charith Liyanagamage
0
148
0
Export crystal report to Excel Data Only through program
Jun 24 2014 8:55 AM
Hi All,
You know in crystal report, we can export the report to excel data only mode. I just want to know, how i can achieve this through C# program. I am developing a windows form application using .net 3.5. Please assist me. I searched and tried several blog postings, but didn't work. I think using Crystal decision there's possibility of doing this, but couldn't find a good article. If you could please post any links or sample code snippets.
Basically what i am trying to do here is load
.rpt
file from a physical path and then
set locate database connections
and
pass some parameters
then generate the report to a physical folder again with
Excel Data only
mode.
Appreciate you valuable help on this.....
Thanks,
Charith
Reply
Answers (
1
)
how can I read 200 row from a txt file by loop in C#?
how to get selected value in MS Excel drop down to c#