G
goo
Guest
DEFINE PUBLIC VARIABLE myDataSource AS Telerik.Reporting.CsvDataSource NO-UNDO. DEFINE PUBLIC VARIABLE report AS Telerik.Reporting.Report NO-UNDO. : : report = new Telerik.Reporting.Report(). myDataSource = new Telerik.Reporting.CsvDataSource(). myDataSource = CAST(report
ataSource, myDataSource). myDataSource:Source = new Uri("c:\Users\Temp\slettme2.csv"). This is how I understood what you said. This will not work. It says:
Continue reading...
Continue reading...