Property DeclaredFields
DeclaredFields
Gets or sets the column names the dataset's fields read (their DataField), in document
order and without calculated fields — the columns the report expects the reader to have.
public IReadOnlyList<string> DeclaredFields { get; set; }