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.
Report = new StiReport();
Report.Load(await Http.GetByteArrayAsync("Reports/BusinessObjects.mrt"));
var list = GetBusinessObject();
Report.RegBusinessObject("MyList", list);
Report.Dictionary.Synchronize();RegBusinessObject(name, object) — exposes an in-memory object as a data source under the given name.Dictionary.Synchronize() — generates the fields that match the object's properties.