Results 1 to 3 of 3

Thread: How do i make a reporting system from my database?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2007
    Posts
    208

    Thumbs up How do i make a reporting system from my database?

    I am a beginner to C#, i have a database( sql server 2005), my database has a table: CustomerListTable.

    now i want to display the customer tables in tabular form in windows form application. not in datagridview, just in windows that has printview and print application, so what is the best method to develop it?
    just i need a report of the customer lists, so how do i do that reports?

    please i need a help and any good sites that shows me that applications

    your help please.

  2. #2
    Hyperactive Member Cyb3rH4Xter's Avatar
    Join Date
    May 2009
    Location
    Sweden
    Posts
    449

    Re: How do i make a reporting system from my database?

    Don't understand exactly what you want to do, could you explain yourself more? You want to fetch data from a table and then display it in a windows form?
    If you don't want to use the datagridview I would recommend the listview.

  3. #3
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,493

    Re: How do i make a reporting system from my database?

    Do you mean a printed report? Something in a datagrid on a form (or web page)?
    Sometimes the Programmer
    Sometimes the DBA

    Mazz1

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width