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 8ba5a1d commit 2625f1eCopy full SHA for 2625f1e
dotnet/src/dotnetframework/GxPdfReportsCS/PDFReportCommon.cs
@@ -49,7 +49,7 @@ public abstract class PDFReportBase : 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