[jasperreports-questions] Crosstab headers...

2005-12-05 Thread soujiro_as (sent by Nabble.com)

Hi, I'm working with JasperReports in a litle custom report generator, from an web user interface.

My question is, when I implement a crosstab report, why I can´t add headers for the rowgroups and the columngroups? (view figure).

My only chance to add headers to the rowgroups and column groups is modify the source code, is rigth?.

Sorry by my poor english, and best regards.


Sent from the jasperreports-questions forum at Nabble.com:
Crosstab headers...


[jasperreports-questions] how to logging

2005-12-05 Thread victor sosa

how to logging, configure my project for debug

help




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


[jasperreports-questions] Add meta-data to PDF exports

2005-12-05 Thread Martin Clough
I have posted a patch (number 1373630) to sourceforge to enable setting
the PDF meta-data fields Title, Author,Subject, Keywords and Creator to
the PDF export. I hope this can be folded into the next release of
Jasper Reports.

Martin


[jasperreports-questions] [Fwd: JRLoader.loadObject parameter]

2005-12-05 Thread victor sosa

What is the fileName parameter?

JRLoader.loadObject(String fileName)

fileName = file
or
fileName = c:/file

is complete path or relative

pls help




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] 2 details band

2005-12-05 Thread neqo seppuku
in the subreport, there should not be sql query, I want to passes all
fields to subreport with datasource, how can I do this ? does
subreportParameter has to be only one value, how can I pass more than
one parameters to subreport ?

thanks...On 12/3/05, Barry Klawans <[EMAIL PROTECTED]> wrote:
Create a subreport for Schools and a subreport for Hospitals.  A
subreport is basically a report that can be placed inside another
report.  You author it just like any other report, but don't set
the page size to be bigger than you need for editing.  Then create
a new report, place both subreports inside it, and you are done. 
Take a look at the "subreport" sample include in the distribution.-BarryOn Dec 2, 2005, at 5:21 AM, neqo seppuku wrote:
hi all, I need to design my report with two details band, like this,  there sholud be two parts in the report that dynamically grow :for example :    SCHOOLS 
school name  school id    location school1 
1  
city1
school2 
2  
city2 ..     HOSPITALS hospital address  
phone   #of doctors
hospital1  
adres1   
1   
5
hospital2  
adres2   
2   
6   these two information parts should include in
the same report, the number of records are dynamic, so how can I solve
this problem. is it possible to do this in jasperreports?  thanks...