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("Reports/TwoSimpleLists.mrt");
Report.Render(false);
// Serialize the template for storage
var reportJSON = Report.SaveToJsonString();Load — open a template from a .mrt file or bytes.SaveToJsonString() — serialize the template to JSON; load it back later with LoadFromJsonString().