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
Israel
692
1.3k
219.3k
Readjusting page
Apr 7 2015 8:38 AM
Hi!
Always when I open my rdlc page preview its show this configuration by default:
left: 20,7
right: 20,7
Concerning me, I need to configurate it like this:
left: 5
right: 5
Then I wrote this code to preconfigure automatically when I preview my page. Otherwise its will not show the other part right side's data. Its sound making the same mecanism to change always the pagepreview configuraton before printing:
this.Questionario_quantitativo1_1TableAdapter.Fill(this.DataSet5.Questionario_quantitativo1_1);
this.reportViewer1.PageSetupDialog();
Left.ToString().Length.ToString();
this.reportViewer1.RefreshReport();
I dont beleive that everyone do the same way I do. There is a right way to resolv this problem. Please help to resolv it.
Reply
Answers (
0
)
How to use c# DLL in vc++ Windows applications
Two forms in conflit. What is the problem???