公开目录

11.0 Update Log
Product Introduction
Product Overview
Beginner FAQ
Designer Installation and Upgrade
Recommended Configuration
Designer Installation
Designer Introduction
Version Upgrade
Designer FAQ
Quick Start
Report Production Practices
Learning Path of Basic Operations
Quick Start Examples
Data Preparation
Data Connection
Dataset
Data Preparation FAQ
Report Application
Report Design
Row-based Report
Multi-source Report
Grouped Report
Pagination Report
Column/Row Split
Master-sub Report
Word Report
Tree Report
Data Alert
Common Data Processing Methods
HTML Application in Report
Common Plugins
Report FAQ
Report Sample
Basic Report Application
General Report JS Application
JS in Pagination Application
JS in Analysis Application
Report Features
Function
Sort
Export
Print
Hyperlink
Hierarchical Coordinate
Conditional Formatting
Encoding
session
Parameter
Parameter Introduction
Widget Introduction
Basic Applications of Parameter and Widget
Advanced Applications of Parameter and Widget
Parameter Application FAQ
Data Entry
Data Entry Interface
Data Entry FAQ
Common Plugins
Basic Applications of Data Entry
Advanced Applications of Data Entry
Chart
Chart Introduction
Basic Charts
Extended Charts
Chart Data
Chart Style
Chart Special Effects
Chart Interface
Chart Application
Chart FAQ
Chart Plugin
Dashboard
Dashboard Overview
Dashboard Component
Dashboard Design Application
Dashboard JS Examples
Dashboard FAQ
Dashboard Application
FineVis Data Visualization
FVS Dashboard Overview
FVS Component Attributes
FVS Function Attributes
FVS Component Types
FVS Interactive Examples
FVS JS Applications
FVS Example Sharing
FVS Common Problems
Decision-making Platform
Decision-making Platform Intro
Platform Management
Platform Management Application
Decision-making Platform FAQ
Fine Mobile
Fine Mobile Introduction
Mobile Usage
Mobile Report Making
Mobile Platform Management
Mobile Terminal Integration
Mobile Workbench
App Packaging (OEM)
Mobile Terminal FAQ
Deployment and Integration
Project Deployment
Project Registration
Project Upgrade
Project O&M
SSO
Others
Performance Optimization
Template Assistant
Cache Reading
Template Performance Analysis
Template Slow Loading
Engine X
Row-base Engine
Template Performance Optimization
Server Performance Optimization
Secondary Development
JavaScript Development
JS API
FineReport Engine
Plugin Development Reference
Web API
"公开目录" Doc in this DirectoryThere are 1889 docs under this directory.Create a Doc in this Directory
Traverse Cells API
Author:ayuan0625      Create Time:11-10 15:19      Tag:      Edit:31 Times    |   View:349 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:390 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:347 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:401 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:476 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:580 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:402 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:426 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:655 Times

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

JS Call webpage methods in the report
Author:ayuan0625      Create Time:11-17 17:04      Tag:      Edit:14 Times    |   View:445 Times

Summary:I. Overview1.1 ProblemTwo situations:1) The report is embedded in the iframe of a page, and the[Full Text:]

JS Traverse Report Objects
Author:ayuan0625      Create Time:11-17 16:13      Tag:      Edit:10 Times    |   View:386 Times

Summary:I. OverviewFineReport reports use jQuery framework, so you can use each method of jQuery in a templat[Full Text:]

JS Add Prompt Sound to Report Page
Author:ayuan0625      Create Time:05-14 20:37      Tag:      Edit:11 Times    |   View:407 Times

Summary:I. Overview1.1 ProblemIn reports that require high real-time performance of key indicators, some key[Full Text:]

JS  Use SQL() to obtain multiple field values
Author:ayuan0625      Create Time:05-12 07:50      Tag:      Edit:12 Times    |   View:462 Times

Summary:I. Overview1.1 ProblemSql() function can be used to dynamically obtain the value of a field in the da[Full Text:]

JS Hide Navigation Bar When Opening Reports
Author:ayuan0625      Create Time:03-09 11:19      Tag:      Edit:12 Times    |   View:394 Times

Summary:I. Overview1.1 Problem descriptionSometimes, there is too much information to be displayed in the rep[Full Text:]

JS Radio button group middle and center aligned in cell
Author:ayuan0625      Create Time:02-23 16:26      Tag:      Edit:10 Times    |   View:369 Times

Summary:I. Overview1.1 ProblemWhen the cell is large, the radio button group widget will not be centered hori[Full Text:]

JS Detect device types
Author:ayuan0625      Create Time:03-08 16:43      Tag:      Edit:12 Times    |   View:773 Times

Summary:I. Overview1.1 ProblemSometimes it is necessary to determine whether the currently logged-in device i[Full Text:]

JS Check Browser Type
Author:ayuan0625      Create Time:03-08 16:24      Tag:      Edit:6 Times    |   View:362 Times

Summary:I. DescriptionSometimes IE browsers cannot display some pages, so we need to define different pages f[Full Text:]

JS Control Report Preview Time
Author:ayuan0625      Create Time:02-26 21:38      Tag:      Edit:10 Times    |   View:420 Times

Summary:I. DescriptionThis document provides a method which uese JS to control the longest preview time of a[Full Text:]

JS Use Built-in Formulas in JavaScript
Author:ayuan0625      Create Time:02-24 08:04      Tag:      Edit:13 Times    |   View:512 Times

Summary:I. OverviewSometimes the report design involves writing JavaScript codes, but the codes to process so[Full Text:]

JS Click Button to Jump to Specific Component
Author:ayuan0625      Create Time:03-11 13:43      Tag:      Edit:6 Times    |   View:598 Times

Summary:I. Overview1.1 Problem descriptionWhen there are many components in the dashboard, the canvas will be[Full Text:]

JS Hide Gantt chart grid line
Author:ayuan0625      Create Time:09-18 09:35      Tag:      Edit:7 Times    |   View:956 Times

Summary:I. Overview1.1 ProblemWhen we use the Gantt chart for report development, we will need to adjust its[Full Text:]

JS Use Buttons to Switch Report Background Colors
Author:ayuan0625      Create Time:09-16 10:23      Tag:      Edit:17 Times    |   View:367 Times

Summary:I. DescriptionIn order to improve the visual effect of reports, JS can be used to dynamically switch[Full Text:]

JS Click a Button to Copy the Content of Textarea
Author:ayuan0625      Create Time:08-21 17:35      Tag:      Edit:7 Times    |   View:405 Times

Summary:I. DescriptionWhen designing reports, we usually encounter requirement, that is to directly copy the[Full Text:]

JS Hide chart carousel dots
Author:ayuan0625      Create Time:08-13 20:06      Tag:      Edit:10 Times    |   View:418 Times

Summary:I. Overview1.1 ProblemIn some actual projects, when the chart carousel function is used, the carousel[Full Text:]

JS Text Snowflakes
Author:ayuan0625      Create Time:07-30 20:37      Tag:      Edit:10 Times    |   View:409 Times

Summary:I. DescriptionThe purpose of this document is to realize the effects of text snowflakes in FineReport[Full Text:]

JS Time Fireworks
Author:ayuan0625      Create Time:07-28 15:14      Tag:      Edit:4 Times    |   View:411 Times

Summary:I. DescriptionThis document introduces how to achieve the effect of time fireworks. The final effect[Full Text:]

JS Enlarge Custom Submit Button
Author:ayuan0625      Create Time:04-02 18:45      Tag:      Edit:6 Times    |   View:422 Times

Summary:I. DescriptionIn many reporting scenarios, we may determine the postion and size of theSubmitbutton b[Full Text:]

JS Judge Browser Language
Author:ayuan0625      Create Time:03-10 14:31      Tag:      Edit:7 Times    |   View:435 Times

Summary:I. DescriptionFineReport is a multilingual and cross-platform report designer. Customers often need t[Full Text:]

JavaScript Date
Author:ayuan0625      Create Time:11-17 16:17      Tag:      Edit:12 Times    |   View:423 Times

Summary:I. OverviewThis article introduces the JavaScript date methods that are commonly used and provides se[Full Text:]

CSS Implements Drop-down Tree Directory
Author:ayuan0625      Create Time:08-23 23:38      Tag:      Edit:14 Times    |   View:517 Times

Summary:I. Overview1.1 RequirementHow to create a drop-down tree directory with CSS:  1.2 SolutionU[Full Text:]

CSS Fill in the cell border color on the page
Author:ayuan0625      Create Time:03-01 21:08      Tag:      Edit:10 Times    |   View:444 Times

Summary:I. Overview1.1 RequirementIn the data entry preview mode, the Data Entry widget will have black borde[Full Text:]

CSS Modify Loading Animation and Icons
Author:ayuan0625      Create Time:03-18 13:00      Tag:      Edit:24 Times    |   View:548 Times

Summary:I. Overview1.1 RequirementHow to change the loading icon? Here we take the following example for demo[Full Text:]

CSS Customize the Size of Button Text
Author:ayuan0625      Create Time:12-19 21:04      Tag:      Edit:12 Times    |   View:745 Times

Summary:I. Overview1.1 RequirementExcept for the custom buttons in the parameter pane, the size of texts in a[Full Text:]

CSS Modify Drop-down Tree Icon
Author:ayuan0625      Create Time:03-01 14:01      Tag:      Edit:15 Times    |   View:399 Times

Summary:I. Overview1.1 RequirementHow to customize the icons of options in a drop-down tree? 1.2 Solutio[Full Text:]

CSS Modify the Style of Drop-down Box
Author:ayuan0625      Create Time:12-21 21:00      Tag:      Edit:8 Times    |   View:380 Times

Summary:I. Overview1.1 RequirementHow to change the font color, font size, background color and button style[Full Text:]

CSS Change Title Background Color of a Dialogue Box
Author:ayuan0625      Create Time:12-08 18:09      Tag:      Edit:14 Times    |   View:643 Times

Summary:I. Overview1.1 RequirementIn previewing a template using FineReport, the background color of the titl[Full Text:]

CSS Modify the Style of Prompt Box
Author:ayuan0625      Create Time:02-21 11:26      Tag:      Edit:11 Times    |   View:1081 Times

Summary:I. Overview1.1 RequirementWhen data entry is made successfully, it’s better to have a message that sa[Full Text:]

CSS Customize the Color of Toolbar Buttons
Author:ayuan0625      Create Time:02-23 10:20      Tag:      Edit:15 Times    |   View:801 Times

Summary:I. Overview1.1 RequirementHow to change toolbar button colors? Use CSS to achieve the effect as shown[Full Text:]

FineReport Widget CSS Style
Author:ayuan0625      Create Time:01-19 15:23      Tag:      Edit:21 Times    |   View:1072 Times

Summary:I. OverviewIn actual projects, in order to make the widgets in the FineReport report consistent with[Full Text:]

JS Return to the Main Report in the Subreport
Author:ayuan0625      Create Time:02-14 10:51      Tag:      Edit:15 Times    |   View:415 Times

Summary:I. Overview1.1 RequirementHow to go back from a child report to the parent report?See the demonstrati[Full Text:]

JS Add a Button to Toolbar for Jumping to a Specific Page
Author:ayuan0625      Create Time:02-28 13:41      Tag:      Edit:9 Times    |   View:592 Times

Summary:I.  RequirementDescription: FineReport’s pagination preview offers, by default, buttons such as[Full Text:]

JS Control the Properties of Toolbar Buttons
Author:ayuan0625      Create Time:02-24 22:02      Tag:      Edit:11 Times    |   View:466 Times

Summary:I. DescriptionScenario description: After the report is reviewed and submitted, and after the data en[Full Text:]

JS Toolbar center/right aligned
Author:ayuan0625      Create Time:02-14 13:42      Tag:      Edit:13 Times    |   View:691 Times

Summary:I. Overview1.1 ProblemIn actual projects, sometimes customers will require the toolbar buttons to be[Full Text:]

JS Get Report Toolbar Button
Author:ayuan0625      Create Time:12-10 19:55      Tag:      Edit:11 Times    |   View:425 Times

Summary:I. DescriptionIn the report page, occasionally there is a need to obtain toolbar buttons. Previously,[Full Text:]

JS Use Delay Function to Realize Certain JS Effects
Author:ayuan0625      Create Time:02-15 17:27      Tag:      Edit:12 Times    |   View:501 Times

Summary:I. Overview1.1 Problem descriptionSometimes some JS codes can run successfully in cpt but will not ta[Full Text:]

JS Click the Button to Realize the Hyperlink Function
Author:ayuan0625      Create Time:11-14 20:28      Tag:      Edit:10 Times    |   View:529 Times

Summary:I. Overview1.1 RequirementHow to realize dynamic parameter hyperlinks in cells by a button click, as[Full Text:]

JS Get the Values from Report Widget in the Parameter Pane
Author:ayuan0625      Create Time:03-03 15:27      Tag:      Edit:8 Times    |   View:473 Times

Summary:I. Overview1.1 RequirementHow to get report body widget value by appropriately setting the parameter[Full Text:]

JS Automatic Query in Dashboards
Author:ayuan0625      Create Time:03-04 10:05      Tag:      Edit:14 Times    |   View:598 Times

Summary:I. Overview1.1 RequirementIn a decision-making report, we expect the report body to automatically inq[Full Text:]

Template Encryption
Author:ayuan0625      Create Time:11-11 09:09      Tag:      Edit:16 Times    |   View:476 Times

Summary:I. Overview1) With FineReport templates integrated into your product, you may need end-users to previ[Full Text:]

JS Refresh Data the Chart of a Dashboard
Author:ayuan0625      Create Time:01-19 17:15      Tag:      Edit:16 Times    |   View:807 Times

Summary:I. OverviewThe data in the pie chart is linked with those in the report block, so you can modify the[Full Text:]

Report Toolbar
Author:ayuan0625      Create Time:12-15 14:57      Tag:      Edit:4 Times    |   View:660 Times

Summary:I. Overview1) When previewing reports, the toolbar located above (or at a customized position) is des[Full Text:]

JS Set Dynamic Background and Dynamic Borders
Author:ayuan0625      Create Time:08-22 11:37      Tag:      Edit:25 Times    |   View:700 Times

Summary:I. Overview1.1 RequirementIn the designer, only static images in png or jpg format can be inserted. H[Full Text:]

JS Hide Loading Icons and Text
Author:ayuan0625      Create Time:10-13 23:42      Tag:      Edit:21 Times    |   View:523 Times

Summary:I. Overview1.1 RequirementIn making a report, we use JavaScript to meet the special needs of data ref[Full Text:]

JS Automatically Switch between Tabs
Author:ayuan0625      Create Time:05-25 10:22      Tag:      Edit:13 Times    |   View:978 Times

Summary:I. Overview1.1 RequirementIf there is a dashboard with multiple Tab pages, how to automatically switc[Full Text:]

JS Get the Value of Parameter Widget
Author:ayuan0625      Create Time:07-25 21:43      Tag:      Edit:10 Times    |   View:805 Times

Summary:I. Overview1.1 RequirementWhen design a decision-making report, how to use button widget for the body[Full Text:]

JS Report Button Control Gets Other Control Values
Author:ayuan0625      Create Time:03-09 16:38      Tag:      Edit:10 Times    |   View:423 Times

Summary:I. Overview1.1 RequirementIn designing a dashboard, how to add a Button widget to get the values of o[Full Text:]

JS Hide Tab Block Title
Author:ayuan0625      Create Time:07-30 01:28      Tag:      Edit:18 Times    |   View:628 Times

Summary:I. Overview1.1 RequirementHow to customize the options of displaying different Tab blocks or hiding c[Full Text:]

JS Click on Hyperlink to Switch TAB Page
Author:ayuan0625      Create Time:08-03 17:14      Tag:      Edit:12 Times    |   View:616 Times

Summary:I. Overview1.1 RequirementHow to switch between tabs by clicking the hyperlinks in cells in the repor[Full Text:]

JS Click Button to Get Page Number
Author:ayuan0625      Create Time:03-09 13:56      Tag:      Edit:12 Times    |   View:806 Times

Summary:I. OverviewHow to get the page number of the content currently displayed in the report block of a das[Full Text:]

JS Stay on the Current Tab after Clicking Query
Author:ayuan0625      Create Time:11-02 11:05      Tag:      Edit:23 Times    |   View:647 Times

Summary:I. Overview1.1 RequirementWhen using the Tab block function for forms, we will encounter the followin[Full Text:]

JS Change and Restore the Background Color by Clicking
Author:ayuan0625      Create Time:11-10 15:03      Tag:      Edit:13 Times    |   View:493 Times

Summary:I. Overview1.1 RequirementIn a report block, click a cell to change the background color and click it[Full Text:]

JS Click Dashboard to Display in Full Screen
Author:ayuan0625      Create Time:03-29 18:26      Tag:      Edit:13 Times    |   View:659 Times

Summary:I. OverviewWhen previewing reports on the browser, everyone can use F11 to make the report display in[Full Text:]

JS Mouse Move to Control the Carousel of Dashboards
Author:ayuan0625      Create Time:03-19 21:04      Tag:      Edit:12 Times    |   View:496 Times

Summary:I. Overview1.1 Problem descriptionWhen developing dashboards, sometimes we need the carousel effect o[Full Text:]

JS Custom the Background of Absolute Block
Author:ayuan0625      Create Time:09-29 10:32      Tag:      Edit:9 Times    |   View:411 Times

Summary:I. OverviewIn dashboards, there are no options to set the styles of absolute block, so users cannot d[Full Text:]

JS Change the Styles of Cell or Row where Mouse Hover
Author:ayuan0625      Create Time:09-23 13:48      Tag:      Edit:14 Times    |   View:491 Times

Summary:I. OverviewWhen designing a dashboard, you may encounter such a requirement: when the mouse moves ove[Full Text:]

JS Get Data in a Specified Cell of Report Block
Author:ayuan0625      Create Time:09-19 22:01      Tag:      Edit:6 Times    |   View:726 Times

Summary:I. DescriptionAdd a JavaScript-type hyperlink to a cell in the report block of the dashboard, the cel[Full Text:]

JS Refresh iframe by a Button in Another iframe
Author:ayuan0625      Create Time:12-19 18:02      Tag:      Edit:4 Times    |   View:4152 Times

Summary:I. DescriptionA dashboard contains two iframes A and B, and the two iframes display two different rep[Full Text:]

JS Synchronous Display of Map and Chart Tooltips
Author:ayuan0625      Create Time:12-17 10:53      Tag:      Edit:6 Times    |   View:417 Times

Summary:I. OverviewWhen the map automatically displays the tooltip of each area, other charts also display th[Full Text:]

JS Hide the Scrollbar of Report Block
Author:ayuan0625      Create Time:05-11 09:47      Tag:      Edit:10 Times    |   View:590 Times

Summary:I. Overview1.1 RequirementThe scrollbar will appear automatically when too many rows are present in t[Full Text:]

JS Get the Value of Cells in Report Blocks
Author:ayuan0625      Create Time:04-28 11:01      Tag:      Edit:11 Times    |   View:601 Times

Summary:I. Overview1.1 RequirementHow to get the value of a cell in a report block of a dashboard, as shown b[Full Text:]

JS Realize the Effect of Marque in a Report Block
Author:ayuan0625      Create Time:04-06 18:07      Tag:      Edit:25 Times    |   View:639 Times

Summary:I. Overview1.1 RequirementWhen designing a large-screen report block, we hope to realize the effect o[Full Text:]

JS Redirect to another page (on click or regularly)
Author:ayuan0625      Create Time:08-24 10:46      Tag:      Edit:11 Times    |   View:675 Times

Summary:I. Overview1.1 ProblemIn the production of making reports, we often use the redirection of reports to[Full Text:]

JS Click header to sort in the dashboard
Author:ayuan0625      Create Time:03-14 17:39      Tag:      Edit:15 Times    |   View:624 Times

Summary:I. Problem overviewIn the dashboard, you want to click the title to sort, and you can refresh the rep[Full Text:]

JS Hide Elements of a Dashboard
Author:ayuan0625      Create Time:02-15 11:24      Tag:      Edit:20 Times    |   View:658 Times

Summary:I. Overview1.1 RequirementHow to hide the elements of a dashboard? How to hide or show these elements[Full Text:]

JS Auto Refresh of Dashboard
Author:ayuan0625      Create Time:03-14 17:10      Tag:      Edit:15 Times    |   View:713 Times

Summary:I. Overview1.1 RequirementIf the FineReport App is installed at the TV client and a report or a decis[Full Text:]

JS Pagination and Refresh of Report Blocks in Dashboards
Author:ayuan0625      Create Time:12-17 16:59      Tag:      Edit:29 Times    |   View:831 Times

Summary:I. Overview1.1 RequirementSometimes we just want to refresh a report block in a decision-making repor[Full Text:]

JS Custom number of layers of tree expansion
Author:ayuan0625      Create Time:06-08 10:58      Tag:      Edit:9 Times    |   View:411 Times

Summary:I. Overview1.1 ProblemIn the daily report making process, the organization tree format is a very conv[Full Text:]

JS instances of data entry report
Author:ayuan0625      Create Time:11-17 16:35      Tag:      Edit:23 Times    |   View:648 Times

Summary:I. OverviewWhen in data entry, it is often necessary to use JavaScript for secondary development of s[Full Text:]

JS Collapse or expand all tree nodes in one click
Author:ayuan0625      Create Time:03-29 13:16      Tag:      Edit:10 Times    |   View:1174 Times

Summary:I. Overview1.1 ProblemFor the complex folding tree or view tree report we made, when previewing in th[Full Text:]

JS Center the Report Body in Data Analysis Preview Mode
Author:ayuan0625      Create Time:05-24 11:14      Tag:      Edit:12 Times    |   View:404 Times

Summary:I. Overview1.1 RequirementIn Pagination Preview and Data Entry Preview modes, users can choose report[Full Text:]

JS Change font color when editing
Author:ayuan0625      Create Time:11-23 19:09      Tag:      Edit:5 Times    |   View:532 Times

Summary:I. Overview1.1 ProblemMany report designs use dark colors as the background. Although the font can be[Full Text:]

JS Hide or Display the Parameter Panel
Author:ayuan0625      Create Time:03-04 15:25      Tag:      Edit:13 Times    |   View:414 Times

Summary:I. Overview1.1 RequirementHow to display the parameter pane when switching to the first sheet and hid[Full Text:]

JS Get the Returned Value of Data Entry
Author:ayuan0625      Create Time:11-17 17:22      Tag:      Edit:20 Times    |   View:623 Times

Summary:I. Overview1.1 RequirementWhen performing data entry in a report, we often wish to know whether or no[Full Text:]

JS Return Custom Error Message after Submitting Data
Author:ayuan0625      Create Time:11-17 17:21      Tag:      Edit:22 Times    |   View:613 Times

Summary:I. Overview1.1 RequirementHow to pop up the error information and accordingly decide what to do next,[Full Text:]

JS Keep title centered when scrolling
Author:ayuan0625      Create Time:03-09 08:21      Tag:      Edit:9 Times    |   View:378 Times

Summary:I. Overview1.1 ProblemWhen the report scrolls horizontally, sometimes we want the title to be always[Full Text:]

JS Display image according to the item hovered by mouse
Author:ayuan0625      Create Time:11-17 17:19      Tag:      Edit:23 Times    |   View:472 Times

Summary:I. Overview1.1 ProblemWhen in data entry, sometimes user hopes that when item is hovered in the drop-[Full Text:]

JS Get the Values of Certain Cells in Rows with Checked Box
Author:ayuan0625      Create Time:11-17 17:16      Tag:      Edit:18 Times    |   View:915 Times

Summary:I. Overview1.1 RequirementHow to get the values of certain cells in rows with checked checkboxes in a[Full Text:]

JS Click Radio Button Pop Up a Dialog Box to Enter Value
Author:ayuan0625      Create Time:11-17 17:11      Tag:      Edit:15 Times    |   View:1140 Times

Summary:I. Overview1.1 RequirementIn making a report template similar to a questionnaire, there may be a coup[Full Text:]

JS Set Values for Expanded Cells
Author:ayuan0625      Create Time:11-17 17:09      Tag:      Edit:15 Times    |   View:843 Times

Summary:I. Overview1.1 RequirementUsually, we use setCellValue("cell", null, value) to se[Full Text:]

JS Assign Values to Report Widgets
Author:ayuan0625      Create Time:11-17 17:08      Tag:      Edit:14 Times    |   View:444 Times

Summary:I. Overview1.1 RequirementWhen the value of a certain widget has been edited, dynamically assign valu[Full Text:]

Customize "No permission" prompt page
Author:ayuan0625      Create Time:02-16 16:17      Tag:      Edit:4 Times    |   View:615 Times

Summary:I. Overview1) In the event of Role-based authentication enabled in the platform, a built-in prompt pa[Full Text:]

JS Confirm Before Delete Row
Author:ayuan0625      Create Time:11-10 14:47      Tag:      Edit:22 Times    |   View:654 Times

Summary:I. Overview1.1 RequirementWhen users perform row-based data entry, FineReport will provide users with[Full Text:]

JS Get the Row Number of Cell Currently being Edited
Author:ayuan0625      Create Time:11-17 17:14      Tag:      Edit:14 Times    |   View:569 Times

Summary:I. Overview1.1 RequirementShow the row number on the top when editing any cell in the row.1.2 Solutio[Full Text:]

JS Hide sheet page
Author:ayuan0625      Create Time:02-15 14:18      Tag:      Edit:10 Times    |   View:662 Times

Summary:I. Overview1.1 ProblemIn view of the fact that there are many sheet pages to be reported, some sheet[Full Text:]

JS Set report/toolbar to be unavailable
Author:ayuan0625      Create Time:02-21 09:26      Tag:      Edit:30 Times    |   View:369 Times

Summary:I. Overview1.1 ProblemIn our report development, in many cases it is necessary to set the report body[Full Text:]

JS Get all values of extended widget
Author:ayuan0625      Create Time:08-04 09:07      Tag:      Edit:13 Times    |   View:418 Times

Summary:I. Overview1.1 ProblemWhen a data entry report is displayed, the reporting widget is extended. A[Full Text:]

JS Hide Columns or Rows by Clicking a Button
Author:ayuan0625      Create Time:02-24 13:40      Tag:      Edit:19 Times    |   View:922 Times

Summary:I. Overview1.1 RequirementWhen performing data entry, how to hide certain rows and columns by using a[Full Text:]

JS Text Control Displays Style After Editing
Author:ayuan0625      Create Time:02-27 12:56      Tag:      Edit:12 Times    |   View:421 Times

Summary:I. Overview1.1 Problem descriptionThe use of conditional formatting allows cells or text widgets to d[Full Text:]

Cluster Settings
Author:ayuan0625      Create Time:03-11 10:55      Tag:      Edit:8 Times    |   View:3875 Times

Summary:I. Overview1) Cluster Configuration is designed to set up status server, file consistency, caching, c[Full Text:]

JS realizes dynamic display/hiding of rows
Author:ayuan0625      Create Time:02-26 13:28      Tag:      Edit:10 Times    |   View:340 Times

Summary:I. Overview1.1 RequirementIn making a filling report, how to make optional items invisible when[Full Text:]