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.
StiOptions.Configuration.IsAvalonia = true;
// switch to dark
Application.Current.RequestedThemeVariant = ThemeVariant.Dark;
StiAvaloniaTheme.ApplyNewTheme(StiAvaloniaAppThemeAppearance.Dark);Setting StiOptions.Configuration.IsAvalonia = true enables the Avalonia integration; changing RequestedThemeVariant and calling StiAvaloniaTheme.ApplyNewTheme keeps the report viewer and designer in step with the app's light or dark theme.