Page 2 of 2
Re: Release date of Stimulsoft Reports.Web 2016.1
Posted: Tue Apr 05, 2016 2:42 pm
by sunshine
Hello HighAley;
I am using Stimulsoft Reports.Web 2015.3.5.0 version in my current project.
When I try to save report with name "TestReport" as shown in attached screen1.png. I can't save it. It gives me error as shown in attached screen2.png
In code side, On SaveReport button:
StiReport report = StiMvcDesignerFx.GetReportObject();
string LocalizationName = StiMvcDesignerFx.GetLocalizationName();
Here, I want report.ReportName = "TestReport" as I have filled in screen1.png and want LocalizationName equals path where user wants to save the report.
But scenario is everytime I recieve report.ReportName = "Report" and LocalizationName = null
Why this happens? Why report.ReportName = "Report" and LocalizationName = null ?
Hope you are clear about my question.
Thanking You & Best Regards,
Prakash Chasiya
Re: Release date of Stimulsoft Reports.Web 2016.1
Posted: Wed Apr 06, 2016 1:09 pm
by HighAley
Hello, Prakash.
The StiMvcDesignerFx.GetLocalizationName() method could be used in designer GetLocalization action that requests the localization file. You couls use it next way:
Code: Select all
Html.Stimulsoft().StiMvcDesignerFx(new StiMvcDesignerFxOptions()
{
Actions =
{
GetReportTemplate = "GetReportTemplate",
GetReportSnapshot = "GetReportSnapshot",
SaveReportTemplate = "SaveReport",
GetLocalization = "GetLocalization", // localization action
ExportReport = "ExportReport"
},
This method is for loading of the localization file.
There was a error in specified version. We have made an improvement and in the next prerelease build it will be available.
Code: Select all
var requestData = StiMvcDesignerFx.GetRequestData();
var fileName = requestData.ReportFileName;
You could specify the message that will be shown after saving of the report. Here are some samples:
Code: Select all
return StiMvcDesignerFx.SaveReportResult(); // without message
return StiMvcDesignerFx.SaveReportResult(true); // saved successfully
return StiMvcDesignerFx.SaveReportResult(20); // the error with specified code
return StiMvcDesignerFx.SaveReportResult("Some message"); // next message will be shown
Thank you.
Re: Release date of Stimulsoft Reports.Web 2016.1
Posted: Thu Apr 21, 2016 7:06 am
by sunshine
Still getting the same issue with newer version Stimulsoft Reports.Web 2016.1
Re: Release date of Stimulsoft Reports.Web 2016.1
Posted: Fri Apr 22, 2016 9:58 am
by HighAley
Hello.
Please, upgrade to our latest prerelease build.
As we wrote there was a error in previous builds.
Thank you.
Re: Release date of Stimulsoft Reports.Web 2016.1
Posted: Sun Apr 24, 2016 7:57 am
by sunshine
Hello,
Thanks for the reply.
But, I am using latest version Stimulsoft Reports.Web 2016.1.
Is it correct or I need still any new build? Please let me know.
Thanking You & Best Regards,
Prakash Chasiya
Re: Release date of Stimulsoft Reports.Web 2016.1
Posted: Sun Apr 24, 2016 11:15 am
by sunshine
Hello;
I want to get name of new created name and full data in string through StiMvcDesigner side.
How to achive this in c#.net?
Please help asap.
Thanking You & Best Regards,
Prakash Chasiya
Re: Release date of Stimulsoft Reports.Web 2016.1
Posted: Mon Apr 25, 2016 7:04 am
by Alex K.
Hello,
Please try to check the last build - 2016.1.9 from 2016.04.22
Thank you.
Re: Release date of Stimulsoft Reports.Web 2016.1
Posted: Thu May 05, 2016 9:54 am
by sunshine
Hello Team;
I am using pre-release version 2016.1.10 from 2016.04.29.
While create report through new wizard, nothing will happen(Report has not created) and It will give error #2032 . For quick reference please see attached screen.
Please do the needful, Awaiting for your response.
Thanking You & Best Regards,
Prakash Chasiya
Re: Release date of Stimulsoft Reports.Web 2016.1
Posted: Fri May 06, 2016 11:12 am
by HighAley
Hello.
Sorry, but we can't reproduce the issue.
Please, send us a sample project that reproduces the issue.
Thank you.