The following program produces the first horizontal page and in the following the table is inserted in a horizontal page.
Where's the mistake?
rpt = Report('TabellaStatisticheDelleOperazioni','pdf');
tp = TitlePage; 
tp.Title = 'Stato e statistiche delle Operazioni';  
tp.Author = 'Società ProSeF, del gruppo XYZ'; 
tp.Layout.Landscape = true;
add(rpt,tp);
ch1.Title = 'Tabella stato long e short'; 
tbl = Table(St); 

