Table of Contents

Constructor ReportObjectData

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

ReportObjectData(IEnumerable<T>)

Initializes an adapter over a sequence.

public ReportObjectData(IEnumerable<T> items)

Parameters

items IEnumerable<T>

The objects, one per row.

Exceptions

ArgumentNullException

items is null.