page1 Reportpage1 TextItem1 Reportpage1 $S{intTest();} TextItem2 Reportpage1 $S{stringTest();} datasources function intTest(){return 42;} function stringTest(){return "testString";}