How to increase the width of the page?

mohanarajmohanaraj 600001
edited 8:46PM in FastReport .NET
Dear all,

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

Thanks in advance.

Comments

  • edited 8:46PM
    Hello,

    You can do it in the Page.StartPage event:

    Page1.PaperWidth = 300; // set to 300mm
  • mohanarajmohanaraj 600001
    edited 8:46PM
    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 8:46PM
    Hello,

    In the report designer. Go to Properties window, select Page, press "Events" button, then doubleclick the StartPage event.
  • mohanarajmohanaraj 600001
    edited 8:46PM
    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 8:46PM
    It's A4 width - 210mm.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.