FastReport Lack of this feature while FastReport.NET has, Why?
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.
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
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