Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged jasper

0 votes
572 views
1 answer
    I'm new in jasper ireport , and I want to know if it is possible to create a report only with static text ... static text Thank's In Advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I would like to be able to control the max number of rows in each page to 5. How can I accomplish this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Is there any way to set a default value to a field in a report? I have a lot of String fields in a report ... display "0,00" when they're null. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    The numbers in my report are visualized like this : 123,456.00 I'm trying to get the number visualized like ... able to find the right pattern. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
932 views
1 answer
    I know that it is possible to get a return value from a subreport to the main report in iReport. Also ... to access values from the subdataset? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
628 views
1 answer
    When I generate a PDF with jasper reports I don't want the user to be able to print it. Is there some option ... it (web browser,adobe etc.). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
706 views
1 answer
    I'm getting the error with this code running on Ubuntu 11: JasperReport jasperReport = JasperCompileManager.compileReport( ... for this error. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
970 views
1 answer
    I am using jaspersoft studio 5.6. I created a table in detail band to display data from database (it expands ... It make me confuse. jrxml file See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    We are using jasperReports and iReports in our web application to generate reports. When I explored jasper reports I ... design the report... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
741 views
1 answer
    I'm using Jaspersoft Studio 6.2.0 and JasperReports 6.2.0 library. I have a report and in the ... to achieve this result using JasperReports? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
652 views
1 answer
    I've been asked to develop a report using Jaspersoft studio to generate the report template and then use ... on the jaspersoft server? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
624 views
1 answer
    I have a variable datatype set up in the group footer band that generates a subtotal for the counts in each ... to figure out. Any suggestions? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
578 views
1 answer
    I have to create multiple XY-line charts with different dataset using same chart report template and I also have ... PDF REPORT: chart1 chart2 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
894 views
1 answer
    I have an issue related to wrapping of text in pdf format. For all the formats like xls,rtf, and pptx the ... the report from Ireport 4.0.2 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    In the following snipped the property $F is of class java.time.LocalDateTime or java.time.LocalDate. <textField ... pattern in jasper reports? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
672 views
1 answer
    Docs are outdated and not helpful anyway. I use the dialog to add the class and and the static method, ... is supposed to describe this process See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
505 views
1 answer
    I have been searching for quite some time to read an "official statement" on this matter, but found none. Therefore ... . It is a bit confusing. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
671 views
1 answer
    I am creating Jasper reports from My Java Web Application through a pre-designed Jrxml file. the file is in My ... file is in that Location. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
757 views
1 answer
    I've a requirement to change the date format in iReport. Currently I used an SQL query to collect the data. ... in iReport? Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
980 views
1 answer
    I have a report created in Jasper Reports which ONLY recognizes java.util.Date's (not Calendar or ... RECOGNIZE Java Calendar objects. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
591 views
1 answer
    I'd like to create a simple Jasper Report, with subreport, but I cannot make it work. For example, I have ... 't remember), but nothing helped. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
672 views
1 answer
    I am using following code to generate chart in JasperReports. <xyLineChart> <chart evaluationTime="Band"> <reportElement x ... hh:mm:ss format? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
699 views
1 answer
    I have created one .jasper file for my project. I am getting an output in JasperViewer window, but instead of that ... form. How can I do that? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
852 views
1 answer
    I am generating a report from a JRBeanCollectionDataSource. This report is about a customer's order. This is my code ... pass it as a subreport? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
704 views
1 answer
    I'm working on a system that includes a large number of reports, generated using JasperReports. One of the newer features ... so, how to do it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    The windows installed on my machine has the locale en_AU and that's what JasperReports uses. I already tried ... parameter on my report? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I am having an issue with JasperReports I can not solve. I am using Eclipse, OpenReports 3.2 and IReport 3.7 ... gets bundled? If not; help! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I'm trying to add a dependency to JasperReports to my project (Tried SBT and Maven), but seems one ... getting the castor one though. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...