怎么用代码改打印方向

如何用代码改打印方向fastreport3.0改打印方向为纵向varPage:TfrxReportPagePage.Orientation:poLandsca

如何用代码改打印方向
fastreport   3.0
改打印方向为纵向

var
Page:   TfrxReportPage;

Page.Orientation   :=poLandscape;
出错提未定义poLandscape

[解决办法]
uses Printers;