Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I'm sure if this is not the correct place it will be moved :)

 

If I was creating an application that needed to print out invoices, would it be better to use VB.NET to draw and print the invoice, or much simplier to use crystal reports and format it that way?

 

I have a small side business and I am going to attempt to create my own application to track sales, inventory, repair tickets and anything in between. I would like to use it to print nice invoices, purchase orders, and any other paper work needed.

 

Any ideas? Sorry if this was put in the wrong place.

"Nobody knows what I do until I stop doing it."
Posted

I'll Quote an article found at the MSDN help:

 

"Crystal Reports for Visual Studio .NET provides a comprehensive reporting solution for .NET developers that is thoroughly integrated with both the Visual Studio .NET IDE and the .NET Framework. Crystal Reports supports ADO.NET, XML Web Services, and ASP.NET server controls and caching. It also integrates seamlessly with the Visual Studio Windows Server 2003 Explorer, toolbox, and design environment. It has a rich programming model and flexible options for customizing and deploying reports."

 

[mshelp]ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.3082/dnmag02/html/Crystal.htm[/mshelp]

I've been working with .Net for a short time, but have found CR to be an easy to use and very powerful tool for designing reports. The support for ADO.Net makes it even simpler, as you only need to fill a Dataset and send it to your report to make it have your working data.

 

So I would say go with CR :).

 

But anyway, that's just my opinion

  • 1 month later...
Posted
Damn. I wish there was a way to work around that. I already have a whole bunch of nicely designed Cyrstal Reports and it is a shame not to be able to use them with my program.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...