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
Peter Dzuya
NA
313
40.9k
Devexpress Xtra reports
Oct 14 2014 5:20 AM
Hi all.
I am new to c#.
I have included Devexpress Xtra reports in my project. they work very well within my developer machine even after running a setup. the challenge is, the reports generate an error message and fail to launch on the targeted machines. where could I have gone wrong.
See sample below.
RportsList report = new RportsList();
ReportPrintTool tool = new ReportPrintTool(report);
tool.ShowPreview();
Thanks.
Reply
Answers (
0
)
code error
cant understand the code.