Hi All,
Going thru the forums has yielded a lot of help..thanks!
I have a 2 pager to export,
Page one is portrait, (Master Table View)
Page 2 (detail table) has to be landscape, because of the number of cols in it
the code i have gotten so far is
Going thru the forums has yielded a lot of help..thanks!
I have a 2 pager to export,
Page one is portrait, (Master Table View)
Page 2 (detail table) has to be landscape, because of the number of cols in it
the code i have gotten so far is
RadGrid1.ExportSettings.Pdf.PageHeight =
Unit.Parse( "162mm" );
RadGrid1.ExportSettings.Pdf.PageWidth =
Unit.Parse( "600mm" );
which of course exports the lot in Landscape.
How (if possible) do I do so??
TIA
Neal