Uma das estruturas mais populares para a criação de aplicativos de página única é a Angular. É baseado em template MVC, o que simplifica o desenvolvimento e teste desse aplicativo. Muitos usuários do gerador de relatórios FastReport precisam ex...
Uma das estruturas mais populares para a criação de aplicativos de página única é a Angular. É baseado em template MVC, o que simplifica o desenvolvimento e teste desse aplicativo. Muitos usuários do gerador de relatórios FastReport precisam ex...
Many users of report generators are interested in setting up the toolbar when reviewing the report. Such questions appear periodically on forums and questionnaires. Like this user of the DevExpress report generator who wants to customize the web report toolbar ASP.Net MVC. In some cases, the user w...
Every time we generate a web report, ajax request leads to the execution of handlers: WebResource.axd and FastReport.Export.axd. Files with the axd extension are used in ASP.Net applications to get resources from dll libraries: images, javascript and styles. As a result, we get an HTML report file....
The knockout.js library was quite popular among web developers before the appearance of angular. Despite the obvious advantages of angular, knockout is still in demand. Many web applications are written on it. Some of them need reporting. Therefore, we will discuss in this article how to integrate t...
The concept of one-page apps is finding an increasing number of supporters. One of the most famous one-page frameworks is Angular, which is a one-page JavaScript application framework. The first version of Angular was really based on JavaScript. But all subsequent versions are already working on Typ...