Bug 315347 - Report item extension api manual page break capabilities missing
Summary: Report item extension api manual page break capabilities missing
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: Future   Edit
Assignee: Wei Yan CLA
QA Contact: Xiaoying Gu CLA
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2010-06-02 02:47 EDT by qbit CLA
Modified: 2010-08-30 02:09 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description qbit CLA 2010-06-02 02:47:14 EDT
Build Identifier: 20100218-1602

The ReportItemPresentationBase class is missing some capabilites for manual page breaks.
Example: If there is a huge amount of data which definitly does not fit on a page than within the method "onrowsets" it would be nice to somehow call a manual page break and return the first part of the data as for example an image. After that page break iterate over the rest of the data and again return that as an image on the next page.

Reproducible: Always

Steps to Reproduce:
1. create a dataset which delivers 30 pictures 120x120px
2. write an report item which is like a flowlayout for these pictures
3. return the result as one image
Comment 1 Wenfeng Li CLA 2010-06-03 03:20:28 EDT
Enhancement to let extended report item plugin to submit to layout engine a page break request, after generating content for part of the report item.
Comment 2 qbit CLA 2010-07-28 09:40:14 EDT
(In reply to comment #1)
> Enhancement to let extended report item plugin to submit to layout engine a
> page break request, after generating content for part of the report item.

Has anything happened already regarding this issue?