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
soonhuat81
NA
31
0
Q & A @ Customize End-User Report, but ,....
Jun 1 2004 10:34 PM
Question Can the End-User report designer be customized? Answer It is possible to create a custom End-User Report Designer. You should do the following: A) Create a descendant from the XRDesignForm class and customize it according to your requirements. B) Use the following code to open the designer: MyDesignForm designer = new MyDesignForm(); designer.OpenReport(myReport); designer.Show(): This is the answer i get corresonded to the question i've asked. I've tried it but still it doesnt seems to work. Can anyone teach what should i do base on the code given above .? How do i create a descendant from the XDesignForm Class ? I cant find the XDesignForm class tho. Is the class is already in embeded in the C# language ? Or do i need to create my own ? Hope someone can help as im just a newbie programmer. Thanks in advance .
Reply
Answers (
1
)
RichTextBox Scroll Problem
Copying text from a database backinto a textbox