如何在 ActiveReports 中创建一个新页面
How can I make a new page in ActiveReports
我正在使用 ActiveReports
我想知道如何制作新页面
this.DataSource = data;
数据正在收集中。因此,它将 return 多行。我想将每个数据绘制到新页面。
请帮助我
谢谢
从您共享的代码行来看,您似乎正在使用 SectionReport。在 SectionReport 中,要在新页面上绘制每条记录,只需将 Detail 部分的 NewPage 属性 设置为 'After'。请参阅以下文档 link 了解更多信息:http://arhelp.grapecity.com/webhelp/AR11/index.html#GrapeCity.ActiveReports.v11~GrapeCity.ActiveReports.SectionReportModel.Detail~NewPage.html
我正在使用 ActiveReports
我想知道如何制作新页面
this.DataSource = data;
数据正在收集中。因此,它将 return 多行。我想将每个数据绘制到新页面。 请帮助我
谢谢
从您共享的代码行来看,您似乎正在使用 SectionReport。在 SectionReport 中,要在新页面上绘制每条记录,只需将 Detail 部分的 NewPage 属性 设置为 'After'。请参阅以下文档 link 了解更多信息:http://arhelp.grapecity.com/webhelp/AR11/index.html#GrapeCity.ActiveReports.v11~GrapeCity.ActiveReports.SectionReportModel.Detail~NewPage.html