Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 120513 Render report document from design files containing image from DB will lose the image.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 120513 Render report document from design files containing image from DB will lose the image.

Summary 

Bugzilla Bug (s) Resolved:
120513 Render report document from design files containing image from DB will lose the image.

Description:
Why:
        Engine doesn’t' save the image data into disk.
Fix:
        save the image data into disk and loaded it in presentation phrase.

 
Test Description:
Unit Test
 
Files Edited:
cvs ci -m "save and load the image data" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/ImageContent.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top