Vertical Band with number of columns growing over right side of page

edited 6:01PM in FastReport 4.0
Hello,

On a Report with a Vertical Band (see attached file), the number of columns is growing to the right.

I have tried to trigger a NewPage after a given number of columns, but it did not produced what I have expected.

Is there another way to do this?

Thanks
Hubert

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 6:01PM
    is the vertical master allowsplit property set to true?
  • edited July 2014
    Yes it is. On its OnAfterPrint Event, I have put the following code:

    if <Line> = 6 then
    Engine.NewPage;

    The result is that all is disturbed.

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.