Skip to main content

[Migrated content. Thread originally posted on 20 February 2006]

Good Afternoon,

I saw in the sample programs that when you generate a report and send it to print, a preview is opened. I think is the acubenchprint.dll that do this. Is correct?

There is some way to open it manually? i mean, what type of file it reads, how i can open it, the runtime must have a way to use it if it is the one used.

Thank you

[Migrated content. Thread originally posted on 20 February 2006]

Good Afternoon,

I saw in the sample programs that when you generate a report and send it to print, a preview is opened. I think is the acubenchprint.dll that do this. Is correct?

There is some way to open it manually? i mean, what type of file it reads, how i can open it, the runtime must have a way to use it if it is the one used.

Thank you
There are paragraphs created by the report composer, print preview just being one of these paragraphs. Once the report has be printed (or written to disk), you have the option of viewing it with any editor of control that can parse HTML. The preview function use Internet Explorer to open the HTML file, but you can programatically use anything you want.