We're using Version 7.0.13.220 of the Report Designer to allow users to create reports and upload them into our web application. The TRDX files are stored in the database and at runtime are deserialized with ReportXmlSerializer. This works well but is rather cumbersome when subreports are used.
The Report Designer provides two options for defining the source of a subreport: 1) Url or File (this embeds a reference to the subreport file and is not an option for us since we store the report definition in a single data record) or 2) XML markup.
Currently we are requiring the user to open the subreport in notepad, copy the content, select XML markup as the subreport source, and paste the XML into the dialog.
Are there any plans to extend the Report Designer to allow selecting the subreport file and pulling the XML to prevent the "Open in notepad" approach?
If not is there any other way to make it easier for the end user? I'm currently under pressure to extend our report upload process to reach into the TRDX, iterate the subreports, prompt for upload of those files and then set the subreport source to the uploaded XML. I'd rather not build in this dependency if the Report Designer can to it instead.
On a separate note, it looks like there is a minor defect in the tool tips for vertical spacing controls in the Layout section of the designer. They all say "horizontal spacing" rather then "vertical spacing".
Thanks
The Report Designer provides two options for defining the source of a subreport: 1) Url or File (this embeds a reference to the subreport file and is not an option for us since we store the report definition in a single data record) or 2) XML markup.
Currently we are requiring the user to open the subreport in notepad, copy the content, select XML markup as the subreport source, and paste the XML into the dialog.
Are there any plans to extend the Report Designer to allow selecting the subreport file and pulling the XML to prevent the "Open in notepad" approach?
If not is there any other way to make it easier for the end user? I'm currently under pressure to extend our report upload process to reach into the TRDX, iterate the subreports, prompt for upload of those files and then set the subreport source to the uploaded XML. I'd rather not build in this dependency if the Report Designer can to it instead.
On a separate note, it looks like there is a minor defect in the tool tips for vertical spacing controls in the Layout section of the designer. They all say "horizontal spacing" rather then "vertical spacing".
Thanks