Re: [PythonReports-users] Large notes field problem
Brought to you by:
a1s
From: alexander s. <al...@go...> - 2013-05-30 17:49:33
|
On 30.05.2013 17:21, Werner F. Bruhin wrote: > > I have a report which contains a notes field, when the text is very > large/long it causes a page skip before it starts printing and if it > does not fit to a page then some of the text is truncated. I am sorry, there is no way to split a section. Each report section (title, summary, header, footer, or detail band for one data item) must be completely laid out in one output frame (page or column). Best wishes, alex. |