logo
small logo
  • Products
  • Buy
  • Support
  • Articles
  • Customer panel Support
    • en
    • de
    • JP
    • ZH
  • Home
  • /
  • Articles
  • .NET
  • Mono
  • Linux
  • Core
  • Libgdiplus
  • Unicode
  • WCF
  • FastReport
  • VCL
  • FastReport 6
  • Delphi
  • Invoice
  • Lazarus
  • Academic
  • CSV
  • Customization
  • Business Graphics
  • Export
  • RTF
  • Install
  • Designer
  • Visual Studio
  • C#
  • Report
  • NuGet
  • MacOS
  • TTF
  • ASP.NET
  • PDF
  • WebReport
  • Data Source
  • Barcode
  • QR Code
  • WPF
  • ZUGFeRD
  • Desktop
  • ZPL
  • SQL
  • Window function
  • Angular
  • Online Designer
  • React
  • Vue
  • Vector graphic
  • JSON
  • Knockout
  • MVC
  • Script
  • Converter
  • Migration
  • Batch conversion
  • PHP
  • Excel
  • NoSQL
  • RavenDB
  • SQLCe
  • VistaDB
  • OracleDB
  • IBM DB2
  • Firebird
  • MongoDB
  • Filtering
  • CrossTab
  • FastCube
  • OLAP
  • MAPI
  • Email
  • VB6
  • XAML
  • FireMonkey
  • FMX
  • FastQueryBuilder
  • Viewer
  • FastScript
  • Map
  • HTML
  • XLSX
  • SAP
  • Interactivity
  • PostgreSQL
  • Web API
  • SVG
  • Pages
  • SSRS
  • DropBox
  • Preview
  • Toolbar
  • Open Source
  • Plugin
  • Cross-platform
  • Anywhere
  • .NET5
  • Printing
  • Stored procedures
  • Stock quotes
  • GET request
  • HTTPS
  • PageFooter
  • TXT
  • PowerPoint
  • Word
  • ARM
  • WinForms
  • Business card
  • DBA
  • Sales receipt
  • ODS
  • ODT
  • Visual Basic
  • Event
  • OpenOffice
  • SBER
  • Interactive Forms
  • FmxLinux
  • RAD Studio
  • GTK3
  • Recompile
  • Ubuntu
  • CEF4Delphi
  • WebView2
  • OAuth 2.0
  • TEdgeBrowser
  • TWebBrowser
  • Blazor
  • SPA
  • Data filtering
  • Matrix
  • CSS
  • HTMLView
  • Crystal Reports
  • Windows 11
  • ROSA Linux
  • Upload
  • M. Alaev
  • S. Antonenko
  • G. Bagaevski
  • A. Begunov
  • M. Drazdou
  • A. Fediashov
  • D. Fedyashov
  • A. Hayruddinov
  • P. Ishenin
  • M. Karpinskiy
  • O. Kojnikov
  • K. Kornienko
  • A. Krakovcev
  • A. Kukuyuk
  • A. Mandrykin
  • M. Philippenko
  • S. Plastun
  • O. Pryalkov
  • E. Sinitskaya
  • V. Sopnev
  • A. Syrykh
  • A. Tantzura
  • A. Tsyganenko
  • E. Voytenko
  • V. Yarovoy
  • D. Zubov
FastReport.Net WCF - simple example
June 20, 2013
Aleksandr Fediashov
.NETWCFFastReport

Today we review the simplest way to use the library FastReport.Service.dll as WCF service. This example does not require programming and is intended for testing of library and configuration file. To complete the task, we use the program WcfSvcHost.exe, that comes with Visual Studio: Create a fol...

FastReport WCF Service Library
June 10, 2013
Aleksandr Fediashov
.NETWCFFastReport

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: List<ReportItem> GetReportsList(); List<Report...

Report generator with visual designer in Visual Studio Express Edition
May 27, 2013
Michael Philippenko
.NETVisual StudioFastReport

Visual Studio Express Edition by Microsoft is a popular software development enveronment. It is popular also because it is free. By the way this tool as all that is free has some lacks. In particular complexities with using some add-onces, third party components. For example many popular component...

FastReport .NET on mobile devices
May 21, 2013
Aleksandr Fediashov
.NETFastReportASP.NETMVC

Modern mobile technologies provide worldwide access to any information. FastReport .NET brings reports in your favorite tablet or phone, and helps you communicate with dialogs. Today we test preview of the reports FastReport .NET on some mobile devices with touch-oriented UI. We have created the we...

Create a PDF file on button press in browser
April 11, 2013
Aleksandr Fediashov
.NETExportFastReportMVC

When you use the FastReport .Net together ASP.Net MVC framework you have easy method for creating file in any supported format on button press in HTML form. Add next code in View: @using (Html.BeginForm("GetFile", "Home")) { <input id="pdf" type="submit" value="Export to PDF" /> } ...

FastReport .NET and jQuery
April 1, 2013
Aleksandr Fediashov
.NETFastReportMVC

The object WebReport from FastReport .NET use jQuery library. You already can use this library in your own project. To avoid duplication of boot scripts and styles jQuery to the client browser when working with markup Razor, you need to use the following lines in _Layout.cshtml: @WebReport...

Highlighting Even Rows in Reports (Zebra Striping)
March 27, 2013
Aleksandr Fediashov
.NETFastReport

We often use zebra striping of table data for easy viewing the reports. Highlighting even rows is good for viewing but they look strange on paper or in Excel table. FastReport users have two methods for using highlighting only in preview window. Method #1 You need to open report in the Designer a...

FastReport .NET 2013.2 MVC
March 11, 2013
Aleksandr Fediashov
.NETFastReportMVC

We have released FastReport .NET 2013.2 with MVC support. And I'd like to inform all WebReport developers about some changes. First. An extension of the handler in web.config was changed. You need replace old string «FastReport.Export.aspx» to new string «FastReport.Export.axd&raq...

Calling "FastReport COM/ActiveX" from C# applications on 64-bit platforms.
November 12, 2012
Aleksey Mandrykin
C#

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 FR...

Generating WEB reports with Mono
September 18, 2012
Aleksey Mandrykin
MonoFastReport

There is a possibility of executing an ASP.NET web application under the Apache web server that is running on Windows, Mac OS X, Linux, BSD, and others operating systems. You may need to install several packages: the Apache web server the runtime Mono mod_mono xsp server (implements ASP.NET-...

<< < 40 41 42 43 44 > >>
logo
  • 800-985-8986 (English, US)
  • +4930568373928 (German)
  • +55 19 98147-8148 (Portuguese)
  • info@fast-report.com
  • 901 N Pitt Str #325 Alexandria VA 22314
  • Buy
  • Download
  • Documentation
  • Testimonials
  • How to uninstall
  • Ticket system
  • FAQ
  • Tutorial Video
  • Forum
  • Articles
  • Our News
  • Press about us
  • Resellers
  • Extended licensing
  • Contact us

© 1998-2022 by Fast Reports Inc.

  • Privacy Policy