Extra pages
-
- Posts: 152
- Joined: Mon Aug 03, 2015 9:28 am
Extra pages
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.
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
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.
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.
-
- Posts: 152
- Joined: Mon Aug 03, 2015 9:28 am
Re: Extra pages
Hi Jan,
I'm using version 2015.1.17. If I open the report with the Desktop Designer that's what I see:
And If I open with the Web Designer, That's what I get:
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.
I'm using version 2015.1.17. If I open the report with the Desktop Designer that's what I see:
And If I open with the Web Designer, That's what I get:
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
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.
Sorry, we could not reproduce the issue.
Could you specify what browser you use?
What OS?
We support IE10+, Firefox, Chrome, Safari.
Thank you.
-
- Posts: 152
- Joined: Mon Aug 03, 2015 9:28 am
Re: Extra pages
Hi Aleksey,
I'm using Firefox (I also tested with Chrome) in Windows.
Thanks
I'm using Firefox (I also tested with Chrome) in Windows.
Thanks
Re: Extra pages
Hello, Victor.
Sorry, you did not specify what version of Windows you use.
Please, send us also settings of Web Designer.
Thank you.
Sorry, you did not specify what version of Windows you use.
Please, send us also settings of Web Designer.
Thank you.
-
- Posts: 152
- Joined: Mon Aug 03, 2015 9:28 am
Re: Extra pages
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:
Thanks in advance.
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)
Re: Extra pages
Hello, Victor.
Sorry, but we still could not reproduce the issue.
Please, send us a sample project that reproduces the issue.
Thank you.
Sorry, but we still could not reproduce the issue.
Please, send us a sample project that reproduces the issue.
Thank you.
-
- Posts: 152
- Joined: Mon Aug 03, 2015 9:28 am
Re: Extra pages
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.
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
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.
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.