Stimulsoft Reports Class Reference
|
The following tables list the members exposed by StiFileResult.
|
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); |
|
Name |
Description |
![]() |
This is the overview for the StiFileResult constructor overload. |
|
Name |
Description |
![]() |
This is BinaryData, a member of class StiFileResult. | |
![]() |
This is EnableBrowserCache, a member of class StiFileResult. | |
![]() |
This is FileName, a member of class StiFileResult. | |
![]() |
This is SaveFileDialog, a member of class StiFileResult. |
What do you think about this topic? Send feedback!
|
Copyright (c) 2017. All rights reserved.
|