Suchergebnis

Suchergebnis: ""

1145 gefundene Ergebnisse

Liebe Freunde! Wir laden Sie ein, die Entwicklerkonferenz Basta zu besuchen! Basta! in Mainz vom 21. bis 25.September 2009https://basta.net/ Fast Reports wird an der Basta teilnehmen! als Aussteller:https://basta.net/ ...
Mehr
Analysewerkzeuge - OLAP-Würfel - sind in der heutigen Zeit besonders gefragt. Fast Report verfügt über ein solches System und ermöglicht die Ausgabe von Datenwürfeln mit Slices in .NET-Anwendungen, z.B. im gleichen NET 5.0. Jetzt werden wir erklären, wie wir das in unseren Berichten verwenden können. Um die FastCube.Core-Bibliotheken zu verwenden, müssen sie aus den Quellcodes vorab erstellt werden. Um FastCube.Core für .NET 5.0 zusammenzustellen wird die Solution FastCube.Core.sln verwendet. Nachdem wir diese Solution aufgerufen haben, müssen wir die Zielumgebung auf .NET 5.0 anpassen. Anschließend stellen wir das Projekt zusammen und FastCube.Core.2020.2.1.nupkg erscheint in unserem Arbeitsverzeichnis. Legen wir dieses Paket in dem Ordner ab, der als lokale Paketquelle verwendet wird. Jetzt können wir mit dem Erstellen des .NET Core-Projekts fortfahren. Zuerst fügen wir zum erstellten ...
Mehr
Long time ago an interesting functionality appeared in Microsoft SQL Server 2005- window functions. These functions allow you to perform calculations in a given range of lines within a Select clause. For those who have not encountered these functions, the question arises - “What does window means?”. A window means a row set within which calculations are performed. The window function allows you to break the entire data set into such windows. Of course, all that window functions can do is also possible without them. However, window functions have a great advantage over regular aggregate functions: there is no need to group the data set for calculations, which allows you to save all the rows in the set with their unique identifiers. At the same time, the results of the work of window functions are simply added to the resulting sample as another field. The main advantage of using window functions over regular aggregate functions is as follows: window functio ...
Mehr
Two community choice awards votings are taking place now. These are:  1. "2010 SQL Server Magazine Community Choice Awards" Our great reporting product- “Fast Report .Net"- is taking part in this voting .It is in the second category called “Best Business Intelligence & Reporting Product”. This is our great chance to vote for our product, let others what it can do and promote it in different communities. And to add to that, are you impressed with our tech support team?  Then you have a chance to vote for our own team in the ninth category called “Best vendor tech support”. And what can be the best way to encourage our team than to vote for it?  2. "2010 DevProConnections Community Choice Awards". Our impressive and effective data analysis tool –FastCube- is taking part in the second category “Charting & Graphics Tool”,The best way to tell others that there is a ...
Mehr
FastReport 2019.4 bietet eine Möglichkeit, die Events PreviewControl.OnPrint und PreviewControl.OnExport zu steuern, die direkt aufgerufen werden, wenn die entsprechenden Schaltflächen gedrückt werden. Beim Anzeigen eines Reports wird ein Viewer mit einer Symbolleiste aufgerufen, die Elemente wie eine Druckschaltfläche und eine Dropdown-Liste mit Reportsexporten enthält. Wenn Sie ein Element in der Liste auswählen, wird das OnExport-Element ausgelöst, und durch Klicken auf die Schaltfläche Drucken wird OnPrint ausgelöst. Nehmen wir ein Beispiel, wie Sie diese Ereignisse in der Praxis einsetzen können. Sie können den Standardhandler für diese Ereignisse verwenden, der für die visuelle PreviewControl-Komponente erstellt wurde:   In diesem Fall ...
Mehr
Ach, es ist ein ewiges Thema - das Erstellen einer Excel-Tabelle aus Delphi heraus. Excel-Tabellen gehören heute zu den Standards in der Welt und für Programme, auch einfache, ist es häufig erforderlich, die Daten als Tabellen auszugeben und Berichte in die Tabelle zu übertragen. Dabei ist zu beachten, dass das XLS-Format bereits veraltet ist und es sich um ein Microsoft-Excel-internes Format namens Biff8 handelt (die ganze Welt mit ihren eigenen Verbindungen zwischen auf den ersten Blick unverbundenen Entitäten, Zellen, endlosen Tabs und Seiten mit Dateiabschnitten in einem Hardcore-Binärformat). Es gibt aber Firmen, Kunden, die eine solche Anforderung haben. Es wäre schön, wenn man diesen Kunden sofort warnen könnte, das ...
Mehr
In FastReport .NET 2015.1 we have released an Online Report Designer. This Designer can be used directly in the user's browser and allows to edit the appearance of a report template, modify the properties of objects, and edit the script and events. The full-featured version of the Online Report Designer is available in the Professional edition of FastReport .NET. A demo version is available in Trial edition. You can download it from our site for free. The evaluation version cannot save reports back in the server. At the moment Online Report Designer works together with the object WebReport. Also you can use the Designer in ASP.NET MVC. Online Designer allows you to edit the appearance of reports, modify the properties of objects, add new objects etc. Online Designer can change the script of the report and event handlers of the report, but by default for security reasons this option is disabled. This feature can be enabled in the properties of the object WebRepor ...
Mehr
Today I would like to talk about the way the foreach loop works inside. We all know that a foreach loop is - a loop that iterates through all the elements of the collection. Its greatest advantage in the ease of use - we do not need to worry about how many elements in the collection. However, many do not know that this is just syntactic “sugar”, which facilitates the work of the programmer. Therefore, we simply have to know in what the resulting compiler will convert. The foreach loop works differently, depending on the collection you want to sort through. 1)      If it has to deal with the banal array, we can always know its length. Therefore, foreach will eventually be converted to a for loop. For example: ...
Mehr
Die aktuelle Version von FastCube VCL unterstützt RAD Studio XE8 (Delphi XE8/C++Builder XE8). Und nicht nur das: + Added sorting in CubeGrid and DetailGrid + Added TfcxSlice.ApplyDefaultSettings + Added TfcxSlice.ResetDisplayLabelOfFields + Added aggregate function Weighted arithmetic mean + Detail grid does not reset the list of fields on each show + Added aggregate function Median + Added option "Merge Cells" in export to Excel * Acceleration and optimization calculation of measures * Hide "Sort" menu item for "Measures" field since it has no sense for it * Renamed property TfcxMeasureField.SliceField2 to TfcxMeasureField.SliceFieldDistinct * Removed filters for number input in the Range editor - Fixed errors of calculation of totals which based on other totals - Fixed errors of measures calculation - Fixed error of loading filters with NULL value - Disabled DoubleBuffered, Par ...
Mehr
Viele Berichtsentwickler hatten Situationen, in denen sie eine Seite hinzufügen mussten, die bereits in einem anderen Bericht implementiert war. Und Sie mussten einen bestehenden Bericht überarbeiten - eine neue Seite, Datenquellen hinzufügen. Nicht jeder weiß, dass man Berichte einfach zusammenfassen kann, wenn sie angezeigt werden. Der Benutzer des Stimulsoft-Berichtsgenerators stand auch vor dem Problem, Berichte zusammenzufassen: https://stackoverflow.com/questions/43569668/stimulsoft-view-multiple-reports-inside-stiviewer I am using Stimulsoft libraries to create reports (StiReport control) and then showing it inside a StiViewer control. the problem is when i assign multiple reports to the viewer, it does not refresh or display the contents but it works just fine i ...
Mehr
Fast Reports
  • 800-985-8986 (Englisch, USA)
  • +31 97 01025-8466 (Englisch, EU)
  • +49 30 56837-3928 (Deutsch, DE)
  • +55 19 98147-8148 (Portugiesisch, BR)
  • info@fast-report.com
  • 66 Canal Center Plaza, Ste 505, Alexandria, VA 22314

© 1998-2025 Fast Reports Inc.