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
scampercat
NA
189
0
C#.net and custom controls
Mar 6 2010 12:08 PM
I have the following questions about creating sql server 2008 reports using C#.NET 2008:
I am creating a report that will contain the following:
a. page header with the title of the report,
b. page footers that contain the page numbers, and
c. table of contents to tie about 27 subreports together,
d. several of the tables in the subreport will appear on more than
one page.
Thus, I would like to know how to tie all of this together. I am
planning on doing the following:
1. Put the title of the report in a textbox control,
2. Somehow have logic in the tables to know to wrap to the next page
if a table exceeds the page limit.
Thus, could you make suggestions on how to tie all of this together?
What custom controls would I use?
Reply
Answers (
0
)
file upload control
C#.NET using custom controls