<CR:CrystalReportViewer ID="CrystalReportViewer1" BestFitPage="true" DisplayPage="true" ShowAllPageIds="true" ToolPanelView="None"
BorderWidth="0" runat="server" AutoDataBind="True" HasCrystalLogo="False" HasExportButton="False" PrintMode = "ActiveX"
HasRefreshButton="True" HasToggleParameterPanelButton="false"
GroupTreeImagesFolderUrl="" ToolbarImagesFolderUrl="" HasSearchButton="false" HasToggleGroupTreeButton="false" EnableViewState="true" HasDrilldownTabs ="False"
ReuseParameterValuesOnRefresh="false" /> Some one plzz help with the answer to fix this problem.
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
zanyar ebrahimiPosted May 5, 2017, 3:43 PM
Set the print mode of the crystal report viewer to ActiveX.
CrystalReportViewer1.PrintMode = CrystalDecisions.Web.PrintMode.ActiveX