Report viewer does not load, showing blank space - running local RDLC files

前端 未结 10 1793
南笙
南笙 2021-02-08 04:56

I got a problem with reporting services, running local rdlc files on the 2005 version.

I have in the HTML a report viewer set to run locally as follows :



        
10条回答
  •  爱一瞬间的悲伤
    2021-02-08 05:31

    This one took some time to figure out, so hopefully these checks will save you some time:

    1) Verify the web.config

    
      
        
      
    
      
        
     
    
    
    
      
        
      
    
    

    2) try the report viewer control directly in design view before moving any configuration into code

    Hard-Coded Report Viewer Control

    3) Verify that the script manager is on the page before the report viewer

    4) Ensure that the report runs outside of design viewer, either locally or on the SSRS server

    5) BE SURE THAT REPORT HAS DEFAULT VALUES FOR ALL PARAMETERS! Reports that require parameters and don't have default values show up blank.

提交回复
热议问题