Table of Contents

Property DeclaredFields

Namespace
DocWright.Reporting.Data
Assembly
DocWright.Reporting.dll

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; }

Property Value

IReadOnlyList<string>