FastReport Lack of this feature while FastReport.NET has, Why?

edited 5:28AM in FastReport VCL 5
Here , is the link show FastReport.NET has but not FastReportVCL. why? WHY?...............................................!

FastReportVCL can print both mode (AcrossThenDown and DownthenAcross). But in DownthenAcross mode it lacks of Row Balancing in each column so columns are not filled equally.

Another method of printing a multicolumn report is based on using the "Data" band columns. The rest of the bands continue to be printed in one column.
Column parameters can be configured using the "Columns" property, which can be changed in the "Properties" window. You can set up the following parameters:

??? number of columns;
??? column width;
??? column printing mode. You can select either of the two modes - "AcrossThenDown" and "DownThenAcross";
??? the minimum number of rows in one column, if the chosen mode is "DownThenAcross".

Column band can be printed in either of the two modes. In the "AcrossThenDown" mode (the default one), columns are printed in the following way:

[Picture See in the link above]

In the "DownThenAcross" mode, column printing occurs in the following way:

[Picture See in the link above]

In this mode, FastReport calculates the number of data rows in a column in such a way that, columns are filled equally. You can also set the minimum number of rows in a column with the "Columns.MinRowCount" property.

Comments

  • gpigpi
    edited 5:28AM
    wrote:
    why? WHY?...............................................!
    Because this feature doesn't realized in the FR VCL. FR.Net is not a port of FR VCL, this is different products
    You may print one part of dataset in the first column of the TfrxReportPage and call Engine.NewColumn in the script to start new column

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.