Report program

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm trying to create a simple program that can create report using the VS
C#. But since i'm new in c# hence i got a lot of confusion.

Is there any suggestion or even better an example of such code ? I'm
thinking that the area where the user manipulate the report should be a form
which is a member of my main form ( my main application ).

But how do I create field in a form for user to insert label, or where user
can create new row for the data.

Anyway, i'm not so sure what i'm talking about anyway. So anyone can give me
hint on what should be done first when i try to do such application. I'll try
to learn a long the way.

Thanks...
 
Try Crystal Reports, which has a "report designer" and provides report
viewer control as well.
Crystal Reports is a part of VS.NET distribution
 
Hi,

So, if i use the crystal report designer, can i just take the design and
graphical interface only ? So that i can implement the data relation with
database of my choice later in the development ?

regards
 
Personally I think Windows Forms should include printable controls. Then
printing would be a slam dunk.

Regards,
Jeff
 
Back
Top