[jasperreports-questions] how to escape special characters in jasperreports ?

2009-10-19 Thread bihag

I want to escape special characters like :- é, â, è, ^, @ in jasper reports,
so is there any way we can escape this characters ?

-- 
View this message in context: 
http://www.nabble.com/how-to-escape-special-characters-in-jasperreports---tp25803010p25803010.html
Sent from the jasperreports-questions mailing list archive at Nabble.com.


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


[jasperreports-questions] how to wrap report for word output in jasper report?

2009-10-19 Thread bihag


Hi,

I have report where report width is more than 2000px; it is working fine
with pdf and excel output but when we export for word it is showing 550px;
report only other part we are not able to see.

We have one report which contains ...

abcdefghijklmnopqrstuvwxyz

when we export for excel or pdf it's working fine but when we export for
word it's coming like

abcdefg

other parts are not visible.

I am exporting word report with JRRtfExporter object. is there any property
i have to set to see full report or any suggestions ?

we are using jasper reports 1.2.0

Any Help Appreciated ...

-- 
View this message in context: 
http://www.nabble.com/how-to-wrap-report-for-word-output-in-jasper-report--tp25786992p25786992.html
Sent from the jasperreports-questions mailing list archive at Nabble.com.


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] Jasper Reports Beginner needs simple Clarification

2009-10-19 Thread harishsyndrome

Same Question Some Help will be Appreciated
-- 
View this message in context: 
http://www.nabble.com/Jasper-Reports-Beginner-needs-simple-Clarification-tp25693053p25693111.html
Sent from the jasperreports-questions mailing list archive at Nabble.com.


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


[jasperreports-questions] Jasper Reports Beginner needs simple Clarification

2009-10-19 Thread busbus

Jasper Reports Rookie here.

Am not going to ask you to teach me entire things. But to clear few simple
doubts.

1. Is JRXml or XML the only input and the only way for Jasper Reports.

2. If Yes, then, is there any API to generate the JRXml or we can write out
own JRXml following the general JRXml Schema/Template?

Thankyou
-- 
View this message in context: 
http://www.nabble.com/Jasper-Reports-Beginner-needs-simple-Clarification-tp25693053p25693053.html
Sent from the jasperreports-questions mailing list archive at Nabble.com.


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] java.lang.NoSuchMethodError: com.opensymphony.xwork2.Action exception

2009-10-19 Thread harishsyndrome

Seems to be a version conflict.

Check different JAR versions.
Dont add JARs with results Class Repetition

Like adding CGLIB and ASM Jar files will lead to a problem as CGLIB already
has ASM Classes

-- 
View this message in context: 
http://www.nabble.com/java.lang.NoSuchMethodError%3A-com.opensymphony.xwork2.Action-exception-tp25661313p25693139.html
Sent from the jasperreports-questions mailing list archive at Nabble.com.


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] how to wrap report for word output in jasper report?

2009-10-19 Thread bihag

JasperPrint jasperPrint = null;

jasperPrint.setPageWidth(1500);

This is working finde but if some one has better solution please provide
it...


bihag wrote:
> 
> 
> Hi,
> 
> I have report where report width is more than 2000px; it is working fine
> with pdf and excel output but when we export for word it is showing 550px;
> report only other part we are not able to see.
> 
> We have one report which contains ...
> 
> abcdefghijklmnopqrstuvwxyz
> 
> when we export for excel or pdf it's working fine but when we export for
> word it's coming like
> 
> abcdefg
> 
> other parts are not visible.
> 
> I am exporting word report with JRRtfExporter object. is there any
> property i have to set to see full report or any suggestions ?
> 
> we are using jasper reports 1.2.0
> 
> Any Help Appreciated ...
> 
> 

-- 
View this message in context: 
http://www.nabble.com/how-to-wrap-report-for-word-output-in-jasper-report--tp25786992p25798707.html
Sent from the jasperreports-questions mailing list archive at Nabble.com.


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


[jasperreports-questions] Incompatible java.lang.String value assigned to parameter importDate

2009-10-19 Thread Greg Stephens
I'm a new user trying to pass a date as a parameter receiving
this Incompatible java.lang.String error from a groovy .gsp page 

Here's the .gsp fragment where importDate is a groovy Date: 

 
  
 

and the jrxml 

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";
name="Sec3" language="groovy" pageWidth="595" pageHeight="842"
columnWidth="535" leftMargin="20" rightMargin="20" topMargin="20"
bottomMargin="20"> 
 
 

 

[jasperreports-questions] Incompatible java.lang.String value assigned to parameter importDate

2009-10-19 Thread gstephens

I'm a new ireport user trying to pass a date as a parameter receiving this
Incompatible java.lang.String error from a groovy .gsp page

Here's the .gsp fragment where importDate is a groovy Date:


  


and the jrxml

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"; name="Sec3"
language="groovy" pageWidth="595" pageHeight="842" columnWidth="535"
leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20">





[jasperreports-questions] Java Beans set Datasource

2009-10-19 Thread Dinakar007

Hi,

I have a Collection of beans. The bean again contains collection of beans.
can you tell me how to use it to create a report using single datasource? I
am using iReport.

Even a smallest piece of information is highly appreciated.

Thanks in advance.
Dinakar.K
-- 
View this message in context: 
http://www.nabble.com/Java-Beans-set-Datasource-tp25929345p25929345.html
Sent from the jasperreports-questions mailing list archive at Nabble.com.


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions