Watch on youtube:
Replace the following
<CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server"
AutoDataBind="true" />
With
<CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server"
AutoDataBind="true" HasDrilldownTabs="False" />
Basically, you have to set HasDrillDownTabs property to false
No comments:
Post a Comment