DocumentBuilder builder = new DocumentBuilder(doc);
ReportBuildOptions.InlineErrorMessages;
var hasError = engine.BuildReport(builder.Document, studyData, "Study")
if(hasError ){
// How to get the error text ? exampl…...Skip; } } Please note regular expression is simply just to demonstrate...