C# 在FastReport导出中,如PDF、Excel、rtf等。并非所有页面都不导出数据

C# 在FastReport导出中,如PDF、Excel、rtf等。并非所有页面都不导出数据,c#,fastreport,C#,Fastreport,当我以PDF、Excel、rtf等任何格式导出数据时,它的导出工作正常,但并非所有导出的页面只有5页正在导出。请帮我一下 WebReport webReport = new WebReport() webReport.Width = Unit.Percentage(100) string report_path = Path.Combine(Server.MapPath("~"), "FastReport\\"); System.Data.DataSet dataSet = new System

当我以PDF、Excel、rtf等任何格式导出数据时,它的导出工作正常,但并非所有导出的页面只有5页正在导出。请帮我一下

WebReport webReport = new WebReport()
webReport.Width = Unit.Percentage(100)
string report_path = Path.Combine(Server.MapPath("~"), "FastReport\\");
System.Data.DataSet dataSet = new System.Data.DataSet();
webReport.Report.Load(report_path + "Transactions.frx");
ViewBag.WebReport = webReport;

在任何选项中都有允许导出所有页面的选项。

@Dhaval Soni,可能您正在使用演示版的
快速报告。
Fast Report的演示版
只允许导出5页,最好您可以选择高级版:

hi@sebu我已经购买了许可证密钥,但是您知道在哪里添加密钥吗?@DhavalSoni,有关Fast Report的支持,请访问hi@sebu。非常感谢您帮助我解决此问题。我们解决了这个问题。