简体   繁体   English

没有记录的Crystal Reports(可能吗?)

[英]Crystal Reports without Records (is it possible?)

I've been developing an application using asp.net, Visual Studio 2010 and Crystal Reports 13. I need to develop a cover for some documents in crystal reports and the question is, if is there any way to develop it without passing a collection or a dataset to my report? 我一直在使用asp.net,Visual Studio 2010和Crystal Reports 13开发一个应用程序。我需要为水晶报表中的一些文档开发一个封面,问题是,如果有任何方法可以开发它而不通过集合或我报告的数据集? I mean, I designed my report in crystal reports 13 (in header and detail sections) and using some ITextObject in my report to fill information. 我的意思是,我在水晶报告13(标题和详细信息部分)中设计了我的报告,并在报告中使用了一些ITextObject来填充信息。 I want to fill it with my values (by my webform), is it possible ? 我想用我的价值填充它(通过我的网络表格),这可能吗?

Should I develop everything in header section to show it on crystal ? 我应该在标题部分开发所有内容以在水晶上显示它吗?

It's only one page (cover). 它只有一页(封面)。

Thank you! 谢谢!

是的,根据我的理解,您应该将所有未绑定的控件放在未绑定的部分(如页眉或页脚)中,因为中间的可绑定部分仅在数据集中有项目时呈现,甚至多次呈现,具体取决于结果集和报表布局。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 显示前5条记录(Visual Studio的晶体报告) - Show top 5 records (Crystal reports for Visual Studio) 是否可以禁用 Crystal Reports 上的“打印”和“导出”按钮? - Is it possible to disable 'Print' and 'Export' buttons on Crystal Reports? Crystal Reports不显示数据库中的记录,仅显示列 - Crystal Reports is not showing records from the database, only the columns 在向报表添加参数时,Crystal Reports未选择任何记录 - Crystal Reports not selecting any records when I add a parameter to the report 使用ASP.Net显示多页记录的Crystal报表 - Crystal reports Showing Multiple pages of records using ASP.Net 是否可以从Crystal Reports的web.config中读取密钥? - Is it possible to read key from web.config from Crystal Reports? 将Crystal Reports导出为PDF,是否可以禁用“保存”功能 - Exporting Crystal Reports to PDF, is it possible to disable Save functionality 是否可以将Crystal Reports添加到目标4.6的.NET Core应用中 - Is it possible to add Crystal Reports into .NET Core app targetting 4.6 是否可以在同一服务器上运行多个版本的Crystal Reports运行时? - Is Possible to Run Multiple Versions of Crystal Reports Runtime on the Same Server? 如何在没有凭据的情况下在Web查看器中加载Crystal报表? - How can I load crystal reports in web viewer without credentials?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM