Resultado da pesquisa

Resultado da pesquisa: ""

Resultado 1144 encontrado

New in FastCube 1.4+ Added option mdsoSaveChartInSchema in TfcSlice (save Chart properties in Schema)+ Added new aggregate function "List of Unique"+ Added new event TfcSlice.OnInterpreterCreated to add users variables and functions to Script+ Added Polish resources+ Added new procedure TfrcCrossView.Update to use is report script after refresh dataset in cube.+ added save X axis colums width in slice+ You can use values of detail records in script for calculated measures.  Use Measures.PrepareDetailInfo to create array of detail records in script.  Record count in array - Measures.RecordCount  Detail value - Measures.DetailValue[ARecordIndex, AFieldName]+ result of script can be String.+ Measures[MeasureName] in scri ...
Mais
This article aims to provide the insight into how to use FastReport.Net to merge two logically related CSV files into one.  Storing data in CSV files is often very convenient. You can always open such files by any text editor and tweak them. But what if in one document there are references to data from the other document? You have to merge two files into one, for further convenient work with the CSV document. It can be done manually, which is rather time - consuming, or you can use Excel, that requires some knowledge of the macros. The third way is the most easy-to-handle - to use FastReport. So, we have two CSV files. One contains a list of orders, the second one - a list of customers. We need to display the customers' names and phone numbers for each order. The Orders table has a foreign key "CustNo' to the Customers table. In turn, the Customers table has the primary "CustNo" key. As you understand, we will link the two t ...
Mais
Inclui algumas mudanças. Lazarus: Adição de suporte do Lazarus, ambiente de desenvolvimento de plataforma cruzada gratuita. É a primeira versão beta que inclui designer e visualização. Novas oportunidades serão adicionadas posteriormente, faça um teste agora e nos dê o seu feedback. ...
Mais
This major update combines our core products for Delphi and Lazarus into a single ecosystem. What does it mean? One installation system with online authorization—install and update all your products at once. Shared release system—major releases are a shared release of all products. Shared library for all products—fixes and new functions are available in several products. ...
Mais
We often use zebra striping of table data for easy viewing the reports. Highlighting even rows is good for viewing but they look strange on paper or in Excel table.  FastReport users have two methods for using highlighting only in preview window. Method #1 You need to open report in the Designer and open the Style Editor from Report-Styles menu. Then we add a style with name "EvenRows" and set needed background color for even lines.  Then you need to set a band property EvenStyle = EvenRows. You need to add the parameter in the Parameters item of Data Tree with name "Even ...
Mais
The FastReport Online Installer program is used to install FastReport VCL and its components. The program has a simple, intuitive interface. We strongly recommend that you use the latest version of the installer. You can download it from this link. However, in some cases, you may have problems during the installation ...
Mais
This article aims to establish a strategy to combine two or more reports into one by using the code of your application. This can be useful when you want to combine similar reports according to their category. To append a report to the previous one use the method Prepare of the Report object. It is necessary to provide value TRUE as a parameter of the method. Let us consider an example. Create an application WindowsForms. Add a reference to FastReport.dll library to the project. Then, add three buttons on the form: Report 1, Report 2, Combined report. Next, double click on the first button. Now we are using the library FastReport: ...
Mais
To connect the report to a DB2 database, you need to connect the plugin to the designer reports. This plug is a connector. But first you need to collect this connector from the project: С:\Program Files (x86)\FastReports\FastReport.Net\Extras\Connections\FastReport.DB2 The resulting FastReport.DB2.dll library is our plug-in. To add it, run the report designer and open the File->Options menu. On the Plugins tab, click add and select the library you've created. Then restart the designer. Let's move on to creating a report data source. Add a new connection:   Objects, DB2DataConnection, appeared on the list of available connectors. Choose it and set up the connection:   If the database server is deployed locally, then it is not neces ...
Mais
Ajax technology significantly speeds up web applications. Also, the visual side is important. Agree that not very nice when each time you click the button and the entire Web page is updated. If your internet is not very fast, this procedure causes irritation, because all elements disappear and appear again. It would be good if only part of the Web page is updated. This is what provides Ajax. The script passes the request to the server to update the necessary pieces of information. Then, the script inserts the updated data to the desired location on the web page. In this page I want to consider a simple way ajax application to update the information in the project ASP .Net MVC. This approach is called "unobtrusive Ajax» - Microsoft Unobtrusive Ajax. The bottom line is to use Unobtrusive library. Which, with the helpers allows you to use ajax without writing a single line of code in JavaScript. An example is very simple, b ...
Mais

© 1998-2025 Fast Reports Inc.