Question:

In C# how to make crystal report in window application?

by Guest59033  |  earlier

0 LIKES UnLike

and tool is sql

 Tags:

   Report

2 ANSWERS


  1. normally there is plug-in support for your compiler to integrated crystal reports or you can seed parameters to an existing report once you create the template and call it from your program. see if this helps: http://aspalliance.com/1297_Displaying_C...


  2. You have not specified which tool you are using (inbuilt "S.Q.L"  or

    "M.S. Access" )

    Suppose you are using "Ms Access" as back-end tool then it is very simple

    First of all you have to right click on ur application in solution explorer..

    then click on add new item. Now select Crystal Report as a new item.

    Now select "Using the report wizard" then OK...

    Now click on Create New Connection-> Database files->find files(double click)... and select the database file from which you want to retrieve data.

    Now, select every table you want to show.

    and click next and next. Then click on finish.

    now add a new component "Crystal Report Viewer" in the form,  in which you want to show your crystal report. Now right click the  crystal report viewer and select properties. There is a property named "Report Source" Go there and select the crystal report in which you have set the database.

    Now run the project and open this crystal report container form. Observe the report and if you want to change anything (particular information location) then you can that by double clicking on Crystal Report in the solution explorer. Then change the locations using mouse... and enjoy!!!

    Best of luck... if any query then you can again ask me..

    (same way you can do for S.Q.L )

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions