I am migrating an application from Microsoft Access to a web based MVC 5/SQL Server one.
我正在将应用程序从Microsoft Access迁移到基于Web的MVC 5 / SQL Server。
Access has a very easy to use report generation tool. It has headers and column headers on each printed page.
Access具有非常易于使用的报告生成工具。它在每个打印页面上都有标题和列标题。
Most of the reports are just lists of names and numbers.
大多数报告只是名称和数字的列表。
Is there a C# tool that can create similar output in PDF which I can use in MVC to generate the reports with headers on each page?
是否有一个C#工具可以在PDF中创建类似的输出,我可以在MVC中使用它来生成每页上有标题的报告?
3 个解决方案
#1
0
SSRS provides a lot of these features we have integrated them with our reporting services.
SSRS提供了许多我们将它们与我们的报告服务集成的功能。
#2
0
Maybe using a tool like PDF sharp which is a .NET API for generating PDF's. I believe there are some third party libraries like this too.
也许使用像PDF sharp这样的工具,它是用于生成PDF的.NET API。我相信也有像这样的第三方图书馆。
#3
0
I ended up using Templater.info 's tool. Simple for the needs of the project.
我最终使用了Templater.info的工具。简单的项目需求。
#1
0
SSRS provides a lot of these features we have integrated them with our reporting services.
SSRS提供了许多我们将它们与我们的报告服务集成的功能。
#2
0
Maybe using a tool like PDF sharp which is a .NET API for generating PDF's. I believe there are some third party libraries like this too.
也许使用像PDF sharp这样的工具,它是用于生成PDF的.NET API。我相信也有像这样的第三方图书馆。
#3
0
I ended up using Templater.info 's tool. Simple for the needs of the project.
我最终使用了Templater.info的工具。简单的项目需求。