[jasperreports-questions] Fit Page or the Fit Width buttons in jasper viewer does not function properly

2009-04-18 Thread crazybugs

After generating a report, change the settings in the JasperViewer window by
selecting the Fit Page or the Fit Widthbuttons at the top. Select the
Printer Icon in the JasperViewer and print. 
The report does not fit to page while getting printed. 

If this is resolved in any of the jasper versions can you provide me the
version number? 
-- 
View this message in context: 
http://www.nabble.com/%22Fit-Page%22-or-the-%22Fit-Width%22-buttons-in-jasper-viewer-does-not-function-properly-tp23080067p23080067.html
Sent from the jasperreports-questions mailing list archive at Nabble.com.


--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


[jasperreports-questions] Printing of reports from jasper viewer shows missing fields

2009-04-18 Thread crazybugs

I tried to print the jasper report from the print option in jasper viewer.The
size of the jasper viewer was larger than A4 size. When I printed in
portrait form in A4 size paper,some of the data went missing.I tried to
print in landscape view.But it was not possible from the Jasper viewer.Is
there any way by which I can reduce the view size to A4 and print it? 
-- 
View this message in context: 
http://www.nabble.com/Printing-of-reports-from-jasper-viewer-shows-missing-fields-tp23065715p23065715.html
Sent from the jasperreports-questions mailing list archive at Nabble.com.


--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] Scriptlet problem in iReport

2009-04-18 Thread PlexPro

Hi Adriano,

If you haven't yet found your answer, see 
http://www.nabble.com/Re:-scriptlet-compilation-error-p1772793.html
http://www.nabble.com/Re:-scriptlet-compilation-error-p1772793.html .

René



asfernandes wrote:
 
 Hi!
 
 I created a simple scriptlet class, set it on the report and put it in 
 iReport (v3.0.0) classpath.
 
 When I compile or execute the report, it shows a problem but the report 
 executes (and correctly run the scriptlet).
 
 The problem is:
 - Description: java.lang.ClassNotFoundException: my scriptlet class name
 - Object: /jasperReport
 
 When I execute the report in my application, it also executes without
 error.
 
 What may be the problem?
 
 Thanks,
 
 
 Adriano
 
 
 ___
 jasperreports-questions mailing list
 jasperreports-questions@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jasperreports-questions
 
 

-- 
View this message in context: 
http://www.nabble.com/Scriptlet-problem-in-iReport-tp19397827p23047219.html
Sent from the jasperreports-questions mailing list archive at Nabble.com.


--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


[jasperreports-questions] Text File Generation

2009-04-18 Thread sridhar4jasper

Hi friends,

I am generating text file using jasper reports 1.3.3 version.I am able to
generate text file but I am getting spaces(new empty lines) in between in
the detail band that too randomly( at random locations).Here is the code I
used to generate the text file:

JRTextExporter textExporter = new JRTextExporter();
textExporter.setParameter(
JRExporterParameter.JASPER_PRINT,print1);
textExporter.setParameter(
JRExporterParameter.OUTPUT_FILE_NAME,dirPath.trim()+Generate.txt);

textExporter.setParameter(
JRTextExporterParameter.PAGE_WIDTH,new Integer(113));
textExporter.setParameter(JRTextExporterParameter.PAGE_HEIGHT, new
Integer(113));
textExporter.exportReport();

I used the same jrxml to generate pdf file.There are no spaces(no new empty
lines) in between the detail band.

Is there anything property which I have to set in the jrxml or java code to
generate the text file to remove the unwanted new lines in the detail band?

Please help me.Thanks in advance.
-- 
View this message in context: 
http://www.nabble.com/Text-File-Generation-tp23020447p23020447.html
Sent from the jasperreports-questions mailing list archive at Nabble.com.


--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions