Hi, we're using the Stimulsoft reports components for our Silverlight Business Application and one of our reporting requirements is to allow the end-user to edit some of the text fields in the report (these could be large blocks of text maybe 500 words or more) and then save the completed report.
Can we use a text field in the report and allow it to grow/shrink as the user enters their own comments?
Editable Text Region in reports
Editable Text Region in reports
Hello.
You could save report after rendering, get edited fields, save them in the database and then render report again with this data.
Thank you.
We have no such feature.mriggall wrote:we're using the Stimulsoft reports components for our Silverlight Business Application and one of our reporting requirements is to allow the end-user to edit some of the text fields in the report (these could be large blocks of text maybe 500 words or more) and then save the completed report.
Can we use a text field in the report and allow it to grow/shrink as the user enters their own comments?
You could save report after rendering, get edited fields, save them in the database and then render report again with this data.
Thank you.