DataTableReportData Constructors

Overloads

DataTableReportData(DataTable)Initializes a new instance of the DataTableReportData class.
DataTableReportData(IDbConnection, DataTable)Initializes a new instance of the DataTableReportData class.

DataTableReportData(DataTable)

Initializes a new instance of the DataTableReportData class.

public DataTableReportData(DataTable dataTable)
Public Sub New (dataTable As DataTable)

Parameters

dataTable
DataTable

The data table for the record set.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

DataTableReportData(IDbConnection, DataTable)

Initializes a new instance of the DataTableReportData class.

public DataTableReportData(IDbConnection connection, DataTable dataTable)
Public Sub New (connection As IDbConnection, dataTable As DataTable)

Parameters

connection
IDbConnection

Database connection used to create the data table.

dataTable
DataTable

The data table for the record set.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

DataTableReportData
ceTe.DynamicPDF.LayoutEngine.Data

In this topic