locked
ReportViewer Control has all rows of data set to "display:none" RRS feed

  • Question

  • User1059197028 posted
    • VS.2010
    • .NET 4.0
    • SQL RDLC Reports 2008


    Using a ReportViewer control to present the results of a stored procedure, no data rows show on the web page.

    The control bar appears on the web page (although none of the controls are working).

    There is no data showing.  However, if I do a View Source on the browser, I note that all the data rows are in TABLEs enclosed in DIVs where the STYLE is set so that Display:None

    These are things other posts have suggested and but which do not make a difference:

    • Adding ReportViewer reference to handlers
    • Adding ReportViewer reference to httpHandlers
    • Setting fixed height/width to control
    • Setting AsyncPostback = False
    • Changing/Removing DOCTYPE


    What could be telling ReportViewer to set the style so that the data rows do not display?

    Wednesday, February 25, 2015 4:23 PM

Answers