JSON data file
Hi! Im new to fast Report and i've been searching for this on the internet for a few days without success...
I made a report with a JSON connection. The connection only has a JSON Schema defined, the URL or JSON DATA is empty as I want to send the data froma generated file.
I can use the variables and access the fields inside the report as JSON schema is valid.
How can i set the JSON connection URL or data from c#. I dont want to create a new connection as its already saved in the file with its JSON Schema.
Thanks in advance!
Comments
I solved it replacing ConnectionString Json=; with my json base64 string!