diff --git a/Examples/ApiExamples/ApiExamples/ExReportingEngine.cs b/Examples/ApiExamples/ApiExamples/ExReportingEngine.cs index 13f3643fc..b51f4a89d 100644 --- a/Examples/ApiExamples/ApiExamples/ExReportingEngine.cs +++ b/Examples/ApiExamples/ApiExamples/ExReportingEngine.cs @@ -1200,7 +1200,7 @@ public void DollarTextFormat() { //ExStart:DollarTextFormat //GistId:e386727403c2341ce4018bca370a5b41 - //ExFor:ReportingEngine.BuildReport(Document, object, string) + //ExFor:ReportingEngine.BuildReport(Document, Object, String) //ExSummary:Shows how to display values as dollar text. Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);