Page 1 of 6
Extra pages
Posted: Fri Aug 21, 2015 12:38 pm
by victorinable
Hi,
I'm designing a report which has 2 pages. I used the Desktop designer to create it and everything is fine. What a surprise when, I opened it with my MVC4 applications which has the Web Designer, and I cannot access page 2 to edit. If I visualize it, I can see page 2 without nothing on it.
There is any option that makes my report behave in that way?
Thanks in advance.
Re: Extra pages
Posted: Sat Aug 22, 2015 5:23 am
by Jan
Hello,
Can you say which version of Reports.Web you use? Also can you send to us screenshot what you see after web designer loading is finished? You can send it to
support@stimulsoft.com, but add url to this topic.
Thank you.
Re: Extra pages
Posted: Tue Aug 25, 2015 6:25 am
by victorinable
Hi Jan,
I'm using version 2015.1.17. If I open the report with the Desktop Designer that's what I see:

- Desktop_Designer.PNG (62.7 KiB) Viewed 4824 times
And If I open with the Web Designer, That's what I get:

- Web_Designer.PNG (43.04 KiB) Viewed 4824 times
If you need also the report, I can send it to you so you can see the options. Just ask me if you need it.
I'll use the forum instead of the e-mail.
Thanks in advance.
Re: Extra pages
Posted: Tue Aug 25, 2015 8:11 am
by HighAley
Hello.
Sorry, we could not reproduce the issue.
Could you specify what browser you use?
What OS?
We support IE10+, Firefox, Chrome, Safari.
Thank you.
Re: Extra pages
Posted: Tue Aug 25, 2015 8:24 am
by victorinable
Hi Aleksey,
I'm using Firefox (I also tested with Chrome) in Windows.
Thanks
Re: Extra pages
Posted: Tue Aug 25, 2015 12:58 pm
by HighAley
Hello, Victor.
Sorry, you did not specify what version of Windows you use.
Please, send us also settings of Web Designer.
Thank you.
Re: Extra pages
Posted: Tue Aug 25, 2015 1:01 pm
by victorinable
Hi Aleksey,
Sorry, I thought it was not necessary. By now, I'm using windows 7 as I'm developing it in my local machine (Using IIS7). And those are the settings I'm using:
Code: Select all
Dim options As StiMvcMobileDesignerOptions = New StiMvcMobileDesignerOptions
options.Localization = ViewData("localization")
options.ActionGetReportTemplate = "GetReportEdit"
options.ActionSaveReportTemplate = "SaveReportEdit"
options.ActionGetReportSnapshot = "GetReportSnapshotEdit"
options.ActionGetNewReportData = "GetNewReportDataEdit"
options.ActionDesignerEvent = "DesignerEvent"
options.ActionExitDesigner = "ExitDesigner"
options.ServerRelativeUrls = True
options.ServerCacheMode = StiDesignerCacheMode.Session
options.InterfaceType = StiInterfaceType.Auto
options.Controller = "repreports.mvc/dummy"
options.ShowDictionary = True
options.ShowFileMenuOpen = False
options.ShowFileMenuExit = False
options.ShowFileMenuClose = False
options.ShowTooltips = False
options.ShowCrossTab = False
options.ShowChart = True
options.ShowFileMenuNew = False
options.ShowPreviewButton = True
options.Theme = StiTheme.Office2013
options.Width = Unit.Percentage(100)
options.Height = Unit.Pixel(700)
Thanks in advance.
Re: Extra pages
Posted: Wed Aug 26, 2015 6:03 am
by HighAley
Hello, Victor.
Sorry, but we still could not reproduce the issue.
Please, send us a sample project that reproduces the issue.
Thank you.
Re: Extra pages
Posted: Wed Aug 26, 2015 8:33 am
by victorinable
Hi Aleksey,
I guess it's something I'm missing as I don't find how to add a page from Web designer. I saw that property "ShowPageButton" is deprecated now (Version 2015.08.17), so, how can I activate "add page" in the web designer?
Thanks in advance.
Re: Extra pages
Posted: Wed Aug 26, 2015 2:18 pm
by HighAley
Hello.
There is no option to hide new page button.
There is something wrong with the Designer.
Could you try to make height larger?
Please, send us at least your aspx page.
Thank you.