Search found 3 matches

by nsmith555
Thu Jan 19, 2023 9:19 pm
Forum: Stimulsoft Dashboards.WIN
Topic: Tabs (Pages) not showing in 2023.1.3 Viewer Control
Replies: 3
Views: 8567

Re: Tabs (Pages) not showing in 2023.1.3 Viewer Control

Public With Events DashboardViewer As New StiDashboardViewerControl Dim aReport As New StiReport Dim DashboardStream As New MemoryStream(System.Text.Encoding.UTF8.GetBytes(aDashboardContent)) DashboardViewer.Report = Nothing aReport = aReport.Load(DashboardStream) '' Stimulsoft Dashboard Version 202...
by nsmith555
Thu Jan 12, 2023 6:15 pm
Forum: Stimulsoft Dashboards.WIN
Topic: Tabs (Pages) not showing in 2023.1.3 Viewer Control
Replies: 3
Views: 8567

Tabs (Pages) not showing in 2023.1.3 Viewer Control

My dashboards with multiple tabs (pages) are not showing the visual tabs or more than the first dashboard using any version newer than 2022.4.5 using the stiDashboardviewercontrol inside our app.
Any new coding or workaround needed for them to display?
by nsmith555
Thu Mar 31, 2022 2:57 pm
Forum: Stimulsoft Dashboards.WIN
Topic: Dashboard Page Navigation
Replies: 1
Views: 8065

Dashboard Page Navigation

I will have some multi page dashboards that I would like to automatically cycle through on a timed basis for a hands off overhead display. Haven't been able to determine a way to change from one page to the next. Appreciate any guidance that can be given to accomplish the page changes. *** I see fro...