有关通过ASP报告的建议 [英] Advice on reporting via ASP

查看:53
本文介绍了有关通过ASP报告的建议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我最近在我的客户内联网上开发了一个Web应用程序。我们

使用ASP与Interdev 6.0和SQL服务器作为后端。


他们现在来找我,要求我开发一些可以。他们没有Crystal Reports所以

这不是一个选择。任何人都可以建议使用水晶的替代方案

报告通过网络和ASP发布动态报告吗?


提前致谢,

Jeff

解决方案

Jeff Boyer写道:

他们现在来找我,要我制作一些可以报告的报告
通过在应用程序内向下钻取来访问。他们没有Crystal Reports所以
这不是一个选择。任何人都可以建议使用水晶报告通过网络和ASP发布动态报告吗?




您不需要特殊的报告作者或报告组件。仅仅

使用ASP生成所有报告。输出是HTML,如果他们愿意,可以打印




祝你好运,

Michael D. Kersey


好的,我听到你的意思但是对于大型报道来说,总列数并不是b
分配的代码要编写?我希望我没有必要重新发明

轮。我想也许可能会有某种插件用于

Interdev或者我可以从我的页面调用的第三方应用程序。


Jeff

" Michael D. Kersey" < MD ****** @ hal-pc.org>在消息中写道

news:uv ************** @ tk2msftngp13.phx.gbl ...

Jeff Boyer写道:< blockquote class =post_quotes>他们现在来找我,要求我开发一些可以通过在应用程序中向下钻取来访问的报告。他们没有Crystal
报告所以这不是一个选择。任何人都可以建议使用
水晶报告来通过网络和ASP发布动态报告吗?



您不需要特殊的报告编写者或报告组件。仅使用ASP生成所有报告。输出是HTML,如果他们愿意,他们可以打印。

好运,
Michael D. Kersey



" Jeff Boyer"写道:

好的,我听到你的意思,但对于大型报道,总列数并不是要编写的代码分配?
所以,你的应用程序只显示数据,他们不想让我们可信赖的计算器鞭打

来添加列?


for i = 0 to ubound(arr)

sometotal = sometotal + arr(i)

next

reponse.write sometotal


看起来不是很多。

我希望我没有必要重新发明
轮。我想也许可能会有某种插件用于
Interdev或者我可以从我的页面调用的第三方应用程序。




你写的自定义应用。我怀疑你会找到一个不需要定制的插件,虽然Crystal Reports确实有一个ASP插件。


-

Roland


这些信息的分发是希望它有用,但

没有任何保证;甚至没有适销性的暗示保证

或特定用途的适用性。


Hello everyone,

I have recently developed a web application across my clients intranet. We
used ASP with Interdev 6.0 and SQL server as the backend.

They have now come to me asking me to develop some reports that can be
accessed via a drill down within the app. They don''t have Crystal Reports so
this is not an option. Can anyone suggest an alternative to using crystal
reports to publish dynamic reports via the web and ASP?

Thanks in advance,
Jeff

解决方案

Jeff Boyer wrote:

They have now come to me asking me to develop some reports that can be
accessed via a drill down within the app. They don''t have Crystal Reports so
this is not an option. Can anyone suggest an alternative to using crystal
reports to publish dynamic reports via the web and ASP?



You don''t need a special report writer or reporting component. Merely
generate all reports using ASP. The output is HTML, which they can print
if they wish.

Good Luck,
Michael D. Kersey


Ok, I hear what your saying but for large reports that total columns isn''t
that allot of code to write? I was hoping I didn''t have to re-invent the
wheel. I thought maybe there might be some sort of plugin to use with
Interdev or maybe a third party application I could call from my page.

Jeff
"Michael D. Kersey" <md******@hal-pc.org> wrote in message
news:uv**************@tk2msftngp13.phx.gbl...

Jeff Boyer wrote:

They have now come to me asking me to develop some reports that can be
accessed via a drill down within the app. They don''t have Crystal Reports so this is not an option. Can anyone suggest an alternative to using crystal reports to publish dynamic reports via the web and ASP?



You don''t need a special report writer or reporting component. Merely
generate all reports using ASP. The output is HTML, which they can print
if they wish.

Good Luck,
Michael D. Kersey



"Jeff Boyer" wrote:

Ok, I hear what your saying but for large reports that total columns isn''t
that allot of code to write? So, your application only displays data and they don''t want to have to whip
our their trusty calculators to add up the columns?

for i = 0 to ubound(arr)
sometotal = sometotal + arr(i)
next
reponse.write sometotal

Doesn''t seem like a lot.
I was hoping I didn''t have to re-invent the
wheel.
I thought maybe there might be some sort of plugin to use with
Interdev or maybe a third party application I could call from my page.



You wrote a custom app. I doubt you''ll find a plugin that will not have to
be customized, although Crystal Reports does have an ASP plugin.

--
Roland

This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose.


这篇关于有关通过ASP报告的建议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆