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?
Tabs (Pages) not showing in 2023.1.3 Viewer Control
-
- Posts: 5253
- Joined: Tue Mar 20, 2018 5:34 am
Re: Tabs (Pages) not showing in 2023.1.3 Viewer Control
Hello,
No. Please send us a sample project that reproduces the issue for analysis.
Thank you.
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
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()
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()
-
- Posts: 5253
- Joined: Tue Mar 20, 2018 5:34 am
Re: Tabs (Pages) not showing in 2023.1.3 Viewer Control
Hello,
Please send us a sample project that reproduces the issue for analysis.
Thank you.
Please send us a sample project that reproduces the issue for analysis.
Thank you.