FAQ/ProcessDataSet.md
... ...
@@ -47,7 +47,7 @@ public override void ProcessDataSet(DataSet ds, string reportPart)
47 47
}
48 48
// There can be only one column with a specific name,
49 49
// so we can leave the cycle as soon as we find it
50
- break;
50
+ Exit For
51 51
}
52 52
}
53 53
}