Streams contents of report to browser
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public FileContentResult DownloadCSVReport( int id, bool? compress )
Parameters
- id
- Type: SystemInt32
id of the report to download - compress
- Type: SystemNullableBoolean
true if result is to be returned as a zip file
Return Value
Type: FileContentResultFileContentResult value
See Also