Telerik Reporting 是否支持业务对象数据源?
我需要使用业务对象来调用三层模型中的强类型表适配器。 我还需要使用 Telerik 报告,但我在网上没有看到任何示例。 我只看到了创建 Northwind 的简单选择并将报表直接连接到该选项的简单示例。 我使用的是 Telerik 2008 年第三季度的报告,我的设计师甚至看起来与我看过的视频不一样。 我有两个业务对象:boReportHeader 和 boReportLines,它们各自有 4 个方法,这些方法将从 Ui 传递参数,并需要填充报表标题和详细信息部分。 我花了一些时间尝试使用来自设计者和代码隐藏的 Telerik 报告的这些内容,但没有成功。 我原以为这会像 RadGrid 一样简单,但事实似乎并非如此。 任何人都有使用带有参数的多个业务对象数据源作为 Telerik Reporting 数据源的经验吗? 该项目的主要要求是生成一个 PDF 文件,该文件将作为 BLOB 文件存储在数据库中。 如果 Telerik Reporting 无法做到这一点,除了 Telerik Reporting 之外,还有其他工具可以推荐吗?
I have a requirement to use business objects to call strongly typed table adapters in a three tier model. I also have a requirement to use Telerik reporting, which I didn't see any examples of online. I just see simple examples of creating a simple select to Northwind and connecting the report directly to that. I am using 2008 Q3 of Telerik reporting and my designer doesn't even look the same as the videos I've seen. I have two business objects: boReportHeader and boReportLines and they each have 4 methods that will be passed parameters from the Ui and need to fill the report header and detail section. I spent some time trying to use these from Telerik reporting from both the designer and code-behind and I haven't been successful. I was assuming this would be as straight forward as the RadGrid, but it doesn't appear to be. Anyone have experience with using multiple business object data sources with parameters as a datasource for Telerik Reporting? The main requirement for this project is to generate a PDF file that will be stored in the database as a BLOB file. If this is not possible with Telerik Reporting, does anyone have another tool to suggest other than Telerik Reporting?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的你可以。 请参阅下面的代码。
最后,您在报告查看器中调用此报告。
希望这可以帮助。
莉比·乔治
Yes You can. See the code below.
Finally, You call this report in the report Viewer.
Hope this Helps.
Liby George