ReportConfigDatasetConfiguration interface
The configuration of dataset in the report.
Properties
| columns | Array of column names to be included in the report. Any valid report column name is allowed. If not provided, then report includes all columns. |
Property Details
columns
Array of column names to be included in the report. Any valid report column name is allowed. If not provided, then report includes all columns.
columns?: string[]
Property Value
string[]