Skip to content

TabularDataReport.ExportColumns property

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