I am trying to do grouping the rows according to one field but its getting two rows in detail section of grouped rows instead of one ie same row details is getting duplicated one more time.I try ed the linking of the tables selected for the report all into inner join(using selection expert) then also this duplication is there would you please help me .

hi all,
I had load report failed in asp.net 2.0. I have used crystal report. At initial stage it works fine and here is my coding,

RptPatient=new CystalDecisions.CrystalReports.Engine.ReportDocument();
        RptPatient.Load("../Reports/CrystalReport.rpt");
        RptPatient.SetDataSource(getRegistrationDetails("1"));
        RptPatient.Subreports["vitalsign"].SetDataSource(GetVitalSignDetails("1"));
        RptPatient.Subreports["test"].SetDataSource(GetTestDetails("1"));
        //RptPatient.Subreports["pastmedicalhistory"].SetDataSource(GetPastMedicalHistory("1"));
        CrystalReportViewer1.ReportSource = RptPatient;
        CrystalReportViewer1.DataBind();

Pls help me

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.