且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在运行时在VB.net 2008中使用CRAXDRT设计报表

更新时间:2023-01-20 19:46:41

设计Crystal Reporting Runtime
这不是直截了当的,您必须编写一些代码.它本身就是一个不错的项目.

为此,请执行以下步骤:
1.从您的代码中打开Crystal desginer.使用Process类启动它
2.在其中打开一个新的或现有的报告
3.现在,用户可以根据需要进行设计
4.将报告保存在设计器关闭处或保存按钮,无论您要在何处
5.立即在您应用的报告查看器中显示设计的报告

尝试!


如果需要,请查看以下文章以在运行时显示报告:
动态Crystal报表查看 [具有C#的动态Crystal报表 [ C#Crystal Reports逐步 [ .NET中的Crystal Reports简介 [
design Crystal Report a Runtime
This is not straight forward and you have to write some amount of code. It''s a decent project in itself.

For this, steps:
1. Open crystal desginer from your code. Launch it using Process class
2. Open a new or exisiting report in it
3. Now, users can design as they want
4. Save the report on close of desginer or save button wherever you want to
5. Show the designed report in the report viewer of your app now

Try!


If needed, have a look at these articles to show report at runtime:
Dynamic Crystal Reports Viewing[^]
Dynamic Crystal Report with C#[^]
C# Crystal Reports step by step [^]
Introductions to Crystal Reports in .NET[^]