You are here: Symbol Reference > Stimulsoft.Report.MvcMobile Namespace > StiFileResult Class > StiFileResult Methods
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiFileResult Methods

The methods of the StiFileResult class are listed here.

 
Name 
Description 
 
protected override void WriteFile(HttpResponseBase response) { if (saveFileDialog) response.AddHeader("Content-Disposition", "attachment;filename="" + FileName + """); if (BinaryData != null) { response.AddHeader("Content-Length", BinaryData.Length.ToString()); response.BinaryWrite(BinaryData); 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.