Resultado da pesquisa

Resultado da pesquisa: ""

Resultado 1149 encontrado

Modern data processing technologies and document workflow automation require the integration of various file formats to ensure seamless interaction between software products. With its extensive capabilities, Microsoft Word has become one of the most popular text editors, suitable for a wide range of tasks. At times, you may need to convert these documents into formats specific to other applications. For instance, there are situations where you need to convert Microsoft Word files into the FastReport .NET format, which is used for creating report templates when working with FastReport.     How to Compile the Project First, open the .sln file named FastReport.OOXMLImportPlugin.sln. Note that there are two such files for Visual Studio 2017 and above. Then, remove the references to the FastReport and ...
Mais
In case you need to do some actions on client side after saving the report like show some beautiful dialog from your code or do redirect to the other page you can use following techniques. 1) you can use the following code: 1 2 3 4 5 6 7 8 < ...
Mais
In this article, I want to review the label master in FastReport.Net:   Labels can be bar codes, business cards, addresses, transport waybills, etc. They can be printed on self-adhesive or plain paper. You can use the built-in FastReport templates of labels or create your own. The label template is a report template with the specified page size and the number of labels on the printed page.   For the selected label template, you must specify two sizes - the size of the label and the size of the paper to be printed on. Two more parameters "String" and "Columns" allow you to set the number of labels on the printed page. Here's how it looks like: That is, on paper size 14.81x21.01 can be placed 4 labels with a size of 7.4x10.5. Labels ar ...
Mais
In this article we are going to examine one of the latest features of FastReport VCL 5 - interactive diagrams. With the help of them one can display a detailed report for the selected area of a graph. How it works First, you create a chart. For example, a circular one:   The chart is divided into sections, showing the proportion of parameters of the total mass. When you hover the mouse pointer over one of the sections, it is highlighted with a color. When you right-click on it, a hyperlink to the detail report is triggered. In this case, the value of the parameter (a section name) is transferred to this report. The detail report shows detailed information for the selected se ...
Mais
When you create reports, you often need to transfer some values from outside. This is to filter the data into the report, or to manage the logic of the report. In my practice of using FastReport.Net, I often encounter this need. Since I mostly work with web reports, I pass the parameters into the report through url. As a rule, my reports are quite complex and are not limited to one parameter. Therefore, there is a need to pass on a list of parameters, namely a list of key value sets. Where the key is the name of the setting. It is certainly better to consider it by example. In this case, I use ASP .NET Core Web Api app. namespace ParametersWeb.Models{ public class Reports { ...
Mais
FastReports are pleased to invite you to the Embarcadero RAD Studio XE2 World Tour.With RAD Studio XE2 you will be able to create 64-bit Windows Delphi applications to take advantage of the latest hardware, access more memory and push the performance envelope. You will be able to deploy your applications on Windows and Mac and more. Also you will receive RAD Editions of FastReport VCL and FastReport.Net with RAD Studio XE2.Register today for a free live event near you:https://blogs.embarcadero.com/community/ ...
Mais
Introduction What is FastReport .NET? FastReport is a flexible and powerful reporting tool. It allows users to access data sources in various formats and present them visually. Reports created with FastReport can be easily designed using drag-and-drop logic in the user interface and converted to different formats (PDF, Excel, Word, etc.). FastReport's Role in Reporting Solutions Reporting is a critical need in data-driven applications. FastReport allows users ...
Mais
There are times when you need to highlight some of the data when analyzing tables. Usually, when we review a paper version of the document, we highlight a data using a marker. But why not do it at once, during the formation of the table? FastReport .NET allows you to highlight the data depending on the specified conditions. A striking example of the use of conditional highlighting - the statistical data in the summary tables (matrices). Let's create a matrix report. We use the data from the database nwind.xml, which is used in the demo reports of FastReport .NET. Use the table MatrixDemo. The result here is a simple template: ...
Mais

© 1998-2025 Fast Reports Inc.