Crystal Report Active X Print Mode

Apr 2 2013 6:21 AM
I am using Crystal report to allow user to see and print some reports. I was using PDF as its print mode till now, but as client complaints that this takes numbers of steps to print report using pdf mode. Now I am using Active X print mode. This Causing me an issue of printing the document. Report gets load. when I click in Print image, It displays an Message box, the title of which is 'Print' but there is no other message and button to proceed further for printing the document. I m using following code for CR.

<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.


Answers (1)