Can't create report viewer properly in tabcontrol

Stimulsoft Reports.WEB discussion
Post Reply
Craig
Posts: 29
Joined: Sat May 10, 2014 4:53 pm

Can't create report viewer properly in tabcontrol

Post by Craig »

I have an AjaxControlToolkit TabContainer. When I create a tabpanel dynamically and add a report viewer in it, the report doesn't display properly and when I assign a report to the viewer, there's an exception. See attached sample project.
Attachments
testTabs.zip
(10.05 MiB) Downloaded 214 times
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Can't create report viewer properly in tabcontrol

Post by Vladimir »

Hello,

Unfortunately, WebViewer does not support this scenario. You can try to use the alternative display mode of the viewer without using AJAX:
reportViewer.RenderMode = StiRenderMode.Standard;

Thank you.
Post Reply