You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AccountController Class > DownloadCSVReport Method

AccountControllerDownloadCSVReport Method

AuctionWorx 3.5 API
Streams contents of report to browser

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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: FileContentResult
FileContentResult value
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.