Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Parametered stored proc as data source

    Try just this:

    EXEC [SCC Admin].[dbo].[spMyReport] @date, @int, @bigint

    as the recordset.

    @date, @Int, @bigint will now be parmaters for the report.

  • RE: Report timing out

    The rendering of the report may not be timing out but the IE session maybe timing out.  IIS times out session after 20 minutes by default.  That is the message...

Viewing 2 posts - 1 through 2 (of 2 total)