I tried following to export to pdf in Landscape page orientation:
RadGridResult.ExportSettings.Pdf.PageHeight = Unit.Parse("215mm")
RadGridResult.ExportSettings.Pdf.PageWidth = Unit.Parse("260mm");
But it didn't work, and I have no idea on how to export to Word in Landscape orientation.
But I can do it with Excel just fine. Is there anyway to "convert" Excel to PDF or Word format on the fly?
THanks
LamK.