Do you have an example on how the xml file should be formatted to be accepted in the BoldReport as data source? I follow the procedures and after clicking the Save btn it says that "Data at the root Level is invalid. Line 1, position 1"
This is a sample of the xml I am using but I can change to a different format that is compatible with Bold Reports.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Root>
<Items>
<Item Text="CDW" Value="5" />
</Items>
</Root>
Another question: Is it possible to define the xml file path (or at least the file name) at runtime in a Blazor server app?