G
goo
Guest
I got it to work by doing the following under. I had to do some stuff since the SAVE() removed or destroyed it. Now I am able to change the filename and it works as I wanted…. But not that sexy J //Geir Otto Fra: Bill Wood [mailto:bounce-wood@community.progress.com] Sendt: 5. februar 2015 09:19 Til: TU.OE.Development@community.progress.com Emne: RE: [Technical Users - OE Development] Telerik CsvDataSource - how do I find it? RE: Telerik CsvDataSource - how do I find it? Reply by Bill Wood The tricky translation here is the CAST from Telerik.Reporting.Report.DataSource to Telerik.Reporting.Report.CvsDataSource. Telerik.Reporting.Report report = (Telerik.Reporting.Report) xmlSerializer.Deserialize(xmlReader); var csvDataSource = (CsvDataSource)report.DataSource; This is done with a CAST () in ABL. (see http://documentation.progress.com/output/ua/OpenEdge_latest/index.html#page/dvref/cast-function.html ) If you are looking for a quick way to get started without learning OOABL, then you might want to consider this. This is not the most technically elegant solution, but it occurs to me you could have the .trdx file point to "report.cvs", and you could use ABL to overwrite the report.cvs every time (or copy from an existing file) rather than trying to manipulate it. Stop receiving emails on this subject. Flag this post as spam/abuse. No virus found in this message. Checked by AVG - www.avg.com Version: 2015.0.5646 / Virus Database: 4273/9047 - Release Date: 02/02/15
Continue reading...
Continue reading...