Torna al Thread

report.Load("scheda.rpt") ' report.DataDefinition.FormulaFields.Item("firma").Text = "'" & Datadistampa.DateTimePicker1.Value & "'" tabella = New DataSet tabella.ReadXml(Application.StartupPath + "\Reportistica\scheda\anagrafe.xml") report.Database.Tables(0).SetDataSource(tabella) tabella1 = New DataSet tabella1.ReadXml(Application.StartupPath + "\Reportistica\scheda\esposizione.xml") report.OpenSubreport("scheda2.rpt").SetDataSource(tabella1) CrystalReportViewer1.ReportSource = report
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5