TabularDataReport.ExportColumns property

namespace: Serenity.Reporting   assemblySerenity.Net.Services

List of columns to export. If ColumnsType or ColumnList is passed this is used to subset the columns. Otherwise it contains the list of columns to export.

protected IEnumerable<string> ExportColumns { get; set; }

See Also