How to increase the width of the page?
mohanaraj
600001
Dear all,
How can i increase the page width To display 12 column in report.
Thanks in advance.
How can i increase the page width To display 12 column in report.
Thanks in advance.
Comments
You can do it in the Page.StartPage event:
Page1.PaperWidth = 300; // set to 300mm
Dear Alex,
I cant able to create event you mentioned can you please explain where can i create this event.
In the report designer. Go to Properties window, select Page, press "Events" button, then doubleclick the StartPage event.
Dear Alex,
Ya Its works thanks. Can you please tell what is the default page width?