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.
var report = Report.Clone() as StiReport;
report["MySuperUselessVariable"] = NewValueInput;
report.Render();
Report = report;report["Name"] reads and writes report variables by name.Clone() keeps the original template intact; Render() regenerates the document with the new value.