Bienvenidos

Recuerda que tus comentarios son importantes y recuerda agradecer si te fue útil algun artículo publicado aquí.

L1f3 15 a D@nc3 Flo0r

lunes, 14 de septiembre de 2009

Parametros en Reporting Service

using Microsoft.Reporting.WebForms;


 


 

ReportParameter[] parm = new ReportParameter[1];

parm[0] = new ReportParameter("CodProducto", GridView1.SelectedDataKey.Value.ToString());

ReportViewer1.ServerReport.SetParameters(parm);

ReportViewer1.ServerReport.Refresh();

1 comentario:

Anónimo dijo...

Excelente post lo pondre en mis favoritos