how to connect crystal report with vb.net ?
Answer Posted / dinesh sharma
Follow These Steps:
Click on Project menu
-->then Click Add New Item
-->Choose Crystal Report
-->Give the name of the report that you want to give
-->Click on Add Report
and also
-->Click Add New Dataset(.XSD File)
-->Right Click on That File Add Table Adapter
-->Make Connection and Write The Query and Follow The Step
as Come In Wizard
-->The In Blank Report Go Field Explore
-->DataBase Fields and Chose ADO.NET Dataset it The Table
you have Create in Dataset
-->Now Drag and Drop it in You Reports
| Is This Answer Correct ? | 13 Yes | 13 No |
Post New Answer View All Answers
What is sealed class?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
How many classes a dll can contain?
Which class allows an element to be accessed using unique key?
What are the features present in vb 2005?
Explain private assembly?
What is the feature anonymous type?
What is globalization?
List the two main parts of .net?
Tell me which namespace are used for accessing the data?
Is vb.net a programming language?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
What is the difference between datagrid and gridview?
Can you please explain the difference between namespace and assembly?