crystalamber
Programmer
Hi,
the report i have to design reads data from an xml file, i separate the data from three different pages(i set a special denotation in some row, then use the function "new page after"), the content of each page is separated by a label called<paragraph> in the xml file, however, each paragraph has its own title in the xml file(<paragraph>title_content</paragraph>),which means each page should have its own page title too, when i change one title, the titles of the other two pages are also changed, how could i implement it and make each page has its own title?
I use the group function, group by the paragraph, when i see the report, it have three pages separately, it is good, however, i still can not edit page title for each page, i also try to add text in the region of each paragraph which has the group num(0,1,2), it also does not work, how could i implement it?
Any help will be appreciated!
the report i have to design reads data from an xml file, i separate the data from three different pages(i set a special denotation in some row, then use the function "new page after"), the content of each page is separated by a label called<paragraph> in the xml file, however, each paragraph has its own title in the xml file(<paragraph>title_content</paragraph>),which means each page should have its own page title too, when i change one title, the titles of the other two pages are also changed, how could i implement it and make each page has its own title?
I use the group function, group by the paragraph, when i see the report, it have three pages separately, it is good, however, i still can not edit page title for each page, i also try to add text in the region of each paragraph which has the group num(0,1,2), it also does not work, how could i implement it?
Any help will be appreciated!