}//frmVendorProductReport()

        private void frmVendorProductReport_Load(object sender, EventArgs e)
        {
            this.reportViewer1.RefreshReport();
            ReportList reportList = new ReportList();

            this.CLSVendorProductBindingSource.DataSource = reportList.GetVendorProducts();
            this.reportViewer1.RefreshReport();
        }//frmVendorProductReport_Load(..)