Hi
I have a grid with 20 columns. I exported the grid data to PDF.
My requirement is, i want to show this generated PDF in landscape format by showing all 20 column's data.
I have set below code for landscape
<Pdf PageWidth="297mm" PageHeight="210mm" />
now my issue is all the columns in the generated PDF is not properly aligned. Some of the columns are sitting on one other.
How to adjust to view all the columns because i need to print that pdf document for reporting purpose.
Regards,
Satya
I have a grid with 20 columns. I exported the grid data to PDF.
My requirement is, i want to show this generated PDF in landscape format by showing all 20 column's data.
I have set below code for landscape
<Pdf PageWidth="297mm" PageHeight="210mm" />
now my issue is all the columns in the generated PDF is not properly aligned. Some of the columns are sitting on one other.
How to adjust to view all the columns because i need to print that pdf document for reporting purpose.
Regards,
Satya