Follow

Changing a path to the JSON data

It's possible to change the path by Connection name or by its index.

You could use one of next samples:

report.dictionary.databases.getByName("Demo").pathData = yourPath;

report.dictionary.databases.getByIndex(0).pathData = yourPath;

 

 

0 Comments

Please sign in to leave a comment.