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 = new StiReport();
report.Load(AssetLoader.Open(new Uri("avares://…/SimpleList.mrt")));
report.CalculationMode = StiCalculationMode.Interpretation;.mrt contains StiSubReport components bound to its detail bands.AssetLoader.Open(new Uri("avares://…")) — loads a template embedded in the Avalonia app package.