Resultado da pesquisa

Resultado da pesquisa: ""

Resultado 1144 encontrado

FastReport have an editor of QR-codes in the designer. Now you will free to create a QR-codes with the contents: vCard, URI, E-mail address, E-mail message, coordinates, SMS, Call, Event, Wi-FI, etc. Designer give new converter from List & Label in FastReport. Also you can use new linear indicators. + added QR-code editor in designer+ added import from List & Label report template+ added vertical linear gauge+ added simple gauge+ added vertical simple gauge+ added new properties AllowExpression, Brackets in Barcode object+ added new property Inverted in linear gauge+ increased customization options of scale in simple gauge+ added new property DefaultZoom in PDFExport+ added new property DefaultPage in PDFExport+ added WebMatrix demo (\Demos\C#\WebMatrix)+ added CSV export in WebReport+ added processing of event handlers Load, FormClosing and FormClosed in DialogPage in WebReport+ added Mont ...
Mais
Suppose you keep a record of employee sales in an Excel file. Would you like to see sales results for the month in the form of a graph. So it's faster and easier to assess the efficiency of the employee. It would be nice to see the difference in terms with the previous day. You need this report every morning. FastReport Desktop comes to the rescue. With the help of it we will create a report with a nice chart and create a task in the scheduler for the daily sending of the report to you by the email. Let's determine the data source. This will be a csv file, for example, with the following content: We have three columns: the order number, the order date, the seller's surname. Suppose this file is updated daily with new data. Then every morning the chief will receive a report with a schedule of sales for employees. Let's create a report. Add a ...
Mais
We have updated the customers web-panel. We hope it is easier to use; you can tune it (select which IDE you use, which files you want to see for downloading etc.) and it is now available in 4 languages (with 3 more to be added very soon - if you want to add your own language, please write to us).  It is only available for our customers: please come and check it out now! We are waiting for your opinion.   ...
Mais
In FastReport .NET 2016.2 we added an opportunity to download maps from OpenStreetMap files (* .osm).In this article I would like to show how to do itFirst we should get a file containing part of OpenStreetMap data.In ordert to do this: 1. Go to the website http://www.openstreetmap.org2. Find the city which we are intrest ...
Mais
Today we will talk about the new library FastReport.Service.dll which appeared in FastReport.Net 2013.3. This library is a WCF Service Library and is intended for use in custom services. Now library contains the following features: ...
Mais
In the first part of the article, we created an ASP.Net Core application in which we implemented the following methods: displaying a report, displaying a report designer and saving the report changed in the designer to a server. But these are just the two features that we have stated. We need to implement the method of exporting the desired report in pdf or html format, followed by downloading this report. To let the user know which reports are available for download, we will implement a method for obtaining a list of reports. Add the data structure for the report list to the model (Model folder) of the data: ...
Mais
FastReport.VCL with the very first version uses the original realization of SMTP protocol, written for sending generated reports via email. Excellent implementation, which is used by many users. These days some providers of postal services have demanded secure authentication to send mail, therefore some users have difficulty in sending reports. Customers of .NET version of the report generator does not run into this problem, because the implementation of sending reports in FastReport.NET based on MAPI protocol. In this case, the report generator uses an external mail program for sending the reports. Due to numerous requests the support of MAPI protocol was included in VCL version. We apologize to all users who are prematurely get informed of readiness MAPI - our implementation had contained some errors that did not allow to send mail when using the report generator with modern versions Delphi with Unicode support. We are pleased to report that ...
Mais
Calling "FastReport COM/ActiveX" from C# applications on 64-bit platforms. Simple solution: It is necessary to set 32-bit platform in project options. Here is an example (note: platform target is x86):   Perfect solution: Download demo version of FastReport.NET. Use this tool for conversion FR3 templates to FRX temaplates: https://fast-report.com/pbc_download/fr3tofrx.exe If you have VCL version, then you can use following tip: How to convert fr3 to frx. Finally, you should manually create data source objects, and assign the ...
Mais
Dot matrix printers are devices that are still utilized in various fields, such as printing receipts, labels, and other documents that require high reliability. In modern applications on the .NET platform, the FastReport library is often used for generating reports. This article will explore how to integrate a dot matrix printer into the process of creating and outputting reports using FastReport .NET. ...
Mais
Memory problem When working with complex reports, which use the internal script, I noticed a significant consumption of RAM. For web services this may be critical. Why is this happening? After compilation of the report script a small library (assembly) remains in memory. It persists by the framework engine for subsequent calls. In the end, "garbage collector" will remove them, but still there is a memory consumption having place before. The way out of this situation is to use a separate application domain for the report with the script. By using the application domain, we can remove an assembly from memory, or to be more accurate - to unload domains that contain the assembly. Thus, by isolating the report and accompanying library with the script, we can easily clear the resources simply swapping out the unnecessary domain. The pay for this – is the necessity for creation an assembly that is loaded in the second domain and some i ...
Mais

© 1998-2025 Fast Reports Inc.