Jump to content
We've recently updated our Privacy Statement, available here ×

agentelu

Members
  • Posts

    8
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by agentelu

  1. Hello peole, i want to know how to export the report to the following formats : XML ; XLS ; RTF ; CSV and HTML To export to PDF Format i use the following method : Code: JasperManager.printReportToPdfFile(Print, "C:\Report.pdf"«»); But i only do in PDF, i need to save the reports in the other formats. Best Regards
  2. Hello, I´have the following question : I want to set the background of a textfield whith the color gray when column count is odd. i use the instruction " new Boolean(($V{COLUMN_COUNT}.intValue() % 2) == 0)" in the print when expression, to make a field invisible when the Column count is odd. But for now i want to put the background of a TextField in different color when the Column Count is odd. P.S : sometimes the field make strecht with overflow and jump the information to the next line, and i want that in this case this lines have the same background color that the previous column. The version of ireport that i use is : 1.2.4 Best regards Post edited by: agentelu, at: 2007/03/30 11:11 Post edited by: agentelu, at: 2007/03/30 11:22
  3. Hello, I´m using a JTextPane to send text to my report, but when the text arrive in report, the report format the text whith your font and size (Defined in field). My question is : Its possible to transfer the text format to the report ? Because normaly, i have some words in bold or italic or maybe in diferent font, that not appears correct in report.(iReport format the text in equal font and size) How can i change this ? Regards
  4. Hello people, I have a JTextArea in my JPanel and i send information from this JTextArea to my report, everything works fine when the text is short, but when the text is above the 20 lines the text does not appears in complete in my report and dont move to the next page ! my report only show 20 lines. How can i configure in ireport to transfer the remain text to next page ( make Break page ) PS: my field is in detail brand Regars
  5. Hello people, I have a JTextArea in my JPanel and i send information from this JTextArea to my report, everything works fine when the text is short, but when the text is above the 20 lines the text does not appears in complete in my report and dont move to the next page ! my report only show 20 lines. How can i configure in ireport to transfer the remain text to next page ( make Break page ) PS: my field is in detail brand Regars Post edited by: agentelu, at: 2007/02/12 20:32
  6. Hello people, I have a JTextArea in my JPanel and i send information from this JTextArea to my report, everything works fine when the text is short, but when the text is above the 20 lines the text not appears in my report and dont move to the next page ! my report only show 20 lines. How can i configure in ireport to transfer the remain text to next page ( make Break page ) Regars
  7. Hello people, I have a JTextArea in my JPanel and i send information from this JTextArea to my report, everything works fine when the text is short, but when the text is above the 20 lines the text not appears in my report and dont move to the next page ! my report only show 20 lines. How can i configure in ireport to transfer the remain text to next page ( make Break page ) Regars
  8. Hello people, I have a JTextArea in my JPanel and i send information from this JTextArea to my report, everything works fine when the text is short, but when the text is above the 20 lines the text not appears in my report and dont move to the next page ! my report only show 20 lines. How can i configure in ireport to transfer the remain text to next page ( make Break page ) Regars
×
×
  • Create New...