ReportDataView public class ReportDataView : DataView Represents a data view over a Report. Documentation public ReportDataView(DataTable tbl) Initializes a new instance of ReportDataView, backed by the provided data table. public ReportDataView(DataSet dataSet) Initializes a new instance of ReportDataView, backed by the provided data set.