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 Stimulsoft.Report.StiReport();
report.loadFile('Reports/BookmarksAndHyperlinks.mrt');
var viewerOptions = new Stimulsoft.Viewer.StiViewerOptions();
viewerOptions.appearance.rightToLeft = true;
return <Viewer options={viewerOptions} report={report} />;Setting appearance.rightToLeft = true lays the toolbar, panels and scrollbars out right-to-left, which — together with an RTL report template and interface localization — gives a fully localized experience for right-to-left audiences.