FastReport.Data.MySql 2018.2.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package FastReport.Data.MySql --version 2018.2.2
NuGet\Install-Package FastReport.Data.MySql -Version 2018.2.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FastReport.Data.MySql" Version="2018.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FastReport.Data.MySql --version 2018.2.2
#r "nuget: FastReport.Data.MySql, 2018.2.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FastReport.Data.MySql as a Cake Addin
#addin nuget:?package=FastReport.Data.MySql&version=2018.2.2

// Install FastReport.Data.MySql as a Cake Tool
#tool nuget:?package=FastReport.Data.MySql&version=2018.2.2

How to use it:

  • execute the following code once at the application start:
FastReport.Utils.RegisteredObjects.AddConnection(typeof(MySqlDataConnection));
  • now you should be able to create a new MySQL data source from Designer (.Net 4) or from code:
Report report = new Report(); 
report.Load(@"YourReport.frx");
//... 
MySqlDataConnection conn = new MySqlDataConnection();
conn.ConnectionString = "your connection string";
conn.CreateAllTables();
report.Dictionary.Connections.Add(conn);
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on FastReport.Data.MySql:

Package Downloads
OO.Report.Component

Report components implementations for EasyDataCore infrastructure

EaCloud.FastReport

EaCloud FastReport组件,封装 FastReport.OpenSource 的报表处理功能。

MicroCloud.FastReport

MicroCloud FastReport组件,封装 FastReport.OpenSource 的报表处理功能。

MicroCloud.Report

MicroCloud 报表组件,封装 FastReport.OpenSource 的报表处理功能。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2024.1.10 167 3/22/2024
2024.1.9 66 3/21/2024
2024.1.8 169 3/12/2024
2024.1.0 2,347 11/27/2023
2023.3.7 515 10/27/2023
2023.3.0 483 9/11/2023
2023.2.0 4,844 3/13/2023
2023.1.0 983 11/28/2022
2022.3.8 508 9/29/2022
2022.3.7 427 9/27/2022
2022.3.0 411 9/5/2022
2022.2.0 1,146 3/14/2022
2022.1.13 442 2/9/2022
2022.1.0 330 12/6/2021
2021.4.0 460 9/6/2021
2021.3.0 435 5/17/2021
2021.2.0 378 3/9/2021
2021.1.17 374 2/17/2021
2021.1.7 435 1/12/2021
2021.1.2 444 12/17/2020
2021.1.0 425 12/7/2020
2020.4.11 404 11/26/2020
2020.4.10 395 11/24/2020
2020.4.9 525 11/7/2020
2020.4.8 448 11/5/2020
2020.4.7 429 10/30/2020
2020.4.6 456 10/26/2020
2020.4.5 445 10/13/2020
2020.4.4 434 10/2/2020
2020.4.3 437 9/25/2020
2020.4.0 459 9/7/2020
2020.3.22 447 8/28/2020
2020.3.21 423 8/26/2020
2020.3.17 500 8/14/2020
2020.3.14 514 7/28/2020
2020.3.4 555 5/29/2020
2020.3.1 472 5/20/2020
2020.3.0 484 5/18/2020
2020.2.0 596 3/12/2020
2020.1.28 495 3/2/2020
2020.1.25 529 2/25/2020
2020.1.0 562 12/2/2019
2019.4.0 640 9/10/2019
2019.3.0 697 5/15/2019
2019.2.0 679 3/5/2019
2019.1.0 738 12/19/2018
2018.2.2 1,169 3/28/2018