[RESOLVED] How define a path to save file?

Stimulsoft Reports.Flex discussion
Locked
rjmdfogo
Posts: 6
Joined: Fri Mar 30, 2012 7:00 am

[RESOLVED] How define a path to save file?

Post by rjmdfogo »

In design how define a path to save file?

For exemple:

I want any user save the report.mrt in path:

var request:URLRequest= new URLRequest('reportsreport.mrt');

How define a path to save file?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

[RESOLVED] How define a path to save file?

Post by HighAley »

Hello.
rjmdfogo wrote:In design how define a path to save file?

For exemple:

I want any user save the report.mrt in path:

var request:URLRequest= new URLRequest('reportsreport.mrt');

How define a path to save file?
Do you want to change report path or report name?
You couldn't change report path?
But you could change the report file name with StiReport.ReportFile property.

Thank you.
rjmdfogo
Posts: 6
Joined: Fri Mar 30, 2012 7:00 am

[RESOLVED] How define a path to save file?

Post by rjmdfogo »

Aleksey,

Thanks for help, but i resolved this question making upload of report to the application.
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

[RESOLVED] How define a path to save file?

Post by Andrew »

Hello,

Great! Thank you for the reply.

Thank you.
Locked