I have a few questions about PDF export.
1. canExport=true for a field does not export that field for XLS. Should this be the same for PDF? If it should, I will generate a test case as these fields are being exported in the PDF.
2. I am exporting a listgrid with about 12 columns. The last two fields are being cut off in the PDF. Is there a way to tell the table to fit the page? I see that field values wrap text, but the field titles do not, which could free up some space. I am exporting the listgrid object, should I wrap it in a layout and export the layout? I would like to do this natively as part of the SC API.
3. Is there a way to tell the PDF to use landscape instead of portrait? Again, I would prefer to do this natively.
1. canExport=true for a field does not export that field for XLS. Should this be the same for PDF? If it should, I will generate a test case as these fields are being exported in the PDF.
2. I am exporting a listgrid with about 12 columns. The last two fields are being cut off in the PDF. Is there a way to tell the table to fit the page? I see that field values wrap text, but the field titles do not, which could free up some space. I am exporting the listgrid object, should I wrap it in a layout and export the layout? I would like to do this natively as part of the SC API.
3. Is there a way to tell the PDF to use landscape instead of portrait? Again, I would prefer to do this natively.
Comment