public object GetDataReport(string key) { ECliente objE = new ECliente(); objE.IdEmpresa = wfChgEmpPer.datos.idEmpresa; objE.Nu_ruc = txtnu_ruc.Text.Trim(); objE.Ds_raznombre = txtds_rs.Text.Trim();// llenar con sesion BCliente obj = new BCliente(); DataTable dt = obj.MG_Cliente_rpt01(objE); DataSet ds = new DataSet(); ds.Tables.Add(dt); return ds; }