Hi out there,
If I export a hierarichal grid, the export indents one column for every inner band. I have then the values not in the correct columns.
How can I disable this?
The grid itsself (within the GUI) does this not (I'm using the same DisplaySettings for all bands).
Thanks a lot,
Frank
Hi Frank,
The BeginEport event passes you a layout which you can modify without modifying the on-screen grid layout - it's a clone of the grid's layout. You can set the Indentation property on each band in this layout to 0 and that should remove the indentation in the exported Excel sheet.
This works!
Many thanks, Mike.