Hi,
I want to pass some parameters to a Crystal Report like this:
ReportDocument.DataDefinition.FormulaFields[parameterName].Text = 'Text';
This workes fine unless I want to pass a multiline textbox from ASPX (containing \n and \r chars.)
The reportviewer reports that "The matching ' for this string is missing.".
Is there any example/list/suggestion how to parse the (multiline) text and make this work?
Thanks,
Stefan