This is a migrated thread and some comments may be shown as answers.

[Solved] Exporting to PDF - Page Orientation per Master and Detail table

1 Answer 102 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Neal
Top achievements
Rank 1
Neal asked on 24 Apr 2009, 09:32 AM
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 

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

 

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 27 Apr 2009, 02:12 PM
Hello Neal,

Unfortunately applying difference pdf export settings for the master and the detail tables in a hiearchical grid is not possible because these settings are applied to the entire grid. I hope that this is not a show stopper for you.

Kind regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Neal
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or