arraylist as datasource
Posted: Tue Apr 06, 2010 11:16 pm
Hi
Is it possible to use an arraylist as a datasource for the report ?
Thanks !
Is it possible to use an arraylist as a datasource for the report ?
Thanks !
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.
https://forum.stimulsoft.com/
Code: Select all
report.RegData("MyData", list);Code: Select all
report.RegBusinessObject("MyData", list);Code: Select all
report.RegData("MyData", list);
report.Dictionary.Synchronize();
report.Design();