Page 1 of 1

Tabs (Pages) not showing in 2023.1.3 Viewer Control

Posted: Thu Jan 12, 2023 6:15 pm
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?

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

Posted: Thu Jan 12, 2023 9:16 pm
by Lech Kulikowski
Hello,

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

Thank you.

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

Posted: Thu Jan 19, 2023 9:19 pm
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()

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

Posted: Fri Jan 20, 2023 8:24 pm
by Lech Kulikowski
Hello,

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

Thank you.