I need to solve a quite strange problem. I have a data source with 15 elements/columns. I have to export the rendered report to pdf and xlsx formats, where the page size of pdf documents must be A4 with landscape orientation. There are no restrictions on page size for excel document and I would like to export the document where the width of the columns would be different -> wider (the coulmn width would be multiplied by a constant value) than the pdf export. For example the column width for custmer_name would be 4 cm in the pdf, and 6 cm for the excel export.
The output format is available at the render time - I use a report variable for that - which is set for C# code.
Is there a stimulsoft component, which could be used for this?
As far as I know the standard databand combined with stitext is not good enough for this: when I change the column width for the leftmost text, every other text components must be repositioned

The other component I thought about is the Table but I am not sure if it would look correctly in the pdf - I would like to set minimum column width.
Is there any other component which I can use?
Thank you.
Jozef