From 8abaac83c4f32918e3df3a95d4369e27c475ec35 Mon Sep 17 00:00:00 2001 From: vderyushev Date: Wed, 29 Nov 2023 15:22:15 +0300 Subject: [PATCH] Fixed ExFor tag --- Examples/ApiExamples/ApiExamples/ExReportingEngine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);