我每天使用 CR 2008 v 12 开发者版本。 在 Crystal 语法中报告、 子报告和函数。 组合和摘要。 以及所有爵士乐。 所有爵士乐都通过宇宙层输入 SQL 数据库 。
然而,当我遇到问题时,我看到SO和其他地方的线索,这听起来好像我使用了完全不同的程序。说实话,我不知道要问什么具体问题,但有人能解释真正的CR潜力吗?我只是通过它输出/安排PDF。ASP/C#如何发挥作用?我可以将报告与PHP接口吗?
我每天使用 CR 2008 v 12 开发者版本。 在 Crystal 语法中报告、 子报告和函数。 组合和摘要。 以及所有爵士乐。 所有爵士乐都通过宇宙层输入 SQL 数据库 。
然而,当我遇到问题时,我看到SO和其他地方的线索,这听起来好像我使用了完全不同的程序。说实话,我不知道要问什么具体问题,但有人能解释真正的CR潜力吗?我只是通过它输出/安排PDF。ASP/C#如何发挥作用?我可以将报告与PHP接口吗?
首先, ASP.NET (C#, VB 等) 启动是因为 Crystal 提供. Net 组件, 以便您通过代码手动操作水晶报告。 应该指出的是, 水晶报告 IDE 中的所有您能做的, 并不是都可以通过代码完成, 因为代码已经暴露了一切( 例如, 有些设置您需要通过 IDE 来设置您无法从程序上完成的报告) 。
例如,我使用与Crystal的.Net组件, 因为他们的查看器在网络上部署时不为我工作(我们有定制的安全模式与一个非常特别的活动目录结合)。 我们还在自己的负载平衡模块中构建了能够决定报告运行地点的平衡模块。. Net组件将允许您在网上请求中以程序方式做一些诸如阅读参数、 设定参数、 导出到文件或 HTTP 响应流、 运行时更改连接信息、 运行时更改数据库信息等等。 也许您想要写您自己的调度引擎, 因为安全需要, 您可以使用这些来做到这一点 。
我们需要从申请中产生1099r份IRS报告,我们已决定用晶报告编写这份报告。 很奇怪的是,任何人都这样做了,如果是,可以......
I m using Visual Studio 2005 and writing in VB.NET. I have a subreport in a Crystal Reports report consisting of a list of log entries. Sometimes the list of log entries is long enough that it would ...
We have a newly documented feature request, from sales and support, to integrate Crystal Reports into our LAMP product. (It s more like LAPP, really, with Postgres and PHP.) I have to admit, ...
I would like to show total number of records at the end of the page using Crystal Reports. If there are no records I would like to display the count as 0.
i have to crystal report made from Dataset,and we have to one formula field i wrote Add() but that formula field show cancatination like 10+20=1020 i realize they need to convert that field in sight ...
Is there a way to craft a hyperlink that connects to a Crystal Report or Webi within Infoview? Ideally, unauthenticated users would be challenged with Infoview security and then redirected to the ...
I have a big xml file (65 Mo) that I need to feed to a Crystal Report XI. My problem is that I tried running the report and it takes forever to display a single page (about 15 minutes a page). I still ...
I have created a crystal report in VS 2005 using the wizard. In the report I have created an OLE DB connection to a server which has a database student . Now I need to run this report on another ...