I am trying to access the datasource's parameters (connection string etc) via
the report, and passing these parameters to a custom assembly at the end of
the report, with the intention of firing off a stored procedure from this
assembly.
The assembly is done, but the connection string is hard coded.

Is there anyway of accessing these parameters direct from the report, or an
interface I can implement to achieve this?

Re: Custom Assemblies and Accessing report parameters by Robert

Robert
Fri Feb 04 00:13:14 CST 2005

Please see my response on your other thread with the same title.

--
This posting is provided "AS IS" with no warranties, and confers no rights.



"Benugo" <Benugo@discussions.microsoft.com> wrote in message
news:F65A3AB4-D2FB-456A-8BE3-BD24CD50E5B2@microsoft.com...
> I am trying to access the datasource's parameters (connection string etc)
via
> the report, and passing these parameters to a custom assembly at the end
of
> the report, with the intention of firing off a stored procedure from this
> assembly.
> The assembly is done, but the connection string is hard coded.
>
> Is there anyway of accessing these parameters direct from the report, or
an
> interface I can implement to achieve this?