DocumentBuilder builder = new DocumentBuilder(doc);
ReportBuildOptions.InlineErrorMessages;
var hasError = engine.BuildReport(builder.Document, studyData, "Study")
if(hasError ){
// How to get the error text ? exampl…...Replace(new Regex(@"<<.*Error!.*?>>"), "", opt);...