Page 1 of 1

Dynamic XML DataSource

Posted: Tue May 03, 2011 9:20 am
by ChristianNRW
Hi.

i have a DataSource in *.mrt File like this:


Connection1
Connection1
{p1}



the PATHDATA has to filled out by Param "p1"

But if i call
http://mywonderfulserver.com/report/sti ... 1=test.xml

It throws Error 2032

if i Enter as PATHDATA a constant value at Design Time it works fine.

Any idea ?

BR

Christian

Dynamic XML DataSource

Posted: Wed May 04, 2011 2:10 am
by ChristianNRW
Now i have also set the Variable "p1" in the Dictionary with a default value.

Same Error.

Cold it be that a dynamic datasource ins't supported ?

Dynamic XML DataSource

Posted: Wed May 04, 2011 7:25 am
by Vladimir
Hello,

Unfortunately, variables and parameters cannot be used in connection strings. You can use them only in the SQL queries and on the report pages.

Thank you.