Report program

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • groast

    #1

    Report program

    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...
  • Lebesgue

    #2
    Re: Report program

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

    "groast" <groast@discuss ions.microsoft. com> wrote in message
    news:F6AFE3F5-E5D1-4200-912E-419A95AA3901@mi crosoft.com...[color=blue]
    > 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[/color]
    form[color=blue]
    > 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[/color]
    user[color=blue]
    > can create new row for the data.
    >
    > Anyway, i'm not so sure what i'm talking about anyway. So anyone can give[/color]
    me[color=blue]
    > hint on what should be done first when i try to do such application. I'll[/color]
    try[color=blue]
    > to learn a long the way.
    >
    > Thanks...[/color]


    Comment

    • groast

      #3
      RE: Report program

      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


      Comment

      • Jeff Louie

        #4
        Re: Report program

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

        Regards,
        Jeff

        *** Sent via Developersdex http://www.developersdex.com ***

        Comment

        Working...