Skip to content

Commit 2548aca

Browse files
Constructor with two arguments in GxReportBuilderPdf8 ended up invoking the default constructor of the base class which itext4.
1 parent 41ea904 commit 2548aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/dotnetframework/GxPdfReportsCS/PdfReportInterface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public GxReportBuilderPdf(string appPath, Stream outputStream)
2222
GXLogging.Debug(log,"GxReportBuilderPdf outputStream: binaryWriter");
2323
}
2424
}
25-
public GxReportBuilderPdf() : this( "", null)
25+
public GxReportBuilderPdf()
2626
{
2727
}
2828
public bool GxPrintInit(string output, ref int gxXPage, ref int gxYPage, string iniFile, string form, string printer, int mode, int orientation, int pageSize, int pageLength, int pageWidth, int scale, int copies, int defSrc, int quality, int color, int duplex)

0 commit comments

Comments
 (0)