Telerik 报告子报告
我从 Telerik 报告开始,所以我有一个问题。在我的报告中,我需要为每个选定的产品创建 maser 报告,在其下方我需要显示每个选定产品的详细报告。因此,当我在报告参数列表框中选择一些产品时,我会看到我的摘要报告,但不知道如何在其下方添加用户在列表框中选择的尽可能多的详细报告。感谢您的任何提示!
I'm starting with telerik reports so I have one question. In my report I need to create maser report for every chosen product and below it I need to show report for each selected product detailed. So when I chose some products in reports parameters listbox I see my summary report but don't know how to add as many detailed reports below it as user has chosen in listbox. Thanks for any hint!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Telerik 支持您需要的子报告。以下是基本步骤:
SubReport
控件。将SubReport
的Report
属性设置为您在上面创建的报表。SubReport
上的Parameters
属性,将产品从当前详细信息行传递到子报表。有关更多信息,您可以参考 Telerik 的文档, 现场演示,或API 参考。
Telerik supports subreports like you need. Here are the basic steps:
SubReport
control in the detail section. Set theReport
property of theSubReport
to the report you created above.Parameters
property on theSubReport
to pass the product from the current detail row to the subreport.For more information, you can reference Telerik's documentation, a live demo, or the API reference.