Forum Post: RE: 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
I have made my first CSV report in Telerik, and finds it very appealing to work with. It was easy to make groups and work with numbers etc. Now I have made a class that gives me a reportviewer in a ABL form. Very cool to implement into my progress world. As a start, I would like to produce a file with the correct layout, and fill it with my report data. For that reason I need to chance the file-name that was used in the Report Designer. Of course I can edit the .trdx file and change the filename in there, but it should be possible to do it in another way :-) my .trdx file....... Report DataSourceName="csvDataSource1" Width="6.5in" Name="slettmeg" SnapGridSize="0.1cm" xmlns=" schemas.telerik.com/.../3.7" DataSources CsvDataSource RecordSeparators=" " FieldSeparators="," Name="csvDataSource1" Source Uri Path="file:///C:/Users/Temp/slettme2.csv" / /Source Columns DataColumn Name="Column1" Type="Integer" / DataColumn Name="Column2" / DataColumn Name="Column3" / DataColumn Name="Column4" Type="Decimal" / : :

Continue reading...
 
Status
Not open for further replies.
Back
Top