a91a78d70b685e958819889bb82ba05bce65f7cf
API/AdHocSettings.md
| ... | ... | @@ -105,34 +105,28 @@ Note:This property doesn't change data source name in data base. You should use |
| 105 | 105 | | string|EmailFromAddress|This gets or sets the value used as the default "email from" address for the automated scheduler.| |
| 106 | 106 | | string|EmailSubjectFormatString|This gets or sets the value used as the default subject of the emailed reports. By default it uses the report name as the subject of the email.| |
| 107 | 107 | | bool|EmbedReportInServerEmail|Gets or sets the value indicating whether a report will be embedded in the server email.| |
| 108 | -| int|EqualsDropDownLimit|| |
|
| 109 | -| int|EqualsDropDownTimeout|| |
|
| 110 | 108 | | Dictionary<string,string[]>|EqualsPopupDestinations || |
| 111 | -| string|EqualsSelectDateFormat|| |
|
| 112 | -| int|EqualsSelectLimit|| |
|
| 113 | -| string|EqualsSelectText|| |
|
| 114 | -| int|EqualsSelectTimeout|| |
|
| 115 | -| string|ErrorIzendaReplacement|| |
|
| 116 | -| string[]|ExistingDatabaseConstraints|| |
|
| 117 | -| bool|ExpandCategorizedReports|| |
|
| 118 | -| bool|ExpandVisualGroupGrids|| |
|
| 119 | -| Font|ExportFont|| |
|
| 120 | -| int|ExportLimit|| |
|
| 121 | -| NameValueCollection|ExtendedFormats|| |
|
| 122 | -| string[]|ExtendedFunctions|| |
|
| 123 | -| NameValueCollection|FieldAliases|| |
|
| 124 | -| Unit|FieldDropDownWidth|| |
|
| 125 | -| string|FieldFilterRegex|| |
|
| 126 | -| int|FieldLimit|| |
|
| 127 | -| FieldList|FieldList|| |
|
| 128 | -| string|FieldsRegex|| |
|
| 109 | +| int|EqualsSelectLimit|Limits the number of rows(the dropdown options) selectable through the "Equals(select)" filter. These filters can be found in the Filters tab of the Report Designer and in the report viewer when an "Equals(Select)" filter is utilized. <br>*Note: by default this is set to either 500 or 1000 rows. If, for example, you have 2 choices (true and false) and the false value is not in the first 1000 rows, then true will be the only option shown unless you increase this number.| |
|
| 110 | +| string|EqualsSelectText|Gets or sets a value that allows the user to specify the wording for the "Equals(Select)" filter. The "Select(Equals)" option is found in the filter tab of report designer in the operator drop down box.| |
|
| 111 | +| int|EqualsSelectTimeout|This setting allows the user to set how long to wait while the values of the filters tab is populated before timing out. If you have a large or unoptimized database, increasing this setting can help with proper reporting performance. This setting replaced EqualsDropDownTimeout and should be used instead.| |
|
| 112 | +| string|ErrorIzendaReplacement|Gets or sets the value that will replace the word "Izenda" in StackTrace when an exception occurs. This is useful when you brand your distribution of Izenda to your own company name.| |
|
| 113 | +| string[]|ExistingDatabaseConstraints|Gets a list of your database's constraints, if any.| |
|
| 114 | +| bool|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.| |
|
| 115 | +| bool|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.| |
|
| 116 | +| Font|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| |
|
| 117 | +| int|ExportLimit|Gets or sets a value indicating the maximum number of rows a ReportSet may export.| |
|
| 118 | +| string[]|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]].| |
|
| 119 | +| NameValueCollection|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.| |
|
| 120 | +| Unit|FieldDropDownWidth|Gets or sets the width of field dropdown on the Fields tab in the ReportDesigner.| |
|
| 121 | +| int|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.| |
|
| 122 | +| string|FieldsRegex|Sets the regular expression used to select specific columns from your datasource. 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. This replaced FieldFilterRegex and should be used instead.| |
|
| 129 | 123 | | string|FieldValueCssUrl|| |
| 130 | -| Unit|FilterParameterWidth|| |
|
| 131 | -| string|FiltersCustomPagesPath|| |
|
| 132 | -| string|FiltersRegex|| |
|
| 133 | -| bool|ForceNewNameOnSave|| |
|
| 134 | -| Unit|FormatDropDownWidth|| |
|
| 135 | -| FormatCollection|Formats|| |
|
| 124 | +| Unit|FilterParameterWidth|Gets or sets the width of the Filters tab's "value(s)" controls when the "Equals" operator is selected.| |
|
| 125 | +| string|FiltersCustomPagesPath|Gets or sets the relative path to the Equals(PopUp) page if you are using a custom page.| |
|
| 126 | +| string|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.| |
|
| 127 | +| 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.| |
|
| 128 | +| Unit|FormatDropDownWidth|Gets or sets the width of all "Format" dropdowns in the Report Designer.| |
|
| 129 | +| 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. For example, adding new format for Europe-style date: ``AdHocSettings.Formats["EuroDate"] = "{0:dd/MM/yyyy}";``*| |
|
| 136 | 130 | | string|FormDesignerUrl|| |
| 137 | 131 | | Unit|FunctionDropDownWidth|| |
| 138 | 132 | | int|GaugeHeight|| |