How do we access crystal reports in .NET? - .NET crystal reports

How do we access crystal reports in .NET?

When crystal reports are integrated with .NET, data can be accessed using ODBC drivers, ADO drivers, database files like excel, xml etc. Accessing data from data sources like ODBC drivers is called as the pull technology. In pull method, a built in wizard is used to select source to pull data from and the tables and fields are then selected to use in the report. In push method data set is created at run time and passed to the report.
Various components in crystal reports - .NET crystal reports
DOT.NET - When .NET application uses crystal reports, the following components are required....
Steps to display a simple report in crystal - .NET crystal reports
DOT.NET - Crystal reports offer a report designer. First, select specific rows and columns from a table...
Components and capabilities of the .NET Compact Framework
Some of the components and capabilities of .NET CF: Supports garbage collection, Has various controls along with supported properties, methods and events.....
Post your comment