namespace: Serenity.Reporting assembly: Serenity.Net.Services
Request model for a CSV exporter.
public class GenerateCsvRequest : ServiceRequest
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. |
- class ServiceRequest
- Source: GenerateCsvRequest.cs