public method TableBuilder.AddDataSource
Adds a data source to the table.
Gehtsoft.PDFFlow.Builder.TableBuilder
AddDataSource<T> (System.Collections.Generic.IEnumerable<Gehtsoft.PDFFlow.Builder.T> dataSource)
dataSource
The data source object (IEnumerable, ICollection, etc.).
IEnumerable
ICollection
Declared in TableBuilder