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

mohsen.hosseinipentlandfi

Members
  • Posts

    12
  • 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

Posts posted by mohsen.hosseinipentlandfi

  1. Hi All,

    I got a small problem with iReport. When I style my textfield like this:

    <style isBold="true" fontName="Arial" size="11">bold text</style>
    and <style fontName="Arial" isItalic="true">italic text</style>

    I get the following result:

    bold text and italic text

    But the styled text (bold text and italic text) does not use the fontName "Arial". iReport is using the default.font.name and default.font.size instead. And the default.font.name is in "Verdana" and got a smaller font size.

    Is this a bug??

    Regards

     

  2. Hi,

    I am using the property

    "net.sf.jasperreports.default.font.name"  to get the default font name for JasperReport. In Excel 2003 it works fine. But when out the report in Excel 2007 (XLSX-Format) the is JasperReport ignoring the default font name.

    Is it a bug? Or has anyone any idea?

    Best regards,

    Mohsen

    Code:
    <property name="net.sf.jasperreports.default.font.name" value="Arial"/>
  3. Hi All,

    I got small problem. How can I change the orientation from "Portrait" into "Landscape" when I export the file into Excel 2007? I already worked set the page height = 700 and page width = 10000. And set the page orientation to "Landscape". It works fine when export the file in Excel 2003 but not in Excel 2007.

    Please Help!!

    Regards

    Mohsen

    Code:
    <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports"               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd"                     language="groovy"                     pageWidth="717"                     pageHeight="10000"                     orientation="Landscape"                     whenNoDataType="AllSectionsNoDetail"                     columnWidth="717"                     leftMargin="0"                     rightMargin="0"                     topMargin="0"                     bottomMargin="0">
  4. Hi all,

    im a new iReport developer and i have a problem with iReport export module. My scope is compile and export a pre-designed report to MS Excel. During the design with the iReport 3.7.3 Designer i can work without problems and I can produce a report.jrxml file. Then i use this file with the JasperReport Java API to export the report in Excel. 

    When I export the Chart into Excel, I get an image and so I cannot change the data of the Chart in Excel.

     

    Has someone any idea? 

    Thanks in advance.

    Best regards.

    Mohsen

  5. Hi all,

    I'm using ApEx as Webapplication and Jasper to generate the reports in PDF-format. When I try to generate an enumeration text then Jasper does ignore the indentation. I'm using the automatic enumeration functionality from like in MS WORD.

    for example:

    1. some text

        some text

    2. some text

        some text

    Jasper put this text out as:

    1. some text

    some text     => here I missing the indentation!!

    2. some text

     

    Hope some of you can help me to resolve my problem!



    Post Edited by mostyle at 10/20/2010 10:48



    Post Edited by mostyle at 10/29/2010 08:57
×
×
  • Create New...