User283571144 posted
Hi neoaguil17,
As far as I know, this option means SSRS opens a single connection, executes the datasets/queries that use the data source, and closes the connection.
You could use it to reduce the amount of open connections to the database.
If you have it checked, then only one connection will be open to the database and all the datasets will return the data and the connection will be closed.
This can be used to reduce network traffic and potentially increase performance.
Best Regards,
Brando