Hi all, I have a method export to excel the contents of a datagrid. This work fine, however I need to set the page orientation of the excel sheet to landscape. How can I do this? My export to excel method is as below: public void ExportDataGridToExcel(System.Web.UI.WebControls. DataGrid dg, System.Web...