GenerateCsvRequest class

namespace: Serenity.Reporting   assemblySerenity.Net.Services

Request model for a CSV exporter.

public class GenerateCsvRequest : ServiceRequest

Public Members

name description
GenerateCsvRequest() The default constructor.
Captions { get; set; } List of column captions, e.g. column names in CSV
Data { get; set; } List of data containing column values in caption order.
DownloadName { get; set; } The download name for the exported file.

See Also