API/AdHocSettings.md
... ...
@@ -205,7 +205,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
205 205
|String|[[ParentReportListUrl|/API/CodeSamples/ParentReportListUrl]]| Gets or sets the URL that will be used for links that open the Report List page using the "target=_parent" attribute. |String.Empty|
206 206
|String|[[ParentReportViewerUrl|/API/CodeSamples/ParentReportViewerUrl]]| Gets or sets the URL that will be used for links that open the Report Viewer page using the "target=_parent" attribute. |String.Empty|
207 207
|String|[[ParentSettingsUrl|/API/CodeSamples/ParentSettingsUrl]]| Gets or sets the URL that will be used for links that open the Settings page using the "target=_parent" attribute. |String.Empty|
208
-|PdfMode|[[PdfPrintMode|/API/CodeSamples/PdfPrintMode]]| Gets or sets the default PDF generation mode. This only has an effect when PrintMode is using one of the Html2Pdf modes. |EOPDF|
208
+|PdfMode|[[PdfPrintMode|/API/CodeSamples/PdfPrintMode]]| Gets or sets the default PDF generation mode. This is used in Izenda version 6.9 and up.|EOPDF|
209 209
|Boolean|[[PerUserCaching|/API/CodeSamples/PerUserCaching]]|Gets or sets whether the [[Izenda.AdHoc.Database.Driver.DatabaseSchema|/API/Izenda/AdHoc/Database/Driver/Izenda-AdHoc-Database-Driver-DatabaseSchema]] should be cached according to CurrentUserName and CurrentUserTenantID.|False|
210 210
|Int32|[[PivotFieldLimit|/API/CodeSamples/PivotFieldLimit]]| Gets or sets the limit of pivot columns allowed in a single report. |100|
211 211
|String|[[PostgreSQLConnectionString|/API/CodeSamples/PostgreSQLConnectionString]]| Gets or sets the connection string used to connect to a Postgres database. |null|
... ...
@@ -213,6 +213,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
213 213
|String|[[PreviewColumnLimitMessage|/API/CodeSamples/PreviewColumnLimitMessage]]|Gets or sets the message that appears when the column limit is reached or exceeded on the Preview tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|Reports with more than 100 fields must be exported to CSV. Please check CSV Export to view data.|
214 214
|Int32|[[PreviewTimeout|/API/CodeSamples/PreviewTimeout]]|Gets or sets the [[System.Data.IDbCommand.CommandTimeout|https://msdn.microsoft.com/en-us/library/System.Data.IDbCommand.CommandTimeout(v=vs.110).aspx]] for SQL commands.|0|
215 215
|ProcessFiltersDelegate|[[ProcessFiltersDelegate|/API/CodeSamples/ProcessFiltersDelegate]]|Represents a method that can be used to intercept and modify filters on the current [[Izenda.AdHoc.Report|/API/Izenda/AdHoc/Izenda-AdHoc-Report]] object.**(deprecated)**|null|
216
+|PdfMode|[[PrintMode|/API/CodeSamples/PrintMode]]| Gets or sets the default PDF generation mode. This is used in Izenda version 6.8 and below.|Html2PdfAndHtml|
216 217
|Int32|[[QuickAddFieldWidth|/API/CodeSamples/QuickAddFieldWidth]]|Gets or sets the maximum width for items on the "Quick Add" menu on the Fields Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|20|
217 218
|Int32|[[QuickAddMinElementsInColumn|/API/CodeSamples/QuickAddMinElementsInColumn]]|Gets or sets the maximum number of items that will fit in a single column of fields when the "Quick Add" button is clicked on the Fields Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|20|
218 219
|String|[[RDLFolder|/API/CodeSamples/RDLFolder]]| Gets or sets the path to the folder where RDL files should be saved. |RDLFiles|