Tabs (Pages) not showing in 2023.1.3 Viewer Control

Stimulsoft Dashboards.WIN discussion
Post Reply
nsmith555
Posts: 3
Joined: Thu Mar 31, 2022 2:50 pm

Tabs (Pages) not showing in 2023.1.3 Viewer Control

Post by nsmith555 »

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?
Lech Kulikowski
Posts: 6163
Joined: Tue Mar 20, 2018 5:34 am

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

Post by Lech Kulikowski »

Hello,

No. Please send us a sample project that reproduces the issue for analysis.

Thank you.
nsmith555
Posts: 3
Joined: Thu Mar 31, 2022 2:50 pm

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

Post by nsmith555 »

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 2023.1.+
' Any setting of DashboardViewSettings causes the problem
' Commenting out the line below prevents tabs in dashboard from disappearing
' aReport.DashboardViewerSettings = StiDashboardViewerSettings.ShowFullScreenButton
DashboardViewer.Report = aReport
DashboardViewer.Show()
Lech Kulikowski
Posts: 6163
Joined: Tue Mar 20, 2018 5:34 am

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

Post by Lech Kulikowski »

Hello,

Please send us a sample project that reproduces the issue for analysis.

Thank you.
Post Reply