Extra pages

Stimulsoft Reports.WEB discussion
victorinable
Posts: 152
Joined: Mon Aug 03, 2015 9:28 am

Extra pages

Post 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.
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Re: Extra pages

Post 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.
victorinable
Posts: 152
Joined: Mon Aug 03, 2015 9:28 am

Re: Extra pages

Post 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
Desktop_Designer.PNG (62.7 KiB) Viewed 4822 times
And If I open with the Web Designer, That's what I get:
Web_Designer.PNG
Web_Designer.PNG (43.04 KiB) Viewed 4822 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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Extra pages

Post 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.
victorinable
Posts: 152
Joined: Mon Aug 03, 2015 9:28 am

Re: Extra pages

Post by victorinable »

Hi Aleksey,

I'm using Firefox (I also tested with Chrome) in Windows.

Thanks
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Extra pages

Post 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.
victorinable
Posts: 152
Joined: Mon Aug 03, 2015 9:28 am

Re: Extra pages

Post 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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Extra pages

Post 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.
victorinable
Posts: 152
Joined: Mon Aug 03, 2015 9:28 am

Re: Extra pages

Post 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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Extra pages

Post 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.
Post Reply