I am using the ReportViewer DTC on an ASP page. My report uses a stored procedure. I setup all the parameters etc, connect to the DB and then if there is no data how do I know?
doing a session("oRpt".ReadRecords causes a timeout (I think, no errors though).
In VB you could use the NoData event.
What can I do so that the viewer does not get launched on no data?
doing a session("oRpt".ReadRecords causes a timeout (I think, no errors though).
In VB you could use the NoData event.
What can I do so that the viewer does not get launched on no data?