Problem switching from StiMvcMobileDesigner to StiMvcDesigne

Stimulsoft Reports.WEB discussion
Post Reply
rodrigo.avots
Posts: 21
Joined: Tue Nov 22, 2016 2:15 pm

Problem switching from StiMvcMobileDesigner to StiMvcDesigne

Post by rodrigo.avots »

I changed my project to StiMvcDesigner (StiMvcMobileDesigner obsolete).
Looping loading and doesn't read GetReportD method:

         Public ActionResult GetReportD()
         {
             StiReport report = new StiReport ();
             Report.Load (Server.MapPath ("~ / Content / Reports / rel_laudo_tecnico.mrt"));
             Return StiMvcDesigner.GetReportResult (report);
         }

         @ Html.Stimulsoft (). StiMvcDesigner (new StiMvcDesignerOptions ()
             {
                 Actions =
                 {
                     GetReport = "GetReportD",
                     PreviewReport = "PreviewReport",
                     SaveReport = "SaveReport",
                     DesignerEvent = "DesignerEvent"
                 }
                 , Width = System.Web.UI.WebControls.Unit.Percentage (100)
                 , Height = System.Web.UI.WebControls.Unit.Pixel (700)
             });

Any idea?

This method is OK in debug:
public ActionResult DesignerEvent()
{
return StiMvcDesigner.DesignerEventResult();
}
Attachments
Problem.png
Problem.png (36.69 KiB) Viewed 2580 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Problem switching from StiMvcMobileDesigner to StiMvcDes

Post by Alex K. »

Hello,

You can find samples at the following link:
https://github.com/stimulsoft/Samples-A ... MVC-CSharp

If the issue still present, please send us a simple project which reproduces the issue for analysis.

Thank you.
rodrigo.avots
Posts: 21
Joined: Tue Nov 22, 2016 2:15 pm

Re: Problem switching from StiMvcMobileDesigner to StiMvcDes

Post by rodrigo.avots »

Hi!

Attached example with the problem.
After some tests I found conflict.
Removing the line works but out of the DIV.
MvcApplication2.zip
(3.75 MiB) Downloaded 157 times
Attachments
Jquery.png
Jquery.png (33.26 KiB) Viewed 2567 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Problem switching from StiMvcMobileDesigner to StiMvcDes

Post by Alex K. »

Hello,

We checked your project, couldn't reproduce the problem - your project does not have all scripts in the scripts/kendo folder. The designer works without errors. If possible, send the full project with all files to support@stimulsoft.com

Thank you.
rodrigo.avots
Posts: 21
Joined: Tue Nov 22, 2016 2:15 pm

Re: Problem switching from StiMvcMobileDesigner to StiMvcDes

Post by rodrigo.avots »

Hi!

Email sent.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Problem switching from StiMvcMobileDesigner to StiMvcDes

Post by Alex K. »

Hello,

Thank you.
Post Reply