Hi
I have pdf and excel export on my page. Excel export works great, but with pdf export there is only tabel with no data (attachment).
This are my export settings
<ExportSettings IgnorePaging="true" OpenInNewWindow="true" FileName="XXX" ExportOnlyData="true">
<Excel Format="Html" FileExtension="xls" />
<Pdf PageHeight="297mm" PageWidth="210mm" />
</ExportSettings>
What am I doing wrong?
Thank you for your help.