API/AdHocSettings.md
... ...
@@ -125,17 +125,16 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
125 125
| bool|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|Gets or sets the width of all "Format" dropdowns in the Report Designer.|
127 127
| FormatCollection|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]]*|
128
-| string|FormDesignerUrl||
129
-| Unit|FunctionDropDownWidth||
130
-| int|GaugeHeight||
131
-| double|GaugeMaximum||
132
-| double|GaugeMinimum||
133
-| string[]|GaugeStyles||
134
-| int|GaugeWidth||
135
-| bool|GenerateParameterizedSql||
136
-| bool|GenerateThumbnails||
137
-| string|GeoDataTable||
138
-| GetEqualsSelectValuesDelegate|GetEqualsSelectValues||
128
+| string|FormDesignerUrl|Gets or sets the URL to the FormDesigner page.|
129
+| Unit|FunctionDropDownWidth|Gets or sets the width of Function dropdowns in the Report Designer.|
130
+| int|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*.|
131
+| string[]|GaugeStyles|Gets or sets custom gauge types. This overrides the existing set of gauge styles, shown as radiobuttons on the Gauge tab in the ReportDesigner. If you use this, you should ensure that you either define IGaugeDrawer objects in the AdHocSettings.RadialGaugeDrawerCollection corresponding to your custom gauge styles, or you have overriden CustomizeGuage in your AdHocConfig.|
132
+| int|GaugeWidth|Gets or sets the gauge width for "Gauge" format. This will affect width of gauges when they are shown in reportsets. <br> *Note: This setting will affect only Linear Gauges*.|
133
+| bool|GenerateParameterizedSql|Gets or sets the value indicating whether queries to the database should be parameterized.|
134
+| bool|GenerateThumbnails|
135
+| string|GeoDataTable||Gets or sets the value indicating the table name which contains geodata for maps.|
136
+| GetEqualsSelectValuesDelegate|GetEqualsSelectValues|Represents a method that returns values for Equals_Select operator.
137
+This handles the list of values shown at the Fields tab in the ReportDesigner in the Value(s) combobox if Equals(Select) operator is used.|
139 138
| TableItemStyle|GridHeaderStyle||
140 139
| TableItemStyle|GridItemStyle||
141 140
| System.Drawing.Color|HeaderForegroundColor||