API/AdHocSettings.md
... ...
@@ -124,7 +124,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
124 124
| string|[[FiltersRegex|API/CodeSamples/FiltersRegex]]|Sets the regular expression used for column filtering for data selection. This setting allows the user to use a regular expression to filter certain fields from being added to the report through the Fields tab in the report designer.|
125 125
| bool|[[ForceNewNameOnSave|API/CodeSamples/ForceNewNameOnSave]]|Setting this property forces the "Save" button to function exactly like the "Save As" button. It requires the user to specify a report name when saving. If another report has the same name, Izenda Reports warns the user. <br> *Note: The AllowOverwritingReports property MUST be set to true for this to have any effect.|
126 126
| Unit|[[FormatDropDownWidth|API/CodeSamples/FormatDropDownWidth]]|Gets or sets the width of all "Format" dropdowns in the Report Designer.|
127
-| FormatCollection|[[Formats|API/CodeSamples/Formats]]|Gets or sets the list of available formats to apply to fields. This affects the Formats dropdown on the Fields tab of the ReportDesigner. <br> *Note: You could use Formats to add new custom formats. Read more [[here|http://wiki.izenda.us/FAQ/Questions/How-do-I-use-ExtendedFormats-for-European-Date-Formats]]*|
127
+| FormatCollection|[[Formats|API/CodeSamples/Formats]]|Gets or sets the list of available formats to apply to fields.|
128 128
| string|[[FormDesignerUrl|API/CodeSamples/FormDesignerUrl]]|Gets or sets the URL to the FormDesigner page.|
129 129
| Unit|[[FunctionDropDownWidth|API/CodeSamples/FunctionDropDownWidth]]|Gets or sets the width of Function dropdowns in the Report Designer.|
130 130
| int|[[GaugeHeight|API/CodeSamples/GaugeHeight]]|Gets or sets the height for Gauge controls in ReportSets. This setting replaced GaugeMaximum and GaugeMinimum and should be used instead.<br> *Note: This setting will affect only Linear Gauges*.|