Foros del Web » Programación para mayores de 30 ;) » .NET »

Subreporte con Crystal Reports en .NET

Estas en el tema de Subreporte con Crystal Reports en .NET en el foro de .NET en Foros del Web. Alguien me puede ayudar, estoy haciendo un reporte con subreportes en .NET con Crystal Reports, pero el problema es que no puedo visualizar el subreporte, ...
  #1 (permalink)  
Antiguo 24/01/2006, 05:59
 
Fecha de Ingreso: agosto-2004
Mensajes: 296
Antigüedad: 19 años, 9 meses
Puntos: 0
Subreporte con Crystal Reports en .NET

Alguien me puede ayudar,
estoy haciendo un reporte con subreportes en .NET con Crystal Reports, pero el problema es que no puedo visualizar el subreporte,

este es el codigo principal con el que se carga el reporte y el subreporte en una webform......pero
no puedo ver el subreporte.....

"
CrystalDecisions.CrystalReports.Engine.ReportDocum ent SanEC;
this.sqlConnection1.ConnectionString=System.Config uration.ConfigurationSettings.AppSettings.Get("con eccion");
this.sqlConnection1.Open();
this.sqlDataAdapter1.SelectCommand.Parameters["@icveavaluo"].Value=inoavaluo;
this.sqlDataAdapter1.Fill(this.dataSetSantanderRes umen1);
this.sqlDataAdapter2.SelectCommand.Parameters["@icveavaluo"].Value=inoavaluo;
this.sqlDataAdapter2.SelectCommand.Parameters["@ienfoque"].Value=2;
this.sqlDataAdapter2.Fill(this.dataSetEnfCostos1);
SanEC=RSR.OpenSubreport("SanEnfCostos.rpt");
SanEC.SetDataSource(this.dataSetEnfCostos1);
RSR.SetDataSource(this.dataSetSantanderResumen1);
RSR.SetDataSource(this.dataSetEnfCostos1);
this.CrystalReportViewer1.ReportSource=RSR;
this.CrystalReportViewer1.DisplayGroupTree=false;
this.sqlConnection1.Close(); "
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 16:54.