Crystal Reports For Visual Studio .NET
#1

Crystal Reports For Visual Studio .NET

[attachment=18009]
Introduction
Crystal Reports for Visual Studio .NET supports reports that access ADO.NET datasets.
You can create an ADO.NET dataset from a variety of sources. Whatever the source is,
before you can report off an ADO.NET dataset, you must first generate an object for the
dataset. Subsequently, you can use a Report Expert in Crystal Reports for Visual Studio
.NET to create a new report based on the data description provided by the dataset object.
A dataset object generated with the Visual Studio ADO.NET Dataset Designer contains only
the data description, and not the actual data. Consequently, when working with a report
connected to such a dataset object, you cannot browse field data in the Crystal Report
Designer at design time.



Creating a Dataset Object from a Database
You can create an ADO.NET dataset from various data sources (including Access, Oracle,
and SQL Server databases) by using the Visual Studio ADO.NET Dataset Designer. The
ADO.NET Dataset Designer shows a graphic view of the database with its tables, its fields,
and their corresponding types. You can drag tables from the Server Explorer to a schema
file in the DataSet tab of the Designer. In this walkthrough, you will create a schema file for
the project, ADONETWalkthrough, based on the Access sample database, xtreme.mdb,
which has been automatically installed during setup at c:\Program Files\Microsoft Visual
Studio .NET\Crystal Reports\Samples\Database (assuming c: is the drive where Visual
Studio .NET has been installed).


Setting Up an ADO.NET Report in a Web Forms
Viewer

To specify xtreme.mdb as the database and bind CustomerSales.rpt to a Web
Forms Viewer
1. Highlight WebForm1.aspx in the Solution Explorer. Then click the View Code icon.
This opens the source file for the Web Form, WebForm1.aspx.cs.
2. In WebForm1.aspx.cs, type at the beginning of the namespace definition:
using System.Data.OleDb;
3. At the beginning of the class definition for WebForm1, type:
public CustomerSales oRpt = null;
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: seminar reports on home area net work, ado net seminar reports, studio max free download, medical store management system using visual studio 2008, visual studio sequence diagram, open c project visual studio, lucent vision studio,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Microsoft’s Visual Studio.NET seminar details 0 842 11-06-2012, 05:26 PM
Last Post: seminar details
  NET-BANKING details seminar details 0 1,025 09-06-2012, 04:40 PM
Last Post: seminar details
  Evaluating Existing Audio CAPTCHAs and an Interface Optimized for Non-Visual Use seminar details 0 900 08-06-2012, 06:00 PM
Last Post: seminar details
  .NET Tutorial for Beginners project uploader 0 1,036 08-06-2012, 01:01 PM
Last Post: project uploader
  VISUAL CREPTOGRAPHIC STEGNOGRAPHY IN IMAGES seminar details 0 658 05-06-2012, 02:12 PM
Last Post: seminar details
  Visual Basic Programming seminar details 0 916 05-06-2012, 01:52 PM
Last Post: seminar details
  Tutorial: Programming in Visual Basic 6.0 seminar paper 0 878 03-03-2012, 02:27 PM
Last Post: seminar paper
  different net work seminar paper 0 670 02-03-2012, 02:47 PM
Last Post: seminar paper
  .NET interview question seminar paper 0 832 02-03-2012, 02:10 PM
Last Post: seminar paper
  liquid-crystal displays (LCDs) seminar addict 0 699 31-01-2012, 12:10 PM
Last Post: seminar addict

Forum Jump: