I came across an issue when exporting to CSV that the headings where coming out as the name of the text box but i fixed this by adding code after the InitializeComponent() for the report e.g. this.textBox5.Name = "Description"; I want to be able to set this value as the localized value so how do i access the resx files that are generated for me? They aren't in my standard local or global localization folders so i do not know how to access them programmatically.
Michael
Michael