My Personal Blog's
Posts tagged crysta report with dataset
Connecting Crystal Report ASP.NET using Dataset
Jun 5th
Do you have so many problems with user logon database when you try to connecting asp.net to crystal report using SQL Server 2005 store procedure or table.
By using dataset, you dont have to worries about connection to sql server in crystal report.
First, you need to add or create new item of dataset object. Dataset object format as .xsd
Inside the dataset object, right click and add new datatable, after that right click on datatable and add column.
You can set the datatype as well.
Read the rest of this entry »




