Cloud
Cloud-Dienstleistung für schnelle und effektive Analyse und Visualisierung von Daten für Ihr Business ohne eigene Applikationen zu erstellen oder zu programmieren.
IEnumerable collection — without converting them to datasets first.var report = new StiReport();
report.RegData("EmployeeIEnumerable", CreateBusinessObjectsIEnumerable.GetEmployees());
report.Load(AssetLoader.Open(new Uri("avares://…/BusinessObjects_IEnumerable.mrt")));RegData(name, object) — exposes a business-object collection to the report under the given data-source name.