API/AdHocSettings.md
... ...
@@ -111,9 +111,9 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
111 111
| string[]|[[ExistingDatabaseConstraints|API/CodeSamples/ExistingDatabaseConstraints]]|Gets a list of your database's constraints, if any.|
112 112
| bool|[[ExpandCategorizedReports|API/CodeSamples/ExpandCategorizedReports]]|Gets or sets whether the categorized reports underneath each category in the report list and in the report designer's preview tab can be expanded.|
113 113
| bool|[[ExpandVisualGroupGrids|API/CodeSamples/ExpandVisualGroupGrids]]|Gets or sets whether the visually grouped data details can be expanded underneath each visual grouping in the report viewer and in the report designer's preview tab. When enabled, all visual groups will be expanded automatically when you view the report.|
114
-| Font|[[ExportFont|API/CodeSamples/ExportFont]]|Gets or sets the font for the PDF and RTF outputs. This is set to a standard font for iTextSharp by default|
114
+| Font|[[ExportFont|API/CodeSamples/ExportFont]]|Gets or sets the font for the PDF and RTF outputs. This is set to a standard font for [[iTextSharp|http://sourceforge.net/projects/itextsharp/]] by default|
115 115
| int|[[ExportLimit|API/CodeSamples/ExportLimit]]|Gets or sets a value indicating the maximum number of rows a ReportSet may export.|
116
-| string[]|[[ExtendedFunctions|API/CodeSamples/ExtendedFunctions]]|This list allows the user specify additional SQL functions that should be included in the functions dropdown of the Fields tab. Learn more about UDFs.|
116
+| string[]|[[ExtendedFunctions|API/CodeSamples/ExtendedFunctions]]|This list allows the user specify additional SQL functions that should be included in the functions dropdown of the Fields tab. Learn more about [[UDFs|http://wiki.izenda.us/FAQ/izenda-and-udfs]].|
117 117
| NameValueCollection|[[FieldAliases|API/CodeSamples/FieldAliases]]|Gets or sets the field names(aliases) that the user sees in the Report Designer, on a per-user basis. The name of your database column is used as the key and the alias you want is the value. This is useful for localization and when custom fields are used in your application.|
118 118
| Unit|[[FieldDropDownWidth|API/CodeSamples/FieldDropDownWidth]]|Gets or sets the width of field dropdown on the Fields tab in the ReportDesigner.|
119 119
| int|[[FieldLimit|API/CodeSamples/FieldLimit]]|This setting limits the number of fields Izenda Reports allows to be used in a single report. Fields are set in the fields tab on the report designer page.|
... ...
@@ -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*|
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]]*|
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*.|
... ...
@@ -211,7 +211,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
211 211
| int[]|[[ResultsDropdownValues|API/CodeSamples/ResultsDropdownValues]]|Gets or sets the list of the values in the "Results" dropdown in the toolbar of the ReportDesigner. This will override as many default entries in the list as it can.|
212 212
| string|[[SavedReportsTable|API/CodeSamples/SavedReportsTable]]|Gets or sets the table name for saved reports.|
213 213
| string|[[SaveReportSetNextUrl|API/CodeSamples/SaveReportSetNextUrl]]|Gets or sets the URL of the page to which users will be redirected after saving reports.|
214
-| string|[[ScheduledReportsUrlFormatString|API/CodeSamples/ScheduledReportsUrlFormatString]]|Gets or sets the url that is sent via email as the report web address when the user selects "link" in the scheduling control's "send email as" field. Report scheduling MUST be turned on for this to have an effect.|
214
+| string|[[ScheduledReportsUrlFormatString|API/CodeSamples/ScheduledReportsUrlFormatString]]|Gets or sets the url that is sent via email as the report web address when the user selects "link" in the scheduling control's "send email as" field. [[Report scheduling|http://wiki.izenda.us/FAQ/Questions/How-do-I-use-the-Izenda-Reports-report-email-scheduler]] MUST be turned on for this to have an effect.|
215 215
| SchedulerOutputCollection|[[SchedulerOutputTypes|API/CodeSamples/SchedulerOutputTypes]]|Gets or sets the value indicating the allowed formats for scheduling reports. This defines the contents of the "Send Email As" dropdown at the Misc tab in the ReportDesigner.|
216 216
| TimeSpan|[[SchemaCacheTimeout|API/CodeSamples/SchemaCacheTimeout]]|Gets or sets how long the system should wait before giving up on caching the schema.|
217 217
| Unit|[[SelectValueDropDownWidth|API/CodeSamples/SelectValueDropDownWidth]]|Gets or sets the width of the "Value(s)" dropdown on the Filters tab in the Report Designer.|