"FineReport Engine" Doc in this DirectoryThere are 35 docs under this directory.Create a Doc in this Directory
Process of custom function development
Author:ayuan0625      Create Time:03-01 15:11      Tag:      Edit:11 Times    |   View:371 Times

Summary:I. DescriptionScenario description: FineReport has provided a large number of built-in functions, whi[Full Text:]

The jws Method of WebService Program Dataset
Author:ayuan0625      Create Time:11-20 13:51      Tag:      Edit:32 Times    |   View:518 Times

Summary:I. Preparation1. Load JARs Under the ProjectIf custom development on FineReport designer is need[Full Text:]

Custom function to achieve table verification
Author:ayuan0625      Create Time:11-10 16:00      Tag:      Edit:22 Times    |   View:351 Times

Summary:I. Overview1. Expected effectWhen submit the data entry report, the value of editing cell needs[Full Text:]

Get the cell of formula in custom function
Author:ayuan0625      Create Time:11-10 15:57      Tag:      Edit:11 Times    |   View:343 Times

Summary:I. DescriptionWhen the custom function is executed, the cell where the formula is located is obtained[Full Text:]

Introduce JFreeChart
Author:ayuan0625      Create Time:11-10 15:58      Tag:      Edit:17 Times    |   View:403 Times

Summary:I. DescriptionJfreeChart is a very good chart drawing library on Java platform. It can not only gener[Full Text:]

Picture Below Text
Author:ayuan0625      Create Time:11-10 15:59      Tag:      Edit:17 Times    |   View:335 Times

Summary:I. DescriptionApplication scenario: a chart field and a common field should be displayed in a cell hi[Full Text:]

Internal Rate of Return formula - IRR
Author:ayuan0625      Create Time:06-02 10:41      Tag:      Edit:8 Times    |   View:822 Times

Summary:I. DescriptionScenario Description: the formula of internal rate of return (IRR) is frequently used i[Full Text:]

Time Type Calculation
Author:ayuan0625      Create Time:02-10 14:37      Tag:      Edit:13 Times    |   View:429 Times

Summary:I. DescriptionWhen processing cell reports, it is inevitable that there will be a lot of calculations[Full Text:]

Generating UPC barcode by custom function
Author:ayuan0625      Create Time:11-10 16:02      Tag:      Edit:13 Times    |   View:449 Times

Summary:I. DescriptionFinereport comes with EAN code, but there is no UPC barcode. What should you do if you[Full Text:]

Parameter Class Dataset
Author:ayuan0625      Create Time:11-10 14:59      Tag:      Edit:41 Times    |   View:460 Times

Summary:1.OverviewIn practical applications, it may be necessary to dynamically change the data source accord[Full Text:]

Get Value in Request in Program Network Report
Author:ayuan0625      Create Time:11-10 15:18      Tag:      Edit:22 Times    |   View:367 Times

Summary:I. OverviewWeb report is allowed to contain parameters. How can we pass parameter values to a web rep[Full Text:]

Save Template to Database
Author:ayuan0625      Create Time:11-10 15:31      Tag:      Edit:17 Times    |   View:381 Times

Summary:I. RequirementScenario: If you save ready-made template files on the hard disk, once the hard disk fa[Full Text:]

Start the Designer in Eclipse
Author:ayuan0625      Create Time:11-10 16:13      Tag:      Edit:36 Times    |   View:596 Times

Summary:I. IntroductionTo implement tailored features on the basis of FineReport designer, normally you can l[Full Text:]

Batch Export Excel in the Background
Author:ayuan0625      Create Time:11-10 16:09      Tag:      Edit:24 Times    |   View:403 Times

Summary:I. Overview1. ScenarioThe computed result of a report can be variable in different conditions. To sav[Full Text:]

Create Templates By Code
Author:ayuan0625      Create Time:05-20 17:46      Tag:      Edit:6 Times    |   View:341 Times

Summary:1.DescriptionSometimes users have the needs to generate cpt templates in high volume. It is difficult[Full Text:]

Multiple Ways To Export Excel
Author:ayuan0625      Create Time:11-10 16:10      Tag:      Edit:31 Times    |   View:585 Times

Summary:I. OverviewApart from ExcelExporter, i.e. Unaltered Export, which has been covered in the Export sect[Full Text:]

Convert Excel To Template CPT
Author:ayuan0625      Create Time:11-10 16:08      Tag:      Edit:22 Times    |   View:569 Times

Summary:I. OverviewWhen dealing with multiple Excel files, users may need to batch convert them with cla[Full Text:]

Export Multiple Reports To One Excel
Author:ayuan0625      Create Time:11-10 16:07      Tag:      Edit:17 Times    |   View:435 Times

Summary:I. The Problem:When doing statistical analysis with reports, users may need to merge the result[Full Text:]

Cell Content Displays Different Colors
Author:ayuan0625      Create Time:08-21 14:49      Tag:      Edit:16 Times    |   View:341 Times

Summary:I. OverviewThere may be a need for displaying numbers in different colors. For fixed texts, you can u[Full Text:]

Custom Functions
Author:ayuan0625      Create Time:11-10 15:34      Tag:      Edit:24 Times    |   View:705 Times

Summary:1. OverviewFineReport has provided a large number of built-in functions, which are sufficient to meet[Full Text:]

Introduction To Report Border Styles
Author:ayuan0625      Create Time:11-10 15:32      Tag:      Edit:10 Times    |   View:306 Times

Summary:1.OverviewIn Chapter Cell Formatting, you may know that you can set the cell border, but there a[Full Text:]

Read Template From Database
Author:ayuan0625      Create Time:03-15 13:40      Tag:      Edit:27 Times    |   View:378 Times

Summary:I. OverviewSince Save Template to Database has described how to save CPT templates into databases, de[Full Text:]

Modify And Export The Template
Author:ayuan0625      Create Time:11-10 15:13      Tag:      Edit:25 Times    |   View:316 Times

Summary:I. OverviewWe know from the core structure that users are allowed to edit report properties inside a[Full Text:]

Execute And Export Template
Author:ayuan0625      Create Time:11-10 15:16      Tag:      Edit:23 Times    |   View:336 Times

Summary:I. IntroductionAs we know from the overview of Engine API,  reports can be classified into[Full Text:]

Modify Data Dynamically
Author:ayuan0625      Create Time:11-10 15:17      Tag:      Edit:18 Times    |   View:329 Times

Summary:I. OverviewDevelopers may have a demand for displaying data in a single web report that is connected[Full Text:]

Traverse Cells API
Author:ayuan0625      Create Time:11-10 15:19      Tag:      Edit:31 Times    |   View:339 Times

Summary:I. OverviewUse cases: sometimes users may have a demand for processing every single cell in a report.[Full Text:]

Cell Formatting API
Author:ayuan0625      Create Time:11-10 15:20      Tag:      Edit:17 Times    |   View:380 Times

Summary:1. OverviewA cell is the smallest element that forms a report. FineReport opens many attributes of ce[Full Text:]

Create Class Report
Author:ayuan0625      Create Time:11-10 15:23      Tag:      Edit:14 Times    |   View:340 Times

Summary:1.OverviewFrom the previous section, we get to know that the web report refers to a class that implem[Full Text:]

Class Web Report
Author:ayuan0625      Create Time:11-10 15:24      Tag:      Edit:15 Times    |   View:396 Times

Summary:1.OverviewThe FineReport designer can make most reports without coding, but the requirements from cli[Full Text:]

Report Parameter Pane API
Author:ayuan0625      Create Time:11-10 15:14      Tag:      Edit:42 Times    |   View:461 Times

Summary:1. OverviewIn the designer, the display of the parameters such as the layout, background, and display[Full Text:]

Engine API Basic Knowledge
Author:ayuan0625      Create Time:11-10 14:51      Tag:      Edit:28 Times    |   View:574 Times

Summary:I. OverviewThe FineReport designer and its platform should satisfy most of the demands, but still, it[Full Text:]

Parse the xml File in the Database
Author:ayuan0625      Create Time:11-20 11:51      Tag:      Edit:19 Times    |   View:396 Times

Summary:I. OverviewThe article demonstrates how to build class datasets with XML files, which are generally c[Full Text:]

WebService Dataset Accessed through JDBC
Author:ayuan0625      Create Time:12-05 14:39      Tag:      Edit:20 Times    |   View:423 Times

Summary:I. OverviewIn this article, we'll deploy an Axis2 service, publish a background WebService to ext[Full Text:]

Simple Class Dataset
Author:ayuan0625      Create Time:11-10 15:03      Tag:      Edit:19 Times    |   View:650 Times

Summary:1.OverviewThe data source of FineReport can come from not only database or text, but also any other t[Full Text:]

Background Output Log
Author:ayuan0625      Create Time:11-10 16:14      Tag:      Edit:12 Times    |   View:299 Times

Summary:I. IntroductionNormally, developers need to output certain information to the backend when debugging[Full Text:]