Set up report pages to support unlimited width
// 1. Set up report pages to support unlimited width
frxReport1.Page.UnlimitedWidth := True;
Is this property supported in Lazarus, and if not, how can it be achieved if you want to achieve such an effect?
The function works just like in Excel: regardless of the number of columns, if you define the paper size as A4, it will display according to A4 dimensions. Any columns that don't fit will be moved to the next page.