Posted 28 November 2025, 4:58 am EST - Updated 28 November 2025, 5:03 am EST
Hi!
We are using Active Reports 19 WebDesigner (.Net).
I am trying to configure the JsonProvider DataSource. We need to get a json by URL. But we also need to use report parameter as a value for a header.
Is it possible to do it?
We tried to use parameter in the path just to test but also no result. We used Expression with a format: =“jsondoc=https://demodata.mescius.io/northwind/api/v1/Categories/“+[@paramCategories]+”/Products”.
In the Network tab i can see a request to test datasource but parameter is not replaced.
{"dataSource":{"Name":"DataSource1","ConnectionProperties":{"DataProvider":"JSON","ConnectString":"=\"jsondoc=https://demodata.mescius.io/northwind/api/v1/Categories/\"+[@paramCategories]+\"/Products\"","IntegratedSecurity":false,"Prompt":""},"Transaction":false,"DataSourceReference":""},"reportId":null}


