Posted 4 February 2021, 6:32 pm EST
I have a section report that includes a sub-report. On the sub-report there is a RichTextBox control. At runtime, the RichTextBox.Text is set to a value coming from a database. Sometime the amount of assigned text can be quite large. Is there a limit to the number of characters which the RichTextBox control can contain? I receive a ‘generic GDI error’ in one instance when assigning approx 45K characters to the RichTextBox.Text control. If I scale back the number of characters, there is no error. This is using AR v11 within a .NET application.