Torna al Thread

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