LwmReportView 1.0.0.3

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

// Install LwmReportView as a Cake Tool
#tool nuget:?package=LwmReportView&version=1.0.0.3

桌面应用程序的自定义定制报表组件;     使用说明:VS包管理工具直接安装包 Install - Package LwmReportView@1.0.0.3(此版本为稳定版);      先将nuget安装的包的package目录里的content/Libs里的dll引用进项目;      点击工具箱,右键选项 将nuget安装的包 LwmReportView.dll 添加进去;     拖到窗体即可添加控件;     页面加载执行 view1.LoadData('测试', '20170713 0919', '安式软件', string.Format(@'总金额:{0}', '999999'), DoddleProductRepository.GetAll());     参数是标题 ,创建时间,页脚,头部标题(可以显示统计分析的数据,可自定义);      对象集合可以参考TestModel.cs

Product Compatible and additional computed target framework versions.
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.3 1,303 7/14/2017
1.0.0.2 966 7/13/2017
1.0.0.1 948 7/12/2017
1.0.0 950 7/12/2017

Summary of changes made in this release of the package.