Creating reports and dashboards | Stimulsoft community forum
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
Sorry, but data which you sent and sample which you posted are very different.
Please see the attached screen.
Try to use the .xml files without nestings.
Thank you.
Hello,
the usage of nesting is very important for me, without it, it is quite difficult to generate my report.
Working with xsd, xml data we use standard .NET methods.
We recommend you to use more simple in structure xsd schema, without nesting levels, select each object individually. When you have multiple nesting levels then, sometimes, problems, when write the .xsd schema may occur.
Working with xsd, xml data we use standard .NET methods.
We recommend you to use more simple in structure xsd schema, without nesting levels, select each object individually. When you have multiple nesting levels then, sometimes, problems, when write the .xsd schema may occur.
Thank you.
Hello
is there a difference if I use a database as input and not xml?
Hello,
that's hard to believe. I guess your application reads in the data from a data source into an intermediate format. And I cannot see where with my XML data the relations are missing.
But if I want to test -is MySQL a good choise?
Regards,
Clemens
I tried MySQL as Data-Source (using Stimulsoft.Report.MySqlDatabase.ConnectorNet as Interface), but didn't succeed in navigating from one ModellElement to another.