FastReport.Data.Postgres 2018.3.0

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.Postgres --version 2018.3.0
NuGet\Install-Package FastReport.Data.Postgres -Version 2018.3.0
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.Postgres" Version="2018.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FastReport.Data.Postgres --version 2018.3.0
#r "nuget: FastReport.Data.Postgres, 2018.3.0"
#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.Postgres as a Cake Addin
#addin nuget:?package=FastReport.Data.Postgres&version=2018.3.0

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

How to use it:

  • execute the following code once at the application start:
FastReport.Utils.RegisteredObjects.AddConnection(typeof(PostgresDataConnection));
  • now you should be able to create a new PostgreSQL data source from Designer (.Net 4) or from code:
Report report = new Report(); 
report.Load(@"YourReport.frx");
//... 
PostgresDataConnection conn = new PostgresDataConnection();
conn.ConnectionString = "your connection string";
conn.CreateAllTables();
report.Dictionary.Connections.Add(conn);
  • or reassign connection string:
Report report = new Report(); 
report.Load(@"YourReport.frx");

report.Dictionary.Connections[0].ConnectionString = "Host=host.com;Username=admin@hosthome;Password=passsword;Database=postgres";
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.Postgres:

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.2.2 36 4/23/2024
2024.2.1 148 4/17/2024
2024.2.0 328 4/8/2024
2024.1.10 765 3/22/2024
2024.1.9 90 3/21/2024
2024.1.8 222 3/12/2024
2024.1.0 4,071 11/27/2023
2023.3.7 837 10/27/2023
2023.3.0 1,045 9/11/2023
2023.2.0 6,125 3/13/2023
2023.1.0 1,151 11/28/2022
2022.3.8 1,104 9/29/2022
2022.3.7 375 9/27/2022
2022.3.0 943 9/5/2022
2022.2.0 2,599 3/14/2022
2022.1.13 496 2/9/2022
2022.1.0 859 12/6/2021
2021.4.0 573 9/6/2021
2021.3.0 464 5/17/2021
2021.2.0 389 3/9/2021
2021.1.17 381 2/17/2021
2021.1.7 400 1/12/2021
2021.1.2 1,945 12/17/2020
2021.1.0 440 12/7/2020
2020.4.11 394 11/26/2020
2020.4.10 402 11/24/2020
2020.4.9 496 11/7/2020
2020.4.8 399 11/5/2020
2020.4.7 406 10/30/2020
2020.4.6 439 10/26/2020
2020.4.5 399 10/13/2020
2020.4.4 420 10/2/2020
2020.4.3 426 9/25/2020
2020.4.0 485 9/7/2020
2020.3.22 418 8/28/2020
2020.3.21 415 8/26/2020
2020.3.17 486 8/14/2020
2020.3.14 477 7/28/2020
2020.3.4 530 5/29/2020
2020.3.1 464 5/20/2020
2020.3.0 461 5/18/2020
2020.2.0 615 3/12/2020
2020.1.28 471 3/2/2020
2020.1.25 467 2/25/2020
2020.1.0 603 12/2/2019
2019.4.0 815 9/10/2019
2019.3.0 620 5/15/2019
2019.2.0 734 3/5/2019
2019.1.0 1,665 12/19/2018
2018.3.46 888 9/6/2018
2018.3.0 879 7/2/2018
2018.2.2 1,070 3/28/2018

fixed bug with quotes in queries, that contain schema name; now available non-public schemas in designer