I have an RDLC report that I am rendering directly to the Response Stream as PDF (rather than using the ReportViewer). In the code that renders the report, it\'s DataSource is
=iif(First(Fields!model.Value, "model") Is Nothing, "value is NULL", "value is not NULL")