Resultado da pesquisa

Resultado da pesquisa: ""

Resultado 1144 encontrado

Do you have a celebration on the occasion of the wedding? Do you need to print a lot of invitations? This can be quite a tedious task. Indeed, in each invitation will have to enter the names of the guests. In this article I will show you how to solve this problem with FastReport. We need to compile an Excel spreadsheet with the names and surnames of the guests being planned. For example, this:   One line is the family, namely a male name, female name, surname. Save the file with the extension csv. Now we are going to create a report, open the designer. You must create a new data source in the report.   Then we mark all fields of the data source: ...
Mais
This article will be helpful for anyone who uses FastReport.Net in his application. In order for your application to be operable on any computer, you need to include third-party libraries that you use in it. In this case - FastReport library. The following libraries are available:• FastReport.dll - the main library FastReport.Net;• FastReport.Web.dll - Library to work in ASP.Net, contains WebReport component; • FastReport.Bars.dll - library for organizing floating windows, toolbars, and menus;• FastReport.Editor.dll - code editor with syntax highlighting. This library is not necessary, if your application does not use the report designer; • FastReport.xml - comments to classes, properties and methods to the FastReport. This file is used in the code editor, and also in tips pan ...
Mais
In FastReport VCL, a style refers to a set of visual parameters for a component, specifically: font, fill, and border. Right in the report designer, you can create a style that contains only font information, or just the border, or a combination of fill and border. You can use all of these parameters simultaneously or alternate them depending on your needs. Styles are convenient for mass changes to the appearance of components. This helps when adjusting several parameters so that you don't have to repeatedly set the same properties manually. Additionally, by changing style parameters, you can quickly alter the appearance of a report. You can save a completed style library in a separate file for use in configuring multiple reports. In FastReport VCL, styles can be combined into a ''StyleSheet''. The collection of style sheets is referred to as a "Style Table" (or "Style Book"). Each style exists within each style sheet, and in each style sheet, t ...
Mais
At the requests of our customers FastReport VCL 4.11 released. The most important innovation - a new direct export to BIFF8 (Excel). By this new export filter now is it possible to write generated reports directly to Excel format, without third-party programs and technologies. Early in FastReport had been two (2) export filter to XLS - one of them through the technology of OLE, which is absolutely not suitable for server reports (it is slow and requires presetted Excell on the server), as well as good for large reports (it has formed in computer memory, which does not suffice for large reports, and we can not do anything - OLE technology knows itself better than we how to make it), second (in fact - XML) - did not open in Excel less then 2000, and there were some features, such as displaying images ... Format BIFF8 complex enough in itself, however, our experts have to export reports in this format and, at the request of our u ...
Mais
Today we will create a Windows service, which will serve as the WCF service. An example will be based on the use of the libraryFastReport.Service.dll (WCF Service Library), which can be found in the package of FastReport .NET. Open Visual Studio and create a project WindowsService. Read more... ...
Mais
Recently, the NoSQL database is gaining more and more popularity. They differ favourably from conventional relational databases and provide the following: high resilience, incredibly large amounts of data, good scalability, clustering. One of the new NoSQL databases is RavenDB. This is a document-oriented database, like the popular MongoDB. But compared to the last, RavenDB is an open source database. This means you can use it in your apps for free and add functionality according to your wish. Let's look at the way to connect the RavenDB database in your report. To do this, you need to use a plug-in connector from the supply of Fastreport.Net, which is located in the catalog of the installed program in the folder Extras\Connections\FastReport.RavenDB. We are compiling this project. Now we move to the report designer and add a plug-in to the File->Options menu.   ...
Mais
In this article we look at how to create interactive reports with drop-down groups. We will group the records and display the groups in a collapsed form. If necessary, the user opens and views the contents of a group. This functionality can significantly improve the user experience with the lists. Because groups occupy minimal space in the report, without overloading it with data. You are currently viewing the data for opened group only. Let's create a report with groups. I used a database nwind.xml from FastReport.Net delivery. For work, we need only one table - Products. The report template consists of five bands: • Report title;• Group header;• Data;• Group footer;• Page footer.   In the data band, place the fields: Products.ProductNa ...
Mais
Meet new opportunities for your projects! Added support for Blazor Web Assembly, new icons for the Ribbon interface, the ability to open a page of another report inside the current one, changes to the report validator and WebReport, and much more. Changes are available for the following products: - FastReport .NET, - FastReport Mono, - FastReport Desktop, - FastReport for DBA, - FastCube .NET. New opportunities Blazor WebAssembly support Added FastReport.Blazor ...
Mais

© 1998-2025 Fast Reports Inc.