URL/Cookie Control

Stimulsoft Reports.WEB discussion
Post Reply
jupistar
Posts: 8
Joined: Wed Sep 09, 2009 9:50 am

URL/Cookie Control

Post by jupistar »

When attempting to preview a report, I can't find a way to control additional parameters to be sent along with the request (such as the use of additional querystring parameters or cookies [I tried stiwebdesigner.page.cookies]). I need this to handle security issues.

And this would be needed in any other function that posts back to the site.
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

URL/Cookie Control

Post by Jan »

Hello,

Which problem you have with filling cookies, page cache or session? Its does not depend from web designer of viewer and you set and get it in any moment.

Thank you.
jupistar
Posts: 8
Joined: Wed Sep 09, 2009 9:50 am

URL/Cookie Control

Post by jupistar »

I have no idea what you're saying, fut Forget about cookies. What I need is something like:

StiWebDesigner.QueryString = "uid=212313123&mnid=123123";

Then a call to preview would look like: myaspxpage.aspx?uid=212313123&mnid=123123&stimulsoft_webdesigner=ServerPreviewAsHTML
Or: myaspxpage.aspx?uid=212313123&mnid=123123&stimulsoft_webdesigner=ServerPreviewAsPDF

Right now all I see is: myaspxpage.aspx?stimulsoft_webdesigner=ServerPreviewAsHTML

Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

URL/Cookie Control

Post by Jan »

Hello,

Ok. Now i understand what you need. Unfortunatelly now this is not possible. We need one week to fix this problem. Please check build from 21 September.

Thank you.
jupistar
Posts: 8
Joined: Wed Sep 09, 2009 9:50 am

URL/Cookie Control

Post by jupistar »

That's fantastic. I'm still reviewing the product, but I think I'll be buying.

I have a question about "saving". The report designs are saved to the client machine?
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

URL/Cookie Control

Post by Jan »

Hello,

Function Save is not work in default mode. You need sign to event of StiWebDesigner component and add code which will be save reports. For example to database or to files. Function SaveAs save to client machine.

Thank you.
Post Reply