请报告建议 [英] Report recommendations please

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

问题描述

我正在编写一个VB2005程序,需要生成一些打印的

输出,包括一个主表。目前我正在做这个输出

只是作为一个文本文件,它运行良好,允许通过

打印,例如NotePad,但有几个重要的改进我想要添加:每页一个或多个图像,理想情况下,一些稍微好一点的b / b
更好地控制输出的外观,即使用颜色,

不同的字体等


至关重要的是,输出的结构和内容不会被知道

直到运行时。


我的困境是我想要比现在更好地控制输出

但是我不想花很多时间学习如何使用Crystal

之类的主要报告工具进行运行时设计(我现在几乎一无所知)。但我的印象是

试图使用

本机VB2005命令控制合理详细的打印将是一个漫长而耗时的工作

方法也是。


所以,我的问题是,是否有任何基本的报告控制

任何人都可以推荐可能会限制其功能,但是

是否适用于运行时报告定义?


(理想情况下,输出PDF会很好,但这将是一个

很高兴。)

解决方案

我使用DevExpress控件,其中包含一个报表生成器

使用极其简单,功能非常强大。您可能会或可能不会
有第三方工具的预算,但如果是这样,那就值得一看。


这是一个链接直接到他们的报告解决方案:
http:// www .devexpress.com / Products / N ... s / XtraReports /

请注意,我与Developer Express无关。我只是一个满意的用户。


" John Dann" < ne ** @ prodata.co.ukwrote in message

新闻:cm ************************** ****** @ 4ax.com ...


我正在写一个需要生成一些打印的VB2005程序

输出,包括主表。目前我正在做这个输出

只是作为一个文本文件,它运行良好,允许通过

打印,例如NotePad,但有几个重要的改进我想要添加:每页一个或多个图像,理想情况下,一些稍微好一点的b / b
更好地控制输出的外观,即使用颜色,

不同的字体等


至关重要的是,输出的结构和内容不会被知道

直到运行时。


我的困境是我想要比现在更好地控制输出

但是我不想花很多时间学习如何使用Crystal

之类的主要报告工具进行运行时设计(我现在几乎一无所知)。但我的印象是

试图使用

本机VB2005命令控制合理详细的打印将是一个漫长而耗时的工作

方法也是。


所以,我的问题是,是否有任何基本的报告控制

任何人都可以推荐可能会限制其功能,但是

是否适用于运行时报告定义?


(理想情况下,输出PDF会很好,但这将是一个

很高兴。)



John Dann写道:


我正在写一个VB2005程序,需要生成一些打印的

输出,包括一个主表。目前我正在做这个输出

只是作为一个文本文件,它运行良好,允许通过

打印,例如NotePad,但有几个重要的改进我想要添加:每页一个或多个图像,理想情况下,一些稍微好一点的b / b
更好地控制输出的外观,即使用颜色,

不同的字体等。



如何使用HTML构建它,为零预算选项?

Andrew


On Mon,2007年1月29日08:00:03 -0800,Matt F

< mf****************@nospam.nospamwrote:


>我使用包含报告生成器的DevExpress控件这是非常简单易用的,非常强大...



谢谢你 - 我会仔细看看,


只是为了澄清 - 是的,相对便宜(最多

I''m writing a VB2005 program that needs to generate some printed
output, including a main table. At present I''m doing this output
simply as a text file, which works well enough to allow printing via
eg NotePad, but there are a couple of important refinements that I''d
like to add: one or more images per page and, ideally, some slightly
better control over the appearance of the output, ie use of colour,
different fonts etc.

Crucially, the structure and content of the output won''t be known
until runtime.

My dilemma is that I want only somewhat better control over the output
than at present but I''d prefer not to spend many hours learning how to
do run-time design with one of the major reporting tools like Crystal
(which I know next to nothing about right now). But my impression is
that trying to control reasonably detailed printing using just the
native VB2005 commands is going to be a lengthy and time-consuming
approach also.

So, my question is whether there is any basic reporting control that
anyone can recommend that might be limited in its capabilities, but is
nonetheless suitable for run-time report definition?

(Ideally it would be good to have PDF output but this would be a
nice-to-have.)

解决方案

I use the DevExpress controls which include a report generator which is
extremely simple to use and is extremely powerful. You may or or may not
have a budget for 3rd party tools, but if so, it''s worth a look.

Here is a link directly to their reporting solution:
http://www.devexpress.com/Products/N...s/XtraReports/

Note that I am in no way associated with Developer Express. I''m just a
satisfied user.

"John Dann" <ne**@prodata.co.ukwrote in message
news:cm********************************@4ax.com...

I''m writing a VB2005 program that needs to generate some printed
output, including a main table. At present I''m doing this output
simply as a text file, which works well enough to allow printing via
eg NotePad, but there are a couple of important refinements that I''d
like to add: one or more images per page and, ideally, some slightly
better control over the appearance of the output, ie use of colour,
different fonts etc.

Crucially, the structure and content of the output won''t be known
until runtime.

My dilemma is that I want only somewhat better control over the output
than at present but I''d prefer not to spend many hours learning how to
do run-time design with one of the major reporting tools like Crystal
(which I know next to nothing about right now). But my impression is
that trying to control reasonably detailed printing using just the
native VB2005 commands is going to be a lengthy and time-consuming
approach also.

So, my question is whether there is any basic reporting control that
anyone can recommend that might be limited in its capabilities, but is
nonetheless suitable for run-time report definition?

(Ideally it would be good to have PDF output but this would be a
nice-to-have.)



John Dann wrote:

I''m writing a VB2005 program that needs to generate some printed
output, including a main table. At present I''m doing this output
simply as a text file, which works well enough to allow printing via
eg NotePad, but there are a couple of important refinements that I''d
like to add: one or more images per page and, ideally, some slightly
better control over the appearance of the output, ie use of colour,
different fonts etc.

How about constructing it with HTML, for the zero-budget option?

Andrew


On Mon, 29 Jan 2007 08:00:03 -0800, "Matt F"
<mf****************@nospam.nospamwrote:

>I use the DevExpress controls which include a report generator which is
extremely simple to use and is extremely powerful...

Thanks for that - I''ll take a closer look,

Just to clarify - yes a relatively inexpensive (up to


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

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