Can anyone tell me a setting to use that will cause the information in a grid column to word wrap when it is exported to PDF?
Right now when we export a grid of data and a colum is extra long it over lays the ajacent column.
One more thing. How do you get a hyperlink to export when
Right now when we export a grid of data and a colum is extra long it over lays the ajacent column.
One more thing. How do you get a hyperlink to export when
ExportSettings.ExportOnlyData = True
I have to set
ExportSettings.ExportOnlyData =
False
to get the hyperlink data to show up on the reports.
Thanks