Forum Post: SV: Telerik CsvDataSource - how do I find it?

  • Thread starter Thread starter goo
  • Start date Start date
Status
Not open for further replies.
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:DataSource, 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...
 
Status
Not open for further replies.
Back
Top