Cloud
Облачный сервис для быстрого и эффективного анализа и визуализации данных для вашего бизнеса без необходимости создания своих приложений и программирования.
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.