Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Reports in ASP.net


Message #1 by "Arti Mahendra Sharma" <artimams@h...> on Fri, 8 Nov 2002 19:24:46 +0530
Hi!

I am a new programmer in ASP.net. I wish to know how we can create reports here. Can anyone please help me?

Thanks in anticipation
Arti
  

Message #2 by "Farrell, Timothy" <Timothy.Farrell@C...> on Fri, 8 Nov 2002 09:05:27 -0500
Arti,

We made need more detail from you on your objectives.  What setup do you
have and what type of reports are you intending to generate?  For instance,
do you have SQL2000 or MA2000 and are you attempting to generate table
reports or analytical reports based on a many to one relationship etc.?

For many of the reports you will generate regardless of this information
will be dependent on DataGrids.  DataGrids allow you the flexibilty in
generating reports.  If you have VS, you may also have access to Crystal
Reports.  I know it comes with Enterprise Edition but I don't know about
other versions.

HTH,

Tim

-----Original Message-----
From: Arti Mahendra Sharma [mailto:artimams@h...]
Sent: Friday, November 08, 2002 8:55 AM
To: aspx_beginners
Subject: [aspx_beginners] Reports in ASP.net


Hi!

I am a new programmer in ASP.net. I wish to know how we can create reports
here. Can anyone please help me?

Thanks in anticipation
Arti
  





The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify us immediately
and then destroy it. 

Message #3 by "Arti Mahendra Sharma" <artimams@h...> on Fri, 8 Nov 2002 19:50:55 +0530
Hi Tim
Thanks for the prompt reply. I have SQL server 2000 as the back end. Most
reports will be analytical in nature - like the user may wish to omit a few
columns from display etc. Our development platfrom front end is ASP.net.
Also, is it possible to have graphs displayed in these reports?

Thanks a million
Arti
----- Original Message -----
From: "Farrell, Timothy" <Timothy.Farrell@C...>
To: "aspx_beginners" <aspx_beginners@p...>
Sent: Friday, November 08, 2002 7:35 PM
Subject: [aspx_beginners] RE: Reports in ASP.net


> Arti,
>
> We made need more detail from you on your objectives.  What setup do you
> have and what type of reports are you intending to generate?  For
instance,
> do you have SQL2000 or MA2000 and are you attempting to generate table
> reports or analytical reports based on a many to one relationship etc.?
>
> For many of the reports you will generate regardless of this information
> will be dependent on DataGrids.  DataGrids allow you the flexibilty in
> generating reports.  If you have VS, you may also have access to Crystal
> Reports.  I know it comes with Enterprise Edition but I don't know about
> other versions.
>
> HTH,
>
> Tim
>
> -----Original Message-----
> From: Arti Mahendra Sharma [mailto:artimams@h...]
> Sent: Friday, November 08, 2002 8:55 AM
> To: aspx_beginners
> Subject: [aspx_beginners] Reports in ASP.net
>
>
> Hi!
>
> I am a new programmer in ASP.net. I wish to know how we can create reports
> here. Can anyone please help me?
>
> Thanks in anticipation
> Arti
>
>
>
>
>
>
> The contents of this e-mail are intended for the named addressee only. It
> contains information that may be confidential. Unless you are the named
> addressee or an authorized designee, you may not copy or use it, or
disclose
> it to anyone else. If you received it in error please notify us
immediately
> and then destroy it.
>
>
>
Message #4 by "dmlegare" <dmlegare@h...> on Fri, 8 Nov 2002 09:42:13 -0500
I think you might want to explorer the many .NET reporting tools avail.
Crystal comes with VS.NET but for a full deployment license its NOT Cheap. I
have heard nothing but good things about ActiveReports.NET and its nowhere
near the cost of Crystal. The are a handful of .Net reporting tools out
there..

I would start your search with www.asp.net website to find more.

HTH
----- Original Message -----
From: "Arti Mahendra Sharma" <artimams@h...>
To: "aspx_beginners" <aspx_beginners@p...>
Sent: November 08, 2002 9:20 AM
Subject: [aspx_beginners] RE: Reports in ASP.net


> Hi Tim
> Thanks for the prompt reply. I have SQL server 2000 as the back end. Most
> reports will be analytical in nature - like the user may wish to omit a
few
> columns from display etc. Our development platfrom front end is ASP.net.
> Also, is it possible to have graphs displayed in these reports?
>
> Thanks a million
> Arti
> ----- Original Message -----
> From: "Farrell, Timothy" <Timothy.Farrell@C...>
> To: "aspx_beginners" <aspx_beginners@p...>
> Sent: Friday, November 08, 2002 7:35 PM
> Subject: [aspx_beginners] RE: Reports in ASP.net
>
>
> > Arti,
> >
> > We made need more detail from you on your objectives.  What setup do you
> > have and what type of reports are you intending to generate?  For
> instance,
> > do you have SQL2000 or MA2000 and are you attempting to generate table
> > reports or analytical reports based on a many to one relationship etc.?
> >
> > For many of the reports you will generate regardless of this information
> > will be dependent on DataGrids.  DataGrids allow you the flexibilty in
> > generating reports.  If you have VS, you may also have access to Crystal
> > Reports.  I know it comes with Enterprise Edition but I don't know about
> > other versions.
> >
> > HTH,
> >
> > Tim
> >
> > -----Original Message-----
> > From: Arti Mahendra Sharma [mailto:artimams@h...]
> > Sent: Friday, November 08, 2002 8:55 AM
> > To: aspx_beginners
> > Subject: [aspx_beginners] Reports in ASP.net
> >
> >
> > Hi!
> >
> > I am a new programmer in ASP.net. I wish to know how we can create
reports
> > here. Can anyone please help me?
> >
> > Thanks in anticipation
> > Arti
> >
> >
> >
> >
> >
> >
> > The contents of this e-mail are intended for the named addressee only.
It
> > contains information that may be confidential. Unless you are the named
> > addressee or an authorized designee, you may not copy or use it, or
> disclose
> > it to anyone else. If you received it in error please notify us
> immediately
> > and then destroy it.
> >
> >
> >
>
>
Message #5 by "Farrell, Timothy" <Timothy.Farrell@C...> on Fri, 8 Nov 2002 09:45:02 -0500
Arti,

That's correct.  You can just about do anything in .net.  What it comes down
to is choosing your poison ;).  Like I said, Crystal is packaged with
Enterprise and will allow you to do whatever Crystal is known for doing in
report generation.  However, I took a stab at using Crystal and besides the
licensing issues, I found it to be too cumbersome to figure out from a VS
perspective.  DataGrids will allow for some report flexibility as well
however, it's all you.  My experience with DG's is that you can get to basic
level very quickly.  I like the way they utilize Stored Procedures and
layout characteristics.  However, my delma with them currently is in
advanced formatting.  Turning DG's into Smart DG's where they recognize
certain columns and format them accordingly.  Nonetheless, you'll find what
you need there.

Cheers,

Tim

-----Original Message-----
From: Arti Mahendra Sharma [mailto:artimams@h...]
Sent: Friday, November 08, 2002 9:21 AM
To: aspx_beginners
Subject: [aspx_beginners] RE: Reports in ASP.net


Hi Tim
Thanks for the prompt reply. I have SQL server 2000 as the back end. Most
reports will be analytical in nature - like the user may wish to omit a few
columns from display etc. Our development platfrom front end is ASP.net.
Also, is it possible to have graphs displayed in these reports?

Thanks a million
Arti
----- Original Message -----
From: "Farrell, Timothy" <Timothy.Farrell@C...>
To: "aspx_beginners" <aspx_beginners@p...>
Sent: Friday, November 08, 2002 7:35 PM
Subject: [aspx_beginners] RE: Reports in ASP.net


> Arti,
>
> We made need more detail from you on your objectives.  What setup do you
> have and what type of reports are you intending to generate?  For
instance,
> do you have SQL2000 or MA2000 and are you attempting to generate table
> reports or analytical reports based on a many to one relationship etc.?
>
> For many of the reports you will generate regardless of this information
> will be dependent on DataGrids.  DataGrids allow you the flexibilty in
> generating reports.  If you have VS, you may also have access to Crystal
> Reports.  I know it comes with Enterprise Edition but I don't know about
> other versions.
>
> HTH,
>
> Tim
>
> -----Original Message-----
> From: Arti Mahendra Sharma [mailto:artimams@h...]
> Sent: Friday, November 08, 2002 8:55 AM
> To: aspx_beginners
> Subject: [aspx_beginners] Reports in ASP.net
>
>
> Hi!
>
> I am a new programmer in ASP.net. I wish to know how we can create reports
> here. Can anyone please help me?
>
> Thanks in anticipation
> Arti
>
>
>
>
>
>
> The contents of this e-mail are intended for the named addressee only. It
> contains information that may be confidential. Unless you are the named
> addressee or an authorized designee, you may not copy or use it, or
disclose
> it to anyone else. If you received it in error please notify us
immediately
> and then destroy it.
>
>
>




The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify us immediately
and then destroy it. 


  Return to Index