I've tried the following code without success:
Code: Select all
var page:StiPage = reportButtons.report.pages[0];
page.Orientation = StiOrientation.Horizontal;
Code: Select all
var page:StiPage = reportButtons.report.pages[0];
page.Orientation = StiOrientation.Horizontal;
Code: Select all
var page: StiPage = report.pages[0] as StiPage;
page.orientation = StiPageOrientation.Landscape;