Rendering a Page without the layout??

Hello, i want to render a page without the layout so that it can be printed. (the page is a very big table of data figures that need to be printed without the layout).

thanks.

Use renderPartial()

… or set CController.layout property to false.