Problems with DataProcessingResult

Stimulsoft Reports.WEB discussion
Post Reply
Daniel Schmitz
Posts: 32
Joined: Tue Jul 03, 2012 2:16 pm

Problems with DataProcessingResult

Post by Daniel Schmitz »

Hi, I'm having some doubts about the StiMvcDesignerHelper.DataProcessingResult.

First of all, I belive that this method's documentation it's wrong, it's saying the same as GoogleDocsResult.

Then, when I create a new connection in client side, it only shows two options: Xml and MySQL.
How do I do to connect to SQL Server?

Regards and Thanks,
Daniel Schmitz
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Re: Problems with DataProcessingResult

Post by Jan »

Hello,
Hi, I'm having some doubts about the StiMvcDesignerHelper.DataProcessingResult.
Can you say which type of doubts do you have with StiMvcDesignerHelper.DataProcessingResult ?
Then, when I create a new connection in client side, it only shows two options: Xml and MySQL.
You have this problem in Stimulsoft Reports.Mvc ?

Thank you.
Daniel Schmitz
Posts: 32
Joined: Tue Jul 03, 2012 2:16 pm

Re: Problems with DataProcessingResult

Post by Daniel Schmitz »

Hi, my doubt it's about DataProcessingResult's documentation.
And yes, the problem occurs in Stimulsoft Reports.Mvc.
Thanks.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Problems with DataProcessingResult

Post by Vladimir »

Hello, Daniel

Yes, this bug has been in the release version. An error has been fixed, please download the latest prerelease build from our site.

Thank you.
Daniel Schmitz
Posts: 32
Joined: Tue Jul 03, 2012 2:16 pm

Re: Problems with DataProcessingResult

Post by Daniel Schmitz »

Hi, I downloaded the file, and It is the same version I'm using.
I forgot to mention, I'm using trial version until We buy a license, doesn't It influence in anything?
Thanks.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Problems with DataProcessingResult

Post by HighAley »

Hello.
Daniel Schmitz wrote:Hi, I downloaded the file, and It is the same version I'm using.
I forgot to mention, I'm using trial version until We buy a license, doesn't It influence in anything?
Are you writing about release or prerelease build?
Please try to download latest prerelease build from here: http://stimulsoft.com/ReportsWebMvcDownloads.aspx

Thank you.
Daniel Schmitz
Posts: 32
Joined: Tue Jul 03, 2012 2:16 pm

Re: Problems with DataProcessingResult

Post by Daniel Schmitz »

Hi, really, i was downloading the release version.
With the prerelease build it worked well, but the DataProcessingResult continues with GoogleDocsResult's documentation.
Thanks for the attention.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Problems with DataProcessingResult

Post by Vladimir »

Hello, Daniel

We have checked the documentation:
DataProcessing

The action DataProcessing is used to process the data on the server side requested with the web designer. These data are processing requests, related to testing of the database connection, getting data columns, getting images for certain report components, etc. If this action is not specified, then the above functionality is not available. This action is defined in the view controller as follows:

Controller:

public ActionResult DataProcessing()
{
return StiMvcDesignerHelper.DataProcessingResult(this.Request);
}

GoogleDocs

With help of the action GoogleDocs you can handle requests of the web designer for working with cloud storage Google Docs, where you can save report templates. If this action is not specified, then this functionality of working with Google Docs will not be available. This action is defined in the view controller as follows:

Controller:

public ActionResult GoogleDocs()
{
return StiMvcDesignerHelper.GoogleDocsResult(this.Request);
}
Also we checked the work of these actions. What kind of question you have about this issue?

Thank you.
Post Reply