//выполнить ХП private void ExecuteSP() { ReportsService rs = new ReportsService(); dataGridView_SP.DataSource = rs.ExecuteSP(); }