We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8bfe7 commit 5fe3187Copy full SHA for 5fe3187
dotnet/src/dotnetframework/GxPdfReportsCS/PDFReportCommon.cs
@@ -49,7 +49,7 @@ public abstract class PDFReportItextBase : IReportHandler
49
protected bool modal = false;
50
protected String docName = "PDFReport.pdf";
51
protected static NativeSharpFunctionsMS nativeCode = new NativeSharpFunctionsMS();
52
- protected Hashtable fontSubstitutes = new Hashtable();
+ protected static Hashtable fontSubstitutes = new Hashtable();
53
protected static String configurationFile = null;
54
protected static String configurationTemplateFile = null;
55
protected static String defaultRelativePrepend = null;
0 commit comments