7d0205d2588c5ee9b36880f5bdb3251a24707fed
API/AdHocSettings.md
| ... | ... | @@ -209,97 +209,95 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 209 | 209 | | string|ResponseServer|Gets or sets the URL of the ResponseServer page.| |
| 210 | 210 | | string|ResponseServerWithDelimiter|Gets the URL of the ResponseServer page with query string characters("?" and "&") at the end.| |
| 211 | 211 | | int[]|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 | -| string|SavedReportsTable|| |
|
| 213 | -| string|SaveReportSetNextUrl|| |
|
| 214 | -| string|ScheduledReportsUrlFormatString|| |
|
| 215 | -| SchedulerOutputCollection|SchedulerOutputTypes|| |
|
| 216 | -| string|SchedulerTenantID|| |
|
| 217 | -| TimeSpan|SchemaCacheTimeout|| |
|
| 218 | -| string|ScriptDirectory|| |
|
| 219 | -| Unit|SelectValueDropDownWidth|| |
|
| 220 | -| bool|ServiceMode|| |
|
| 221 | -| string|SettingsKey|| |
|
| 222 | -| string|SettingsPageUrl|| |
|
| 223 | -| string[]|SharedWithValues|| |
|
| 224 | -| bool|ShowAddAll|| |
|
| 225 | -| bool|ShowAddFieldInReportViewer|| |
|
| 226 | -| bool|ShowAdminButton|| |
|
| 227 | -| bool|ShowAdvancedChartingButton|| |
|
| 228 | -| bool|ShowAllInPreview|| |
|
| 229 | -| bool|ShowAllInResults|| |
|
| 230 | -| bool|ShowAllTables|| |
|
| 231 | -| bool|ShowArithmeticInSummary|| |
|
| 232 | -| bool|ShowArithmeticOperations|| |
|
| 233 | -| bool|ShowBackButton|| |
|
| 234 | -| bool|ShowBetweenDateCalendar|| |
|
| 235 | -| bool|ShowBulkCSVButton|| |
|
| 236 | -| bool|ShowCategoryTextboxInSaveDialog|| |
|
| 237 | -| bool|ShowChartLegend|| |
|
| 238 | -| bool|ShowChartTab|| |
|
| 239 | -| bool|ShowClientEmailButton|| |
|
| 240 | -| bool|ShowConstraintsSettings|| |
|
| 241 | -| bool|ShowContinueLinks|| |
|
| 242 | -| bool|ShowCSVButton|| |
|
| 243 | -| bool|ShowCustomFormatType|| |
|
| 244 | -| bool|ShowDashboardAddDropDown|| |
|
| 245 | -| bool|ShowDashboardFieldsTab|| |
|
| 246 | -| bool|ShowDashboardPartViewerLinks|| |
|
| 247 | -| bool|ShowDashboardSettings|| |
|
| 248 | -| bool|ShowDatabaseDiagramIcon|| |
|
| 249 | -| bool|ShowDatabaseTypes|| |
|
| 250 | -| bool|ShowDataSourcesAsCheckBoxes|| |
|
| 251 | -| bool|ShowDataSourcesTab|| |
|
| 252 | -| bool|ShowDataWhenParametersBlank|| |
|
| 253 | -| bool|ShowDescriptionsInReportsTab|| |
|
| 254 | -| bool|ShowDesignDashboardLink|| |
|
| 255 | -| bool|ShowDesignLinkInReportViewer|| |
|
| 256 | -| bool|ShowDesignLinks|| |
|
| 257 | -| bool|ShowDetailFormat|| |
|
| 258 | -| bool|ShowDistinct|| |
|
| 259 | -| bool|ShowDOCButton|| |
|
| 260 | -| bool|ShowEtlButton|| |
|
| 261 | -| bool|ShowFieldAsValueDropDown|| |
|
| 262 | -| bool|ShowFieldsTab|| |
|
| 263 | -| bool|ShowFieldValueCheckbox|| |
|
| 264 | -| bool|ShowFieldValueSummaryCheckbox|| |
|
| 265 | -| bool|ShowFilterFunctions|| |
|
| 266 | -| bool|ShowFilterLogic|| |
|
| 267 | -| bool|ShowFiltersInDashboards|| |
|
| 268 | -| bool|ShowFiltersInReportViewer|| |
|
| 269 | -| bool|ShowFiltersTab|| |
|
| 270 | -| bool|ShowFunctions|| |
|
| 271 | -| bool|ShowGaugePercentage|| |
|
| 272 | -| bool|ShowGaugeTab|| |
|
| 273 | -| bool|ShowGoButton|| |
|
| 212 | +| string|SavedReportsTable|Gets or sets the table name for saved reports. If DatabaseAdHocConfig is used, reports data will be saved in this table in the database. This setting does nothing if FileSystemAdHocConfig is used. By default, a table named "IzendaAdHocReports" is used.| |
|
| 213 | +| string|SaveReportSetNextUrl|Gets or sets the URL of the page to which users will be redirected after saving reports. <br>*Note:The Report name will be automatically appended to the url as a parameter named "rn"*.| |
|
| 214 | +| string|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|/FAQ/Questions/How-do-I-use-the-Izenda-Reports-report-email-scheduler]] MUST be turned on for this to have an effect.| |
|
| 215 | +| SchedulerOutputCollection|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 | +| TimeSpan|SchemaCacheTimeout|Gets or sets how long the system should wait before giving up on caching the schema.| |
|
| 217 | +| Unit|SelectValueDropDownWidth|Gets or sets the width of filter values dropdown. |
|
| 218 | +This affects width of filtering value combobox, which appears at the Filters tab in the ReportDesigner when user selects Equals(Select) operator.| |
|
| 219 | +| string|SettingsKey|Gets or sets a password used to access the settings page. It should be used in tandem with UserKey if you don't need multi-user security.| |
|
| 220 | +| string|SettingsPageUrl|Gets or sets the URL of the Settings page.| |
|
| 221 | +| string[]|SharedWithValues|This sets the users or roles available in the "Shared With" dropdown of the Misc tab in the Report Designer.| |
|
| 222 | +| bool|ShowAddAll|Deprecated| |
|
| 223 | +| bool|ShowAddFieldInReportViewer|Deprecated| |
|
| 224 | +| bool|ShowAdminButton|Deprecated| |
|
| 225 | +| bool|ShowAdvancedChartingButton|This checkbox enables/disables the advanced button from being shown in the Chart tab of Report Designer.| |
|
| 226 | +| bool|ShowAllInPreview|Gets or sets a value indicating whether an "All" option should be displayed in the "Results per page" dropdown on the Report Preview.| |
|
| 227 | +| bool|ShowAllInResults|Gets or sets a value indicating whether an "All" option should be displayed in the "Results per page" dropdown on the Report Viewer.| |
|
| 228 | +| bool|ShowAllTables|Deprecated| |
|
| 229 | +| bool|ShowArithmeticInSummary|Gets or sets the value indicating whether the "Arithmetic" options should be displayed in the Summary tab of the Report Designer.| |
|
| 230 | +| bool|ShowArithmeticOperations|Gets or sets the value indicating whether the "Arithmetic" options should be displayed in the Fields tab of the Report Designer.| |
|
| 231 | +| bool|ShowBackButton|Gets or sets whether to show a "Back" button on the Report Viewer & Report Designer toolbars.| |
|
| 232 | +| bool|[[ShowBetweenDateCalendar|/API/CodeSamples/ShowBetweenDateCalendar]]|Gets or sets the value indicating whether calendar controls should be used for "Between" operation for DateTime filters. | |
|
| 233 | +| bool|ShowBulkCSVButton|Deprecated| |
|
| 234 | +| bool|ShowCategoryTextboxInSaveDialog|Gets or sets the value indicating whether the "Category" dropdown should be shown in the "save as" dialog for reports.| |
|
| 235 | +| bool|ShowChartLegend|Get or sets the value controlling whether charts should show legends.| |
|
| 236 | +| bool|ShowChartTab|This checkbox enables/disables the "Charts" tab from the Izenda Reports application report designer page.| |
|
| 237 | +| bool|ShowClientEmailButton|Gets or sets the value controlling whether the "email report from client" button is shown on the Izenda Reports toolbar.| |
|
| 238 | +| bool|ShowConstraintsSettings|Gets or sets the value indicating the "Constraints" tab is shown on the Settings page.| |
|
| 239 | +| bool|ShowContinueLinks|Gets or sets the value indicating whether the "Continue to" buttons are displayed throughout the tabs of the Report Designer.| |
|
| 240 | +| bool|ShowCSVButton|Gets or sets the value indicating whether the Export to CSV button is displayed on the Izenda Reports toolbar.| |
|
| 241 | +| bool|ShowCustomFormatType|Gets or sets the value indicating whether the "Custom" format type should be shown in the "Formats" dropdown.| |
|
| 242 | +| bool|ShowDashboardAddDropDown|Deprecated| |
|
| 243 | +| bool|ShowDashboardFieldsTab|Gets or sets the value indicating whether the "Dasbhoard Fields" tab is displayed on the Report Designer.| |
|
| 244 | +| bool|ShowDashboardPartViewerLinks|Gets or sets the value indicating whether the Dashboard Viewer will have "edit" links for it's reports.| |
|
| 245 | +| bool|ShowDashboardSettings|Deprecated| |
|
| 246 | +| bool|ShowDatabaseDiagramIcon|Gets or sets the value indicating whether the Database Diagram icon should be shown in the toolbar in the ReportDesigner.| |
|
| 247 | +| bool|ShowDatabaseTypes|Gets or sets the value indicating whether database types should be shown in the Fields dropdown. |
|
| 248 | +| bool|ShowDataSourcesAsCheckBoxes|Gets or sets the value indicating which mode of the Data Sources list is shown.| |
|
| 249 | +| bool|ShowDataSourcesTab|Gets or sets whether the Data Sources tab is shown on the Report Designer.| |
|
| 250 | +| bool|ShowDataWhenParametersBlank|Deprecated| |
|
| 251 | +| bool|ShowDescriptionsInReportsTab|Deprecated| |
|
| 252 | +| bool|ShowDesignDashboardLink|Gets or sets the value indicating whether the "New Dashboard" link should be shown in the Report list.| |
|
| 253 | +| bool|ShowDesignLinkInReportViewer|Gets or sets the value indicating whether the "Design" button should be shown in the Report Viewer in the toolbar.| |
|
| 254 | +| bool|ShowDesignLinks|Gets or sets a value indicating whether "Design" links should be shown in the Report list and in the toolbar.| |
|
| 255 | +| bool|ShowDetailFormat|Deprecated| |
|
| 256 | +| bool|ShowDistinct|Gets or sets the value indicating whether the "Distinct" checkbox should be shown on the Data Source tab in the Report Designer.| |
|
| 257 | +| bool|ShowDOCButton|Gets or sets whether to show the Microsoft Word export button on the Report Viewer & Designer toolbar.| |
|
| 258 | +| bool|ShowEtlButton|Gets or sets the value indicating whether the upload data button should be shown in the report viewer. | |
|
| 259 | +| bool|ShowFieldAsValueDropDown|Gets or sets the value indicating whether the "(Field)" operators will display their "Value(s)" as textboxes or dropdown menus.| |
|
| 260 | +| bool|ShowFieldsTab|Gets or sets the value indicating whether the fields tab should be shown on the Report Designer.| |
|
| 261 | +| bool|ShowFieldValueCheckbox|Gets or sets the value indicating whether the "Show main report in Field/Value style" checkbox should be shown on the Style tab in the ReportDesigner.| |
|
| 262 | +| bool|ShowFieldValueSummaryCheckbox|Gets or sets the value indicating whether the "Show summary report in Field/Value style" checkbox should be shown on the Style tab in the ReportDesigner.| |
|
| 263 | +| bool|ShowFilterFunctions|Deprecated| |
|
| 264 | +| bool|ShowFilterLogic|Gets or sets the value indicating whether the "Filter Logic" textbox should be shown in the Filters tab in the Report Designer.| |
|
| 265 | +| bool|ShowFiltersInDashboards|Gets or sets the value indicating whether the "Filters" tab should be shown when viewing Dashboards.| |
|
| 266 | +| bool|ShowFiltersInReportViewer|Gets or sets the value indicating whether the "Filters" tab should be shown in the Report Viewer.| |
|
| 267 | +| bool|ShowFiltersTab|Gets or sets the value indicating whether the "Filters" tab should be shown in the Report Designer.| |
|
| 268 | +| bool|ShowFunctions|Gets or sets whether "Functions" controls should be shown for "Fields" on the Fields and Summary tabs on the Report Designer.| |
|
| 269 | +| bool|ShowGaugePercentage|Gets or sets the value indicating whether percentages should be shown on Gauges.| |
|
| 270 | +| bool|ShowGaugeTab|Gets or sets the value indicating whether the Gauges tab will be shown on the Report Designer.| |
|
| 271 | +| bool|ShowGoButton|Gets or sets whether the Go button is shown on the Izenda Reports toolbars.| |
|
| 274 | 272 | | bool|ShowGradientBackground|| |
| 275 | -| bool|ShowGroupInFunctionDropdown|| |
|
| 276 | -| bool|ShowGroupMonth|| |
|
| 277 | -| bool|ShowHelpButton|| |
|
| 278 | -| bool|ShowHtmlAsCode|| |
|
| 279 | -| bool|ShowInTimePeriod|| |
|
| 280 | -| bool|ShowInvertSummaryCheckbox|| |
|
| 281 | -| bool|ShowInvisible|| |
|
| 282 | -| bool|ShowJoinDropDown|| |
|
| 283 | -| bool|ShowJustification|| |
|
| 284 | -| bool|ShowLinkFormats|| |
|
| 285 | -| bool|ShowLoadingForDesigner|| |
|
| 286 | -| bool|ShowLoadingOnDesignerLoad|| |
|
| 287 | -| bool|ShowLogoInPdf|| |
|
| 288 | -| bool|ShowMapTab|| |
|
| 289 | -| bool|ShowMenuInReportViewer|| |
|
| 290 | -| bool|ShowMiscTab|| |
|
| 291 | -| bool|ShowModifyButton|| |
|
| 292 | -| bool|ShowMultiLineControls|| |
|
| 293 | -| bool|ShowNewButton|| |
|
| 294 | -| bool|ShowNonIndexedJoinFields|| |
|
| 295 | -| bool|ShowODTButton|| |
|
| 296 | -| bool|ShowOnlineDocumentation|| |
|
| 297 | -| bool|ShowOpenOfficeButton|| |
|
| 298 | -| bool|ShowPDFButton|| |
|
| 299 | -| bool|ShowPivot|| |
|
| 300 | -| bool|ShowPoweredByLogo|| |
|
| 301 | -| bool|ShowPreviewTab|| |
|
| 302 | -| bool|ShowPublishRdlButton|| |
|
| 273 | +| bool|ShowGroupInFunctionDropdown|Gets or sets the value indicating whether GROUP feature should be shown as a function at the Fields tab in the ReportDesigner.| |
|
| 274 | +| bool|ShowGroupMonth|Deprecated| |
|
| 275 | +| bool|ShowHelpButton|Gets or sets the value indicating whether the "HideHelpPanel" icon should be shown in the toolbar. | |
|
| 276 | +| bool|ShowHtmlAsCode|Gets or sets whether fetching HTML code contained in database fields displays as HTML or plain text. | |
|
| 277 | +| bool|ShowInTimePeriod|Gets or sets the value indicating whether "In Time Period" items are shown in operators dropdown on the Report Designer. | |
|
| 278 | +| bool|ShowInvertSummaryCheckbox|Deprecated| |
|
| 279 | +| bool|ShowInvisible|Deprecated| |
|
| 280 | +| bool|ShowJoinDropDown|Gets or sets the value indicating whether the join type dropdown should be shown in the JoinedTablesList. | |
|
| 281 | +| bool|ShowJustification|Gets or sets whether justification boxes are shown in the Report Designer.| |
|
| 282 | +| bool|ShowLinkFormats|Deprecated| |
|
| 283 | +| bool|ShowLoadingForDesigner|Deprecated| |
|
| 284 | +| bool|ShowLoadingOnDesignerLoad|Deprecated| |
|
| 285 | +| bool|ShowLogoInPdf|Deprecated| |
|
| 286 | +| bool|ShowMapTab|Gets or sets the value indicating whether the Map tab should be shown in the Report Designer.| |
|
| 287 | +| bool|ShowMenuInReportViewer|Deprecated| |
|
| 288 | +| bool|ShowMiscTab|Gets or sets whether the Misc tab is displayed on the Report Designer page. | |
|
| 289 | +| bool|ShowModifyButton|Deprecated| |
|
| 290 | +| bool|ShowMultiLineControls|Gets or sets the value indicating whether the "Multi-Line" feature is enabled.| |
|
| 291 | +| bool|ShowNewButton|Gets or sets whether the "New" button is shown on the Report Viewer for creating new reports.| |
|
| 292 | +| bool|ShowNonIndexedJoinFields|Gets or sets the value indicating whether non-indexed join fields should be shown.| |
|
| 293 | +| bool|ShowODTButton|Deprecated| |
|
| 294 | +| bool|ShowOnlineDocumentation|Gets or sets the value indicating whether to show "Details" buttons in the settings page. | |
|
| 295 | +| bool|ShowOpenOfficeButton|Gets or sets the value indicating whether the "OpenOffice" export button is shown. | |
|
| 296 | +| bool|ShowPDFButton|Gets or sets the value indicating whether the "PDF" export button is shown.| |
|
| 297 | +| bool|ShowPivot|Gets or sets whether to show the "Add Pivot" button on the Report Designer.| |
|
| 298 | +| bool|ShowPoweredByLogo|Gets or sets whether to show the "Powered By Izenda" logo throughout the application.| |
|
| 299 | +| bool|ShowPreviewTab|Gets or sets whether the "Preview" tab is shown in the Report Designer.| |
|
| 300 | +| bool|ShowPublishRdlButton|Gets or sets whether to show the "RDL" button on the Report Designer toolbar.| |
|
| 303 | 301 | | bool|ShowRdlOutputIcon|| |
| 304 | 302 | | bool|ShowRecentDatasources|| |
| 305 | 303 | | bool|ShowRemoveAll|| |