User-1473620981 posted
I too facing the same issue.
Please find below the code for crystal report viewer:
<%@ Register Assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" Namespace="CrystalDecisions.Web" TagPrefix="CR" %>
<CR:CrystalReportViewer ID="crvMain" runat="server" AutoDataBind="true" ToolPanelView="None" />
In CS file, we are binding the datasource and not doing any changes to settings.
Thanks in advance.