Printing Question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Samuel Shulman

    #1

    Printing Question

    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



  • tommaso.gastaldi@uniroma1.it

    #2
    Re: Printing Question

    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 "PageSettin gs" 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:
    [color=blue]
    > 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[/color]

    Comment

    • Chris

      #3
      Re: Printing Question

      tommaso.gastald i@uniroma1.it wrote:[color=blue]
      > 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 "PageSettin gs" 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:
      >
      >[color=green]
      >>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[/color]
      >
      >[/color]

      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

      Comment

      Working...