Dynamic XML DataSource

Stimulsoft Reports.PHP discussion
Post Reply
ChristianNRW
Posts: 6
Joined: Tue May 03, 2011 5:44 am
Location: Germany

Dynamic XML DataSource

Post 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
ChristianNRW
Posts: 6
Joined: Tue May 03, 2011 5:44 am
Location: Germany

Dynamic XML DataSource

Post 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 ?
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Dynamic XML DataSource

Post 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.
Post Reply