Reporting in ASP.NET with VB

  • Thread starter Thread starter Charles
  • Start date Start date
C

Charles

Hello,
I need to ad some reports (Invoicing,AR Aging) to my VB
ASP.NET project.
And would like to use stored procedures for the data
calls.
Any suggestions?
Charles
 
Can you be more specific? What kind of suggestions are you looking for?

HTH,

Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
http://www.takempis.com
Big things are made up of
lots of Little things.
 
Hello Charles,

Have you seen the samples on asp.net web site? They have samples on
Reports.
You can check them at:
http://www.asp.net/Default.aspx?tabindex=9&tabid=47
Also:
Using ASP.NET to Create Multi-Page Custom Reports
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html
/aspnetcustrep.asp

Crystal Reports for Visual Studio .NET
http://202.140.137.42/polivet/UploadDir/Article/I20034291134/crnet_web_app_p
rinting.pdf

I hope you find these web sites useful.

Thanks,
Bassel Tabbara
Microsoft, ASP.NET

This posting is provided "AS IS", with no warranties, and confers no rights.


--------------------
| From: Charles Wildner <[email protected]>
| References: <[email protected]>
| X-Newsreader: AspNNTP 1.50 (ActionJackson.com)
| Subject: Re: Reporting in ASP.NET with VB
| Mime-Version: 1.0
| Content-Type: text/plain; charset="us-ascii"
| Content-Transfer-Encoding: 7bit
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Date: Wed, 25 Jun 2003 12:38:21 -0700
| NNTP-Posting-Host: actionjackson133.dsl.frii.net 216.17.147.133
| Lines: 1
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:154887
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Questions on Reporting in ASP.NET using VB
| 1. What is the easiest way to Print ?
| ie the user will see the order in an ASP.NET page
| and there will be a button that says "Print Invoice"
| I want to generate the data from a stored procedure
| passing it only the Invoice #.
|
| a. will Crystal Reports that can with VS 2003 allow
| you to use stored procedures? if so where can I
| find an example?
| b. can I build the print process using ASP, html
| outputting to a print buffer?
|
| 2. I would like one standardized process that is flexiable enough for
| all of my printing needs in ASP.NET & VB. The user will only press the
| button. Any suggestions?
|
| Charles
|
|
|
|
|
|
| Don't just participate in USENET...get rewarded for it!
|
 
Back
Top