After the PDF file of the Crystal Report printmode is changed to ActiveX, the report will be printed directly, but it will always be downloaded. In the past, an ActiveX will be downloaded, but it seems that the official download will not be available! At last, I used Xunlei to put it on the server.
First download printcontrol. cab from: http://support.businessobjects.com/CRforVS2005/PrintControl.cab #
Method 1:
A Method of your own, but the installation speed is relatively slow, directly decompress printcontrol. run printcontrol. DLL is added to reference, so no <add key = "url" value = "http: // localhost/printcontrol is required. cab "/>, it seems that the absolute path is required.
Method 2:
Insert the following content in Web. config:
<Configsections>
<Sectiongroup name = "businessobjects">
<Sectiongroup name = "crystalreports">
<Section name = "printcontrol" type = "system. configuration. namevaluesectionhandler, system, version = 1.0.3300.0, culture = neutral, publickeytoken = b77a5c561934e089, custom = NULL"/>
</Sectiongroup>
</Sectiongroup>
</Configsections>