SAP Crystal Reports Viewer does not display in browser

前端 未结 7 591
忘了有多久
忘了有多久 2021-02-02 04:48

I own a ASP.NET web project with framework 4.5. Is installed and implemented an SAP report for VS2012 Crystal Reports Developer.

Making in Local report, it works correct

7条回答
  •  暖寄归人
    2021-02-02 05:12

    I have smiler problem and found a solution.

    I think there is some problem in finding Resource from default Resource-Uri for formatting of crystal report.

    For proper formatting Copy C:\inetpub\wwwroot\aspnet_client\system_web\4_0_30319\crystalreportviewers13 this folder into your project.

    And past these lines into your web.config file

    
    
      
        

    
      
        
          
        
        
              
      
      
    
    

    Check this

    This will help you.

提交回复
热议问题