Printing Question

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

Hi

I have written an entire module in .NET printing using a PrintDocument but
now the users complain that they want something like .lay files that will
allow them to change the layout of the printed document.
Is there any tool that can be attached to .NET which has a similar function?

Thank you,
Samuel Shulman
 
Hi Samuel
Sincerely, I am not familiar with this .lay stuff, but I have seen that
there are at least 3 kinds of files that can take this extension. It's
clear however you mean a "layout" file, which specifies the page
layout.

I guess (just a hope) it should not too difficult to parse this file,
which probably is some plain text description - or xml (?) - and to
load the appropriate settings into the "PageSettings" object before
printing.

Can you provide a sample of this .LAY file. Or * much better * a
pointer to the relative specification?

-tom

Samuel Shulman ha scritto:
 
Hi Samuel
Sincerely, I am not familiar with this .lay stuff, but I have seen that
there are at least 3 kinds of files that can take this extension. It's
clear however you mean a "layout" file, which specifies the page
layout.

I guess (just a hope) it should not too difficult to parse this file,
which probably is some plain text description - or xml (?) - and to
load the appropriate settings into the "PageSettings" object before
printing.

Can you provide a sample of this .LAY file. Or * much better * a
pointer to the relative specification?

-tom

Samuel Shulman ha scritto:

Why not let they have access to .RPT files (Crystal Report) They can
change the report all they want and you have built in access in vb.net.

Chris
 
Back
Top