Public Class printbccofpcc Private Sub printbccofpcc_Load(sender As Object, e As EventArgs) Handles MyBase.Load 'TODO: This line of code loads data into the 'caragavotersdbDataSet.DataTable6' table. You can move, or remove it, as needed. Me.caragavotersdbDataSet.EnforceConstraints = False 'Me.DataTable5TableAdapter.FillBybccofPcc(Me.caragavotersdbDataSet.DataTable5) Me.DataTable6TableAdapter.FillbccofPcc(Me.caragavotersdbDataSet.DataTable6) 'TODO: This line of code loads data into the 'caragavotersdbDataSet.bcc' table. You can move, or remove it, as needed. Me.ReportViewer1.RefreshReport() End Sub End Class