Note that there are some explanatory texts on larger screens.

plurals
  1. PO"Object reference not set to an instance of an object" caused by height of Tablix
    primarykey
    data
    text
    <p>I have an issue with a report causing an "Object reference not set to an instance of an object" exception when run through my web application. This is, so far, only happening on one QA machine.</p> <p>I can:</p> <ul> <li>Run the report locally on my development machine (latest code, same database)</li> <li>Run the report through the Reporting Services Web Interface on the QA machine</li> <li>Run the report on the QA machine through my web app if I select a format other than PDF/TIFF (e.g. Excel, CSV, HTML, XML all report successfully)</li> </ul> <p>The Reporting Services log on the QA machine looks <a href="http://www.o1solution.com/rsLog.txt" rel="nofollow">like this</a> when I get the exception. </p> <p>I did not find the log helpful so I started whittling the report down to a minimum to find the issue.</p> <p>What I found confuses me.</p> <p>Given <a href="http://www.o1solution.com/myReport.txt" rel="nofollow">the following RDL</a>; I can change the height of Tablix list1 from <em>3.09444in</em> to <em>1in</em>, deploy the report to the QA server and the report will run successfully.</p> <p>How in the world could shortening the height of Tablix list1 prevent the exception?</p> <hr> <p><strong>UPDATE</strong> It's not moving height of the tablix to 1in. It's getting rid of the long decimal on the height. I changed (<em>3.09444in</em> to <em>3.1in</em>) and the report ran successfully. FTR, I did not choose the height 3.09444in...rs chose that for me while I designed the report.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload