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.
async API keeps the UI responsive during long exports.Report = StiReport.CreateNewDashboard();
Report.Load("Dashboards\\DashboardChristmas.mrt");
await Report.ExportDocumentAsync(StiExportFormat.Pdf, "Dashboard.pdf");ExportDocumentAsync(format, path) — renders and writes the file off the UI thread.