DataReaderReportData Constructor

Initializes a new instance of the DataReaderReportData class.

public DataReaderReportData(IDbConnection connection, IDataReader reader)
Public Sub New (connection As IDbConnection, reader As IDataReader)

Parameters

connection
IDbConnection

Database connection used to create the data reader.

reader
IDataReader

The data reader 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

DataReaderReportData
ceTe.DynamicPDF.LayoutEngine.Data

In this topic