当前位置: 首页 > 软件库 > 程序开发 > PDF工具包 >

Report.NET

授权协议 LGPL
开发语言 C#
所属分类 程序开发、 PDF工具包
软件类型 开源软件
地区 不详
投 递 者 莘钧
操作系统 Windows
开源组织
适用人群 未知
 软件概览

Report.NET 是一个功能强大且易用的用来生成 PDF 文档的 C# 组件

示例代码:

using Root.Reports;
using System;

namespace ReportSamples {
/// <summary>Hello World (PDF Version)</summary>
class HelloWorld {
//----------------------------------------------------------------------------------------------------x
/// <summary>Starts the "Hello World" sample.</summary>
public static void Main() {
Report report = new Report(new PdfFormatter());
FontDef fd = new FontDef(report, "Helvetica");
FontProp fp = new FontPropMM(fd, 25);
Page page = new Page(report);
page.AddCenteredMM(80, new RepString(fp, "Hello World!"));
RT.ViewPDF(report, "HelloWorld.pdf");
}

}
}
  • 当打印预览时数据区不显示或只显示一条记录时,是因为在设计报表时数据区没有指定完整的数据源。 Fast Report 总页数不显示: 这个问题有很多人问过,有些回答正确但是不明白,开始我也有点迷糊,现在我知道了,方法: 进入fastreport-->File->Report Options-->two-pass report选中就行了,实现不了再找我! 错误:“FastReport.Report”的

  • Report.NET 是一个功能强大且易用的用来生成 PDF 文档的 C# 组件 示例代码: using Root.Reports; using System; namespace ReportSamples { /// <summary>Hello World (PDF Version)</summary> class HelloWorld { //--------------

  • 推荐使用两个第三方库: 1, ReportViewerCore.NETCore 2, AspNetCore.Reporting 以上两个使用起来都很方便,且能很快转成pdf等格式的文件 ReportViewerCore.NETCore 使用代码               Stream reportDefinition = new FileStream(fileName, FileMode.Ope

  • ReportViewer是微软报表解决方案的前台展示控件,目前嵌入在VS2005/VS2008/VS2010/VS2012中。ReportViewer用于处理和显示应用程序中的报表。目前有两个版本:用于ASP.NET的ReportViewer Web服务器控件和用于Windows窗体应用程序的ReportViewer Windows窗体控件。>>ReportViewer下载 免费-微软自带的免费报

  • I-Net Clear Report Engine is an excellent tool which also can support standard HTML/CSS well. You can define rpt template by clear designer, and can create datasource to query result from database, pa

  • Microsoft.AspNetCore.ReportViewer 最近编写的ReportViewer https://www.nuget.org/packages/Microsoft.AspNetCore.ReportViewer/ PM> Install-Package Microsoft.AspNetCore.ReportViewer

  •   ⏪《上一篇》   ��《上级目录》   ⏩《下一篇》

相关阅读

相关文章

相关问答

相关文档