Hi,
When we are exporting the Grid data to PDF, the content is overlapping. Attached the screen shot for your reference.
Below setting is used in the page .
When we are exporting the Grid data to PDF, the content is overlapping. Attached the screen shot for your reference.
Below setting is used in the page .
rgdProduct.ExportSettings.ExportOnlyData = true; rgdProduct.ExportSettings.IgnorePaging = true; rgdProduct.ExportSettings.OpenInNewWindow = true; <ExportSettings HideStructureColumns="true" IgnorePaging="true" ExportOnlyData="true" FileName="Result" OpenInNewWindow="true"> <Pdf PageHeight="210mm" PageWidth="297mm" PageTitle="Product" DefaultFontFamily="Arial Unicode MS" PageBottomMargin="20mm" PageTopMargin="20mm" PageLeftMargin="20mm" PageRightMargin="20mm" /> </ExportSettings>