Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. printing capability

printing capability

Scheduled Pinned Locked Moved C#
question
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Ryan Minor
    wrote on last edited by
    #1

    Hi All Most applications need the ability to print reports of one sort or another. Printing classes are tedious and difficult to program. I am wondering: what do people on here do when you need printing capabilites (for reports etc)?

    D M R 3 Replies Last reply
    0
    • R Ryan Minor

      Hi All Most applications need the ability to print reports of one sort or another. Printing classes are tedious and difficult to program. I am wondering: what do people on here do when you need printing capabilites (for reports etc)?

      D Offline
      D Offline
      dan sh
      wrote on last edited by
      #2

      Ryan Minor wrote:

      Printing classes are tedious and difficult to program.

      Initially one might feel that way but not once you get hold of them.

      Ryan Minor wrote:

      what do people on here do when you need printing capabilites (for reports etc)?

      Depends on the need. Use crystal reports or SSRS if possible or else go with the Printing classes available.

      50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!

      B 1 Reply Last reply
      0
      • R Ryan Minor

        Hi All Most applications need the ability to print reports of one sort or another. Printing classes are tedious and difficult to program. I am wondering: what do people on here do when you need printing capabilites (for reports etc)?

        M Offline
        M Offline
        MumbleB
        wrote on last edited by
        #3

        Like d@nish says, it could be a daunting task at the begining but once you have written it once you can re-use it over and over again all the time. I wroyte my own some time ago when I needed one and I just add the class into my new projects now. Took a while to get it written but once I got it working it is great.

        Excellence is doing ordinary things extraordinarily well.

        1 Reply Last reply
        0
        • R Ryan Minor

          Hi All Most applications need the ability to print reports of one sort or another. Printing classes are tedious and difficult to program. I am wondering: what do people on here do when you need printing capabilites (for reports etc)?

          R Offline
          R Offline
          Ravi Bhavnani
          wrote on last edited by
          #4

          I cheat by spitting out a beautifully formatted temporary HTML file and invoking the print verb on it, as shown in this[^] freebie I wrote. /ravi

          My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

          1 Reply Last reply
          0
          • D dan sh

            Ryan Minor wrote:

            Printing classes are tedious and difficult to program.

            Initially one might feel that way but not once you get hold of them.

            Ryan Minor wrote:

            what do people on here do when you need printing capabilites (for reports etc)?

            Depends on the need. Use crystal reports or SSRS if possible or else go with the Printing classes available.

            50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!

            B Offline
            B Offline
            Ben Fair
            wrote on last edited by
            #5

            I go with SSRS, it has all the functionality built-in that we need for all the projects I've worked on. It's also nice to have a separate Report project and be able to develop the Reports in VS2005.

            Hold on a second here... Don't you think you might be putting the horse ahead of the cart?

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups