How to increase the width of the page?

mohanarajmohanaraj 600001
edited 9:38AM in FastReport .NET
Dear all,

How can i increase the page width To display 12 column in report.

Thanks in advance.

Comments

  • edited 9:38AM
    Hello,

    You can do it in the Page.StartPage event:

    Page1.PaperWidth = 300; // set to 300mm
  • mohanarajmohanaraj 600001
    edited 9:38AM
    AlexTZ wrote: »
    Hello,

    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.
  • edited 9:38AM
    Hello,

    In the report designer. Go to Properties window, select Page, press "Events" button, then doubleclick the StartPage event.
  • mohanarajmohanaraj 600001
    edited 9:38AM
    AlexTZ wrote: »
    Hello,

    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?

  • edited 9:38AM
    It's A4 width - 210mm.

Leave a Comment