I created a function which reads out the elements of a given report and writes the name and the text of the element into a resx file. If the report object is not a TextObject and no FieldHeading, the name and the type of the object are written into the resx file.
private void LoadReportLanguageResources(ReportDocument report, string resourceFilePath) { ResXResourceWriter resXWriter = new ResXResourceWriter(resourceFilePath); //set the language values of the report - find all fields and sections
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum