-->

22 December 2019

Crystal Reports Change or Replace Existing DataTable

  Asp.Net CS By Example       22 December 2019

  How to Change or Replace Existing Database table in Crystal Reports:
   In this post I will explain how to change existing datatable of crystal reports example in asp.net.

Step 1: Now In Crytal Report:
   => Right Click On Database Filed
   => Select 'Set Datasource Location'
   => Right Click On 'Project Data'
   => Click On 'Refresh'
   => Now Expand 'Project Data' Option.
   => Expand 'ADO.NET Dataset'.
   => Select Which Dataset we want to Link.
   => Click On Both dataset of Crytal and Project.
   => Click On 'Update' Button.
   => Now Click on 'Close' Button.

Step 2: Now In Crytal Report.
   => Right Click On Database Filed
   => Select 'database Expert'
   => Now Select the database name which we have replace or changed
     with another datatable that 'name' Set by selecting current dataset .
   => Click On 'Rename' or (ShortCut Key 'F2') . Set New Name for Datatable.
   => Now Click on 'Close' Button.


By Doing above step we can change existing datatable in crystal report.


Output:

logoblog

Thanks for reading Crystal Reports Change or Replace Existing DataTable

Previous
« Prev Post