| A |
| AddAllFilterRegex | This setting allows the user to use a regular expression to filter certain fields from being added through the "Add All" button (the "Add All" button can be turned on in the features tab of the settings guide and is added in the fields section of report designer). An example of when this may be used is if you don't want social security numbers added to reports you could add part of the name of that field to the regular expression. |  |
| AdHocConfig | Gets or sets the current AdHocConfig - Ad Hoc configuration. |  |
| AdHocUserKey | A single password limiting access to the report designer, report list and report viewer. This is for projects that do not need multi-user security. |  |
| AllowAnalysisGrid | Gets or sets the value indicating whether it is allowed analysis grid.
The option appears in the Visual Group Style combobox at the Style tab in the ReportDesigner. |  |
| AllowArchivedReportTableCreation | Gets or sets the value indicating whether it is allowed to create the database table that contains archived reports if there is no such table in the database.
If set, AdHoc checks if table in database for keeping reportsets exists, and creates it if necessary. |  |
| AllowComparativeArithmetic | Gets or sets the value indicating whether comparative arithmetic is allowed in arithmetic checkbox.
Comparative operators appear in "A" checkboxes at the Fields tab in the ReportDesigner. |  |
| AllowCreateNewCategory | Gets or sets the value indicating the possibility to create new categories in Save As dialog in the ReportDesigner. |  |
| AllowDataFieldsInDescription | This checkbox enables/disables the ability to allow a data field to be used in the description of the report (which is set in the misc tab). This is particularly useful in drill down reports and those reports with filters. For example: Let's say we are filtering a report by the field CategoryName and the value Produce. For the Description we enter: [CategoryName] details. This will show on the report as Produce details and dynamically change when the user changes the filter value. |  |
| AllowDeletingReports | This checkbox enables/disables the delete icons at the report list page against reports names, for the current user. Clicking on the red x delete icon deletes the report. |  |
| AllowDeltas | Gets or sets the value indicating whether "Add Deltas" checkbox should be shown at the fields tab in the ReportDesigner.
Any time there is a change in a quantity that change is calculated by taking the later value for that quantity and subtracting from it the earlier value for that quantity. |  |
| AllowDomainJoin | Gets or set value indicating domain join should be shown at report designer.
Domain join could be usefull if you want to join tables on colums with web addresses.
For example, if you set up Domain Join option columns with strings "http://www.yourdomain.com" and "www.yourdomain.com" will be equal. |  |
| AllowEqualsSelectForStoredProcedures | Gets or sets the value indicating is it allowed to use Equals(Select) or Equals(Multiple) for filters in case when stored procedure used.
These options can be found in the Operator dropdown at the Filters tab in the ReportDesigner. |  |
| AllowFieldsAsValue | Gets or sets the value indicating whether field name is allowed in filter value.
If set, values like "Is Less Than (Field)" appear in the Operator combobox at the Filters tab in the ReportDesigner. Fields comparison allows you to compare values from one field with values from another field.
|  |
| AllowGroupWithoutSelect | Gets or sets value indicating if it is possible to make invisible fields which are used for Visual Grouping.
If set, fields with both "Hide This Field" (in the advanced properties) and "VG"; flags set, will not lead to report being considered as invalid. |  |
| AllowHorizontalBarChart | Gets or sets the value indicating whether Horizontal Bar Chart is allowed.
This defines if Horizontal checkbox will be available in the Advanced Properties at the Chart tab in the ReportDesigner, when Bar chart type is used. |  |
| AllowInvalidCharacters | Gets or sets the value indicating whether invalid characters in report namesare allowed if not striped.
If disabled, non-literal characters in the report name, entered in the Report Designer in Save As dialog, will cause error message during saving report.
Note: Invalid characters will be automatically removed from the report name if StripInvalidCharacters set to true. |  |
| AllowInvertedGrid | Allows the inverted checkbox to be shown in the Summary tab in the ReportDesigner. Inverted grid means it exchanges columns for rows (up to 36 rows) |  |
| AllowLineOnBar | Gets or sets the value indicating whether is it allowed line on Bar chart.
If true, then Line Value feature is available at the Chart tab in the ReportDesigner, when Bar chart type is selected.
Line can show additional values on the Bar chart. |  |
| AllowMultilineHeaders | Gets or sets if headers in the grid report can be multiline.
This setting could be useful if you have many columns in the report or columns names are very long. |  |
| AllowNewFiltersInReportViewer | This checkbox enables/disables the ability to add new filters in the report viewer page of Izenda Reports. Note: Current filters used on the report will still be displayed. |  |
| AllowOverwritingReports | This enables/disables the current user's ability to overwrite reports currently saved. An example of this usage is that many users create base reports for their users to use. Disabling the overwrite report feature ensures that the default reports are not tampered with. |  |
| AllowSelfJoin | Gets or sets the value indicating whether is it allowed datasources self join.
If true and ShowDataSourcesAsCheckBoxes, then user can select the same data source twice and selfjoin it at the Data Sources tab in the ReportDesigner. |  |
| AllowStackedBarChart | Gets or sets the value indicating whether Stacked Bar Chart is allowed.
This defines if Stacked checkbox will be available in the Advanced Properties at the Chart tab in the ReportDesigner, when Bar chart type is used. |  |
| AllowSummaryDeltas |
Gets or sets the value indicating whether "Show Summary Deltas" checkbox should be shown in the summary tab in the ReportDesigner.
Any time there is a change in a quantity that change is calculated by taking the later value for that quantity and subtracting from it the earlier value for that quantity.
AllowDeltas feature MUST be turned on to use this feature.
|  |
| ApplicationHeaderImageUrl | Gets or sets the URL of the Application Header Logo. |  |
| AutoPostBackOnFilterChange | Gets or sets the value indicating whether should be postback on filter change.
This affects behavior of ReportViewer when ShowFiltersInReportViewer is enabled, and user changes filters there. All changes will be applied immediately and report will be reloaded. |  |
| C |
| CacheEqualsSelect | Gets or sets the value indicating whether "Equals (Select)" value should be cached.
Caching "Equals (Select)" can be usefull if you have problems with performance in your data base or slow connection to it. But data in cache may be not relevant if it is updated very often in the data base. So, use this setting carefully. |  |
| CacheQueries | Gets or sets the value indicating whether all queries for the Driver should be cached. |  |
| CacheReports | Gets or sets the value indicating whether all loaded reports should be cached.
This feature can be very useful if you have problems with performance in your data base or slow connection to it.
Loaded ReportSet will be cached, so there will be no extra queries to the data base.
When you save the Reportset cache for it will be removed and it will be added again when ReportSet will be loaded again.
Report caching may cause problems if you are running more than one instance of Izenda Adhoc with the same reports source (i.e. the same database and table or same reports folder) |  |
| CacheSchema | Gets or sets the value indicating whether DatabaseSchema should be cached.
Disable schema caching may be useful if you data base schema changes very often. But ussually it is better to use caching because it will prevent extra queries to the data base. |  |
| CacheStoredProcedureMetaDataToDisk | Gets or sets the value indicating is the information about the stored procedures will be cached on disk.
Normally stored procedures updated with data base schema. But if CacheStoredProcedureMetaDataToDisk is enabled they will be cached in Izenda.config file and will not be updated with schema. Normally you don't need to use stored procedure caching, so use this feature only when you have problems with performance while loading a large amount of stored procedures. |  |
| CascadeFilterValues | Gets or sets the value indicating whether filter values at the Filters tab in the ReportDesigner will be cascaded. For example, this will only show cities in the country selected on the prior filter by country |  |
| CategoryCharacter | Get or set delimiter which is used to delimit category name and report name. |  |
| ChartLimit | Gets or sets the value limiting chart items. |  |
| Charts | Gets or sets the collection of available Charts.
Collection of available charts is shown in the Chart Type combobox at the Cart tab in the ReportDesigner. |  |
| ChartSize | Gets or sets the value indicating chart size.
This will affect size of any chart in the rendered report. |  |
| ChartSortFields | Gets or sets the value indicating the fields wich will be used for sorting data in charts. |  |
| CheckBoxListColumns | Number of checkboxes columns in "Quick add" dialog in the Report Designer at the Fields tab.
Maximum number of checkboxes columns in "Quick add" dialog in the Report Designer at the Fields tab.
Note: Fields will be grouped in colums in cases when fields count is greater then QuickAddMinElementsInColumn |  |
| CheckUserPermission | Get or set value indicating checking user permission.
If disabled, all reports will be accessible to all users. |  |
| CollapsedFiltersInReportViewer | Gets or set value indicating whether filters control should be initially collapsed in ReportViewer.
You should have ShowFiltersInReportViewer enabled to use this setting. |  |
| ColumnDropDownWidth | Gets or sets the value indicating the width of the dropdown for dropdown boxes at the Fields tab in the ReportDesigner. |  |
| Culture | Gets or sets the default culture for Ad Hoc.
Note: use this only in special cases. Normally you should use Language setting for localization, see links below:
Language
Izenda Language Pack |  |
| CurrentUserIsAdmin | Tells AdHoc whether the current user is an Admin user. Admins may see and overrite all reports for that tenant |  |
| CurrentUserIsGlobalAdministrator | Defines if current user has global administrator rights |  |
| CurrentUserName | Sets the name of the current user. This is required for multi-user security. |  |
| CurrentUserRoles | Defines groups set for the current user . |  |
| CurrentUserTenantId | This identifies what tenant the current user is associated with in a multi-tenant system. |  |
| CustomizeChartDelegate | Represents a method that runs before chart reports get run. |  |
| CustomTimePeriods | Defines custom time periods, accessible in 'In Time Period' filter operator at the Filters tab in the ReportDesigner.
You can easily add new custom time periods to the predefined time periods list.
Note: There are several overloads for CustomTimePeriod constructor, so you can define different time periods with various types. |  |
| D |
| DashboardDateSliderMode | Gets or sets the value indicating the size of division for Dashboard date slider. |  |
| DashboardDesignerUrl | Gets or sets the URL of a page used to design dashboards (DashboardDesigner). |  |
| DashboardDesignerUrlWithDelimiter | Gets the DashboardDesignerUrl with "?" or "&" char at the end. |  |
| DashboardFieldsCount | Gets or sets the count of additional reports.
Affects ReportDesigner when ShowDashboardFieldsTab is true. |  |
| DashboardGaugeWidth | Gets or sets the gauge width for "Dashboard Gauge" format.
This will affect width of gauges when they are shown in the dashboards. |  |
| DashboardsCssUrl | Gets or sets the css stylesheet URL for the TabStrip. |  |
| DashboardTabBackgroundImageUrl | Gets or sets the URL of the tabs background image for Dashboard. |  |
| DatabaseDiagramImageUrl | Setting an image here allows the user to show a database diagram image through the report designer that shows the table relationships. These can be created through Microsoft SQL. Izenda recommends using tables to simplify the prejoin complex related tables. |  |
| DataSourceAliases | Gets or sets the collection of key-value pairs where the key is the table name and the value is a table alias.
Note:This property doesn't change data source name in data base. You should use it if you want to change ONLY display name for the data source. I.e. you will still have to work with 'real' data source name if you want to use it in any other option. |  |
| DataSourceCategories | This allows to assign sets of datasources to different categories. When ShowDataSourcesAsCheckBoxes is enabled, this adds datasources categories dropdown to the Data Sources tab in the ReportDesigner. If user selects category, only datasources from the selected category will be shwn. |  |
| DataSourceDropDownTimeout | Gets or sets the timeout between starting loading dropdown values (in the DataSources dropdown at the Data Sources tab in the ReportDesigner) from server and redirecting to About page. |  |
| DataSourceHeading | This textbox renames the heading within the Data Sources tab of Report Designer. Some users rename this since some users may not be familiar with database terminology. |  |
| DataSourceLimit | This setting limits the number of data sources Izenda Reports allows to be used as data sources in a single report. Data sources are set in the data sources tab on the report designer page. |  |
| DateArithmeticDecimalPlaces | Gets or sets the value indicating how many decimal places dates show up when comparing dates.
An effect can be observed for example in the grid report with two DateTime fields with subtraction arithmetics applied. |  |
| Db2ConnectionString | Gets or sets the connection string for DB2. |  |
| DefaultAlternatingItemColor | Sets the default alternating item color.
This mainly affects grid report. |  |
| DefaultHeaderForegroundColor | Sets the default header foreground color. |  |
| DefaultItemForegroundColor | Sets the default item forground color.
This mainly affects grid report. |  |
| DefaultItemsPerPage | This setting changes the default items shown in the report viewer per page. For example let's say a report had 150 items. By default this value is set to 100. So 100 items would be on the first page. When the user scrolls to the bottom of the page they will see a link that shows 101-150. When the user clicks on it the remaining report items will be shown. |  |
| DefaultLinesPerItem | Gets or sets the default count of lines per item for "Multi-Line" feature. The default value is 1 and is listed in the style tab of report designer as field/value common pairs. Let's say that you have a report with 12 fields. This report would be difficult to print. By changing this value to 2 the grid would be 6 fields wide instead of 12. This is a feature commonly used in accounting style reports. |  |
| DefaultLoadTab | Sets the default tab that loads when a report is loaded in report designer. By default this goes to the fields tab. |  |
| DefaultPreviewResults | This changes the default number of results (records) shown in the report designer preview tab. When exporting all results always will be exported. Web browsers are not designed to show reports with hundreds of thousands of lines so keep this in mind when changing this setting. This should be set to a power of 10 such as 1, 10, 100, or 1000. |  |
| DefaultReportBorderColor | Sets the default border color for reports. |  |
| DefaultReportHeaderColor | Sets the default report header color. |  |
| DefaultReportItemColor | Sets the default report item color.
This mainly affects grid report. |  |
| DefaultReportOrder | Gets or sets the default report order at they Style tab in the ReportDesigner. |  |
| DefaultSharingRights | Gets or sets the Default Sharing Rights.
Defines sharing rights which are assigned to the report by default. |  |
| DefaultTable | Gets or sets the default table which is automatically added to new report.
The table must be present in the database and be accessible. |  |
| DefaultUserName | This settings allows the user to set the default username for users logged into the Izenda Reports web application. User names are shown on the report list and on the reports tab of report designer. |  |
| DefaultVisibilityForNonAdmins | Gets or sets the default default visibility group for non admins.
This setting defines reports of which group will be visible by default to the non-administrator users. |  |
| DescriptionWidth | Gets or sets the width of description edit at the Fields tab in the ReportDesigner. |  |
| Distinct | Sets the default value of the distinct checkbox. The distinct checkbox is located on the datasources tab of the report designer page. |  |
| DistinctSubtotalInnerQuery | Gets or sets the value indicating whether DISTINCT option should be used in inner query for the subtotals calculating. |  |
| DrillDownStyle | Gets or sets the list of available drill-down report fields formats.
This affects contents of all "Drill-down style" comboboxes in the ReportDesigner. |  |
| E |
| EmailFromAddress | Setting for "email from" address for the automated scheduler. |  |
| EmailSubjectFormatString | Setting for subject of the emailed reports. By default it uses the report name as the subject of the email. |  |
| EmbedReportInServerEmail | Gets or sets the value indicating whether report will be embedded in the server email. |  |
| EqualsDropDownTimeout | This setting allows the user to increase the database query time for building the drop down selection options at the Filters tab in the Report Designer. If you have a large or unoptimized database increasing this setting can help with proper reporting performance. |  |
| EqualsSelectLimit | Limits the number of (options) rows selectable through an equals (drop down) filter. These filters can be found in the Filters tab of Report Designer and in the report viewer when an equals (drop down) filter is utilized. 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 showed unless you increase this number. |  |
| EqualsSelectText | This textbox allows the user to specify the wording for the equals (drop down) filter. This option is found in the filter tab of report designer in the operator drop down box. |  |
| EqualsSelectTimeout | This setting allows the user to increase the database query time for building the drop down selection options at the Filters tab in the Report Designer. If you have a large or unoptimized database increasing this setting can help with proper reporting performance. |  |
| ErrorIzendaReplacement | Gets or set value which will replace the word "Izenda" in StackTrace when exception occurs. |  |
| ExistingDatabaseConstraints | Gets database constraints.
Returns list of currently existing constraints. |  |
| ExpandCategorizedReports | This checkbox enables/disables the categorized reports to be expanded underneath each category in the report list and in the report designer's report tab. |  |
| ExpandVisualGroupGrids | This checkbox enables/disables the visual grouped data details to be expanded underneath each visual grouping in the report viewer and in the report designer's preview tab.
I.e. when enabled all visual groups will be expanded automatically when you open report. |  |
| ExportFont | Gets or sets the font for the PDF and RTF outputs. |  |
| ExportLimit | Gets or set value indicating ReportSet max row count while export. |  |
| ExtendedFunctions | This list allows the user specify additional SQL functions to be used on their data. For example: Log |  |
| F |
| FieldAliases | This feature let's you dynamically alter the field names that the user sees in the Report Designer, on a per-user basis. This is useful for localization and when custom fields are used in your application. |  |
| FieldDropDownWidth | Gets or sets the width of field dropdown at the Fields tab in the ReportDesigner. |  |
| 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. |  |
| FieldsRegex | 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. |  |
| FilterParameterWidth | Gets or sets the width of filter parameter value edit.
This can be seen at the Filters tab in the ReportDesigner, if Equals operator selected. |  |
| FiltersCustomPagesPath | Gets or sets the relative path to the Equals(PopUp) custom pages. |  |
| FiltersRegex | Gets or sets the regular expression used for column filtering in Filter tab. If name of a column matches this expression then it will not be shown in fields select in Filter tab. |  |
| ForceNewNameOnSave | This feature forces usage of the Save As function always and requires the user to specify a report name when saving. If another report has the same name Izenda Reports warns the user. Note: Also consider “allow overwriting reports†function in the Other tab of the settings page (described previously in this section). |  |
| FormatDropDownWidth | Gets or sets the width of Format dropdowns in the Report Designer. |  |
| Formats | Gets or sets the list of available fields formats.
This affects Formats dropdown at the Fields tab of the ReportDesigner for example.
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}"; |  |
| FunctionDropDownWidth | Gets or sets the width of Function dropdowns in the Report Designer. |  |
| G |
| GaugeHeight | Gets or sets the gauge height for "Gauge" format.
This will affect height of gauges when they are shown in reportsets.
Note: This setting will affect only Linear Gauges. |  |
| GaugeStyles | Gets or sets custom gauge types.
This overrides set of gauge styles, shown as radiobuttons at the Gauge tab in the ReportDesigner. If you use this, you should ensure that either there exist IGaugeDrawer instances in the AdHocSettings.RadialGaugeDrawerCollection corresponding to your custom gauge styles, or you have overriden CustomizeGuage in your AdHocConfig. |  |
| GaugeWidth | Gets or sets the gauge width for "Gauge" format.
This will affect width of gauges when they are shown in reportsets.
Note: This setting will affect only Linear Gauges. |  |
| GenerateParameterizedSql | Gets or sets the value indicating whether queries to the database should be parameterized. |  |
| GeoDataTable | Gets or sets the value indicating the table name wich contains geodata for maps. |  |
| GetEqualsSelectValues | Represents a method that returns values for Equals_Select operator.
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. |  |
| GridHeaderStyle | Gets or sets the OpenOffice output style for report results grid header. |  |
| GridItemStyle | Gets or sets the OpenOffice output style for report results grid item. |  |
| H |
| HeaderForegroundColor | Gets or sets the color of report header. |  |
| HeaderStyle | Gets or sets the CSS style for the headers in Fields, Summary and Filters tabs. |  |
| HelpText | Gets or sets the collection of key-value pairs where the key is the tab name and the value is a hint that will be shown when mouse is over the appropriate tab.
Can be seen in the ReportDesigner if ShowSideHelp is enabled.
Note: You can also enable/disable side help by clicking Help button (AdHocSettings.ShowHelpButton should be enabled). |  |
| HiddenCategories | Sets which categories are hidden for the current user.
Report from those categories will not be shown to the current user. |  |
| HiddenColumns | Gets or sets the array of Column names should be hidden in Filed dropdowns in the ReportDesigner. |  |
| HiddenFilters | This controls row-level security throughout the tool. This should be used in all multi-tenant systems and systems where users are restricted to certain records.
Hidden filters are applied to the report being executed, without any appearance in the UI, invisible for the user. |  |
| I |
| ImagesPath | Gets or sets the path of the folder which contains the images used by Ad Hoc. If the value is a null reference then built-in images will be used. |  |
| InheritFiltersInSubreports | Gets or sets the value indicating whether filters will be inherited in subreports.
When enabled, subreport will have filters from the master report applied. |  |
| InvalidateSchemaOnNew | Gets or sets the value indicating whether database schema should be invalidated when user creates new report. |  |
| InvertedGridLimit | Gets or sets the maximum count of rows for inverted grid.
This affects maximum count of rows when AllowInvertedGrid flag is enabled and set in the ReportDesigner. |  |
| ItemForegroundColor | Gets or sets the default color of the item foreground |  |
| J |
| JoinDropDownWidth | Gets or sets the width of join type dropdown.
These dropdowns can be found at the Data Sources tab of the ReportDesigner when ShowDataSourcesAsCheckBoxes is set to false. |  |
| JoinFieldRegex | This setting allows the user to use a regular expression to filter certain fields from being the join field between data sources in the data sources tab of report designer. For example, to show only fields ending with "ID", use following value: AdHocSettings.JoinFieldRegex = "^.*(?<!id)$"; |  |
| L |
| LabelAliases | Gets or sets the collection of key-value pairs where the key is the field name and the value is a field alias. |  |
| Language | Friendly setter of the default culture for Ad Hoc. |  |
| LicenseKey | In this text box the Izenda license key must be entered for Izenda Reports to function in the correct version. |  |
| LiteralComma | Gets or sets the delimiter separating items in the 'Equals' filter operator value.
If Equals operator is selected at the Filters tab in the ReportDesigner, AdHoc looks for LiteralComma char in the Value(s) textbox, and if found, splits Value(s) textbox value by this char to the several items and fills textbox with these items delimited by comma. |  |
| LockViewer | Gets or sets the value indicating whether Report Viewer will be locked.
If true, controls like Add/Remove field, filters control etc are unavailable in the ReportViewer. |  |
| LoginUrl | This setting allows the user to specify their own login page to be utilized by Izenda Reports. Note to utilize this login page the "Require Login" check box must be selected. |  |
| M |
| MapInfoCollection | Gets or sets the registered maps data.
This defines contents of the Map Type dropdown at the Map tab in the ReportDesigner. |  |
| MaxImageSize | Gets or sets the maximum image size of the report images. If the size of an image is larger than the specified value then the image will be scaled. |  |
| MinPdfFontSize | Sets the minium font size that will be used when creating a PDF document. Default is 10 point. |  |
| MySqlConnectionString | Gets or sets the connection string for MySQL. |  |
| N |
| NoDataSourcePage | Gets or sets url of the page where user will be redirected if there is no tables in a data base.
By default it is settings page. |  |
| NumChartPerRow | Gets or set value indicating number of charts in one report row |  |
| NumChartTabs | Sets the maximum number of charts per report in the ReportDesigner. Each chart will have it's own tab in the report designer. Setting this to more than 1 requries a Dashboards license |  |
| NumSharedDropdowns | Gets or sets the maximum number of user/roles a report can be shared with.
This affects the number of dropdowns with SharedWithValues values at the Misc tab in the Report Designer. |  |
| O |
| OpenCustomUrlInNewWindow | This checkbox enables/disables the functionality of opening a new window when a custom url link is clicked (custom url is enabled as the format of a field in the fields tab of report designer.) If this is not enabled the current page will change to the clicked on link. If the user would like to keep up the current report and open the new page then keep this feature enabled. |  |
| OracleCommandTimeout | Sets the time Izenda Reports will wait for an Oracle command to execute before timing out. |  |
| OracleConnectionString | Gets or sets the connection string for Oracle Server. |  |
| OutputTypes | Gets or sets the registered ReportOutputGenerators. |  |
| P |
| PerUserCaching | Gets or sets the value indicating whether Driver.DatabaseSchema should be cached. |  |
| PivotFieldLimit | Sets the limit for how many pivot columns are in a report.
User can click Add Pivot button at the Fields tab in the ReportDesigner and select field for pivot with a lot of values, each of them will be shown as an additional column in the report. Given setting limits maximum number of such additional columns. |  |
| PreviewColumnLimit | Gets or set value indicating number of columns to show in preview. |  |
| PreviewColumnLimitMessage | Gets or set value indicating message displayed when PreviewColumnLimit is exceeded. |  |
| PreviewTimeout | Sets the minumum time Izenda Reports will wait for a MS SQL command to execute before timing out. |  |
| PrintMode | Gets or sets the value indicating what print mode will be used, PDF or HTML |  |
| Q |
| QuickAddFieldWidth | Gets or set value indicating max length of string in one QuickAdd column, which can be found at the Fields tab of the ReportDesigner. |  |
| QuickAddMinElementsInColumn | Set the minimum number of elements in each quick add column, which can be found at the Fields tab of the ReportDesigner. |  |
| R |
| RDLFolder | Gets or sets path to Folder where RDL files would be saved. |  |
| ReportAlternatingItemColor | Gets or sets the color of report alternating item.
Records in the grid are shown with interleaving of two background colors. Those two colors are called ItemColor and AlternatingItemColor. |  |
| ReportBorderColor | Gets or sets the color of report border. |  |
| ReportCssUrl | This setting allows the user to specify their own css file to be used on reports generated by Izenda Reports. |  |
| ReportDesignerUrl |
Gets or sets the URL of a page used to design reports.
|  |
| ReportDesignerUrlWithDelimiter | Gets the ReportDesignerUrl with "?" or "&" char at the end. |  |
| ReportHeaderColor | Gets or sets the color of report header. |  |
| ReportHeaderImage | Gets or sets the image which will be shown at the top of the report. |  |
| ReportHeaderImageUrl | This setting allows the user to set a report header image to be used on reports. |  |
| ReportingService2005Url | Gets or sets the base URL of the XML Web service. |  |
| ReportItemColor | Gets or sets the color of report item.
Records in the grid are shown with interleaving of two background colors. Those two colors are called ItemColor and AlternatingItemColor. |  |
| ReportList | Gets or sets the URL of the report list page. If null or empty the Report List button in toolbar will be hidden. |  |
| ReportSetEventWatchers | Gets or sets the collection of registered IReportSetEventWatcher which can do some actions on ReportSet-related events. |  |
| ReportsPath | This field folder in which Izenda Reports will keep the reports in when filesystem mode is enabled. Note: Be sure the folder exists and has the correct network user permissions specified. |  |
| ReportStorageMode | Defines how reports are stored - either in the file system or in the database. |  |
| ReportViewer | Gets or sets the URL of the report viewer page. |  |
| ReportViewerDefaultPreviewResults | This textbox specifies the default number of results in the Report Viewer for all reports. Izenda does not recommend setting this to a large number such as 5000 or larger as the html report will take a long time to generate. If you would like to view all the data we recommend exporting the report which always provides the entire report. |  |
| ReportViewerPostHtml | Gets or sets the string contains html code that will be placed after the entire HtmlOutputReportResults section.
This can be seen in the ReportViewer in the bottom page after the report body. |  |
| ReportViewerPreHtml | Gets or sets the string contains html code that placing before the entire HtmlOutputReportResults section.
This can be seen in the ReportViewer in the top of the page before the report body. |  |
| ReportViewerWithDelimiter | Gets the report viewer page with "?" or "&" char at the end. |  |
| ReportViewPageTitle | Gets or sets the title of report view page.
This text can be seen as the title of browser window when ReportViewer is opened. |  |
| RequireLogin | This setting tells Izenda Reports that system will use authorization. So, it will use the login page specified in the LoginUrl setting. |  |
| ResponseServer | Gets or sets the URL of the ResponseServer page. |  |
| ResponseServerWithDelimiter | Gets the ResponseServer page with "?" or "&" char at the end. |  |
| ResultsDropdownValues | Gets or sets the list of the values in the preview results dropdown in the toolbar.
These values will be displayed in the Results dropdown in the toolbar of ReportViewer and Preview tab of ReportDesigner. |  |
| S |
| 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. By default this is IzendaAdHocReports table. |  |
| SaveReportSetNextUrl | Gets or sets the URL of the page to which you will be redirected after saving the report. If defined, user will be automatically redirected to this url after report saved.
You could use this feature if you want to add some additional UI elements to the save experience such as custom scheduling controls or advanced sharing. The report already will be saved, so you will be able to share it with somebody by sending a link to the report.
Note: Report name will be automatically added to the url as parameter "rn". For ex. the url will be like "www.yourdomain.com/CustomSave.aspx?rn=SavedReportName" |  |
| ScheduledReportsUrlFormatString | This text box allows the user to set the url that is sent via email as the report web address.
If user selects in the scheduling controls sending report as link, this value will be used to form that link. |  |
| SchedulerOutputTypes | Get or set value indicating allowed formats for scheduling reports.
This defines contents of the Send Email As dropdown at the Misc tab in the ReportDesigner. |  |
| SchemaCacheTimeout | Gets or sets the time span for schema caching. |  |
| SelectValueDropDownWidth | Gets or sets the width of filter values dropdown.
This affects width of filtering value combobox, which appears at the Filters tab in the ReportDesigner when user selects Equals(Select) operator. |  |
| SettingsKey | Gets or sets password to access the settings page. It should be used in tandem with UserKey if you don't need multi-user security. |  |
| SettingsPageUrl | Gets or sets the URL of the Settings page. |  |
| SharedWithValues | This sets the users or roles available in the Shared With dropdown of the Misc tab in the Report Designer. |  |
| ShowAddFieldInReportViewer | Gets or sets the value indicating whether "Add Field" dropdown lists are shown in ReportViewer. |  |
| ShowAdvancedChartingButton | This checkbox enables/disables advanced button from being shown in the Chart tab of Report Designer. |  |
| ShowAllInPreview | This checkbox enables or disables the all from the preview results drop down box in report designer. If you have reports with lots of data say 5,000+ lines you may want to disable the all preview otherwise a user may select it in a web browser when previewing the report. Since web pages aren't meant to be designed with that much data using this selection may make the browser appear to be "locked up." Exporting the data will always export all results. |  |
| ShowAllInResults | This checkbox enables or disables the all from the results drop down box in report viewer. If you have reports with lots of data say 5,000+ lines you may want to disable the all preview otherwise a user may select it in a web browser when previewing the report. Since web pages aren't meant to be designed with that much data using this selection may make the browser appear to be "locked up." Exporting the data will always export all results. |  |
| ShowArithmeticInSummary |
This feature enables arithmetic operations multiway checkbox to be enabled at the Summary tabs of Report Designer. Arithmetic operations allows the user to design reports that involve adding, subtracting, multiplying, or dividing one field by another field.
Note: arithmetic operations must be enabled to use arithmetic in summary
|  |
| ShowArithmeticOperations | This feature enables arithmetic operations multiway checkbox to be enabled in the Fields tab of Report Designer. Arithmetic operations allows the user to design reports that involve adding, subtracting, multiplying, or dividing one field by another field. The operation is done on the current field and the field above it in the fields tab. |  |
| ShowBackButton | This checkbox enables/disables the back button from the Izenda Reports toolbars. The back button is used for navigating within the web application.
This button can be found, for example, in the ReportViewer or ReportDesigner. |  |
| ShowBetweenDateCalendar | Gets or sets the value indicating whether calendar controls should be used for Between operation for DateTime filters.
When enabled, Between(Calendar) option appears in the Operator dropdown at the Filters tab in the ReportDesigner for DateTime fields. |  |
| ShowCategoryTextboxInSaveDialog | Gets or sets the value indicating whether category dropdown should be shown in the save dialog.
If false, when user clicks Save As in the Report Designer, popup dialog window will not contain dropdown field which allows to define category for the report to be saved. |  |
| ShowChartLegend | This setting sets the default behavior as to whether charts should show legends. |  |
| ShowChartTab | This checkbox enables/disables the charts tab from the Izenda Reports application report designer page. The chart tab allows the user to add or modify trend, pie, plot, and bar charts in a report through the report designer. |  |
| ShowClientEmailButton | This checkbox enables/disables the client email button from the Izenda Reports toolbars. The client email button when clicked launches the users default email program and allows the user to email the url to the link to another person. |  |
| ShowConstraintsSettings | Gets or sets the value indicating allows edit constraints settings.
If disabled, Constraints tab will be unavailable at the Settings page. |  |
| ShowContinueLinks | This setting enables or disables the "Continue to" buttons in report designer that assist walking a user through the tabs in report designer. |  |
| ShowCSVButton | Gets or sets the value indicating possibility export to CSV.
Defines if button will be shown in the toolbar of the ReportDesigner and ReportViewer. |  |
| ShowCustomFormatType | Gets or sets the value indicating whether "Custom" format type should be shown in formats dropdown.
If set, custom formats will be available in Format dropdown, for example, at the Fields tab in the ReportDesigner. |  |
| ShowDashboardFieldsTab | Gets or sets the value indicating whether AdHocReportDesigner tab with dashboard fields is shown. |  |
| ShowDashboardPartViewerLinks | Gets or sets the value indicating whether Dashboard Viewer will have edit links for it's reports.
These links appear as pencil icons in the left corner of report header (gray line) when mouse cursor is moved over it. |  |
| ShowDatabaseDiagramIcon | Gets or sets the value indicating whether the Database Diagram icon should be shown in the toolbar in the ReportDesigner. |  |
| ShowDatabaseTypes | Gets or set value indicating whether database types should be shown in the fields dropdowns.
When true, data types of fields will be visible in fields dropdowns at the Fields and other tabs in the ReportDesigner. |  |
| ShowDataSourcesAsCheckBoxes | Gets or sets the value indicating mode of data sources list is showed.
This switches between two completely different variants of Data Sources tab UI in the ReportDesigner. |  |
| ShowDataSourcesTab |
This checkbox enables/disables the data sources tab from the Izenda Reports application report designer page. The data sources tab allows the user to add or modify data sources (tables and views) used in a report through the report designer.
|  |
| ShowDesignDashboardLink | Gets or set value indicating whether design a new dashboard link should be shown in Report list for the current user. |  |
| ShowDesignLinkInReportViewer | Gets or set value indicating whether Design button should be shown in ReportViewer in the toolbar. |  |
| ShowDesignLinks | Gets or sets a value indicating whether design links should be shown in report list and in the toolbar.
If false, then pencil icons againts reports names in the ReportList will be invisible. |  |
| ShowDistinct | Gets or set value indicating whether "Distinct" checkbox should be shown at the Data Source tab in the ReportDesigner. |  |
| ShowDOCButton | Gets or sets the value indicating possibility export to DOC.
Defines if button will be shown in the toolbar of the ReportDesigner and ReportViewer. |  |
| ShowEtlButton | Gets or sets the value indicating whether the upload data button should be shown in the report viewer.
Defines if button will be shown in the toolbar of the ReportDesigner and ReportViewer. |  |
| ShowFieldAsValueDropDown | Gets or sets the value indicating whether Fields dropdown will be shown as value on "Is Less Then (Field)", "Is Greater Then (Field)" and "Equals (Field)" operators at the Filters tab in the ReportDesigner. |  |
| ShowFieldsTab | This checkbox enables/disables the fields tab from the Izenda Reports application report designer page. The fields tab allows the user to add or modify the fields reported on in a report, the functions used on them, the descriptions, and the formatting of the field through the report designer. |  |
| ShowFieldValueCheckbox | Gets or sets the value indicating whether "Field|Value" checkbox for main report should be shown at the Style tab in the ReportDesigner. |  |
| ShowFieldValueSummaryCheckbox | Gets or sets the value indicating whether "Field|Value" checkbox for summary should be shown at the Style tab in the ReportDesigner. |  |
| ShowFilterLogic | Gets or sets the value indicating whether Filter Logic textbox should be shown in the Filters tab in the ReportDesigner.
Use Filter Logic when you need to change filters priority and/or define custom filters relations. |  |
| ShowFiltersInReportViewer | Gets or set value indicating whether filters control should be shown in ReportViewer. |  |
| ShowFiltersTab | This checkbox enables/disables the Filters tab from the Izenda Reports application report designer page. The filters tab allows the user to add or modify filters used on report data through the report designer. |  |
| ShowFunctions | This enables functions to be used on the fields such as count, group, etc. This is automatically populated based on the datatype.
If disabled, all Function dropdowns disappear in the ReportDesigner. |  |
| ShowGaugePercentage | Gets or sets the value indicating whether percentage at gauges should be shown. |  |
| ShowGaugeTab | This checkbox enables/disables the gauges tab from the Izenda Reports application report designer page. The gauges tab allows the user to add or modify gauges used in a report through the report designer. |  |
| ShowGoButton | This checkbox enables/disables the Go button from the Izenda Reports toolbars. The go button applies the changes and updates the report preview. |  |
| ShowGroupInFunctionDropdown | Gets or sets the value indicating whether GROUP feature should be shown as a function at the Fields tab in the ReportDesigner. Otherwise, it will be shown as a separate checkbox. |  |
| ShowHelpButton | Gets or sets the value indicating whether the "HideHelpPanel" icon should be shown in the toolbar.
Defines if button will be shown in the toolbar of the ReportDesigner and ReportViewer. |  |
| ShowHtmlAsCode | This feature enables/disables showing HTML code containing in database fields as plain text.
If set, all data from database like "< input type="text">" will be shown as text. If not set, you will see them as rendered html controls directly inside the rendered reportset html. |  |
| ShowInTimePeriod | Gets or sets the value indicating whether "In Time Period" item is shown in operators dropdown.
If enabled, this can be found at the Filters tab in the Operator combobox in the ReportDesigner. |  |
| ShowJoinDropDown | Gets or sets the value indicating whether join type dropdown should be shown in the JoinedTablesList.
This can be found at the Data Sources tab in the ReportDesigner, if ShowDataSourcesAsCheckBoxes is disabled. |  |
| ShowJustification | This feature enables the justification box to be shown in the Advanced Properties of a field at the Fields tab of Report Designer. Using this box allows the user to set the justification for the field in the report. |  |
| ShowMapTab | Gets or sets the value indicating whether the Map tab should be shown in the Report Designer. |  |
| ShowMiscTab | This checkbox enables/disables the misc tab from the Izenda Reports application report designer page. The misc tab allows the user to set the title, description, header, footer, report scheduler settings (if enabled), and report access permissions for a report through the report designer. |  |
| ShowMultiLineControls | Gets or sets the value indicating whether "Multi-Line" feature is enabled.
If enabled, "Stacked Lines Per Grid Row" control appears at the Style tab in the ReportDesigner. |  |
| ShowNewButton | This checkbox enables/disables the New button from the Izenda Reports toolbars. The new button launches report designer and begins the new report creation process. |  |
| ShowNonIndexedJoinFields | Gets or sets the value indicating whether non-indexed join fields should be shown.
This setting affects fields lists in all fields dropdowns in the ReportDesigner. If it is set, non-indexed fields are not shown in the dropdowns. Affects only Join fields dropdowns at the Data Sources tab, when AdHocSettings.ShowDataSourcesAsCheckBoxes is false. |  |
| ShowOnlineDocumentation | Gets or sets the value indicating if it's nessesary to show Details button in the settigns page.
Defines whether Details buttons will be shown against every setting at the Settings page. |  |
| ShowOpenOfficeButton | Gets or sets the value indicating possibility export to OpenOffice.
Defines if button will be shown in the toolbar of the ReportDesigner and ReportViewer. |  |
| ShowPDFButton | Gets or sets the value indicating possibility export to PDF.
Defines if button will be shown in the toolbar of the ReportDesigner and ReportViewer. |  |
| ShowPivot | This checkbox enables/disables the option of adding pivots to reports.
If set, "Add Pivot" button appears at the Fields tab in the ReportDesigner. |  |
| ShowPoweredByLogo | This checkbox enables or disables the Powered by Izenda logo in Izenda Reports. |  |
| ShowPreviewTab | This checkbox enables/disables the preview tab from the Izenda Reports application report designer page. The preview tab allows the user to view the current report so they can quickly see any modifications and the report layout through the report designer. |  |
| ShowPublishRdlButton | Gets or sets the value indicating whether publish rdl button, performing publishing RDL using ReportingService2005, should be shown at the toolbar in the ReportDesigner. |  |
| ShowRdlOutputIcon | Gets or sets the value indicating whether rdl button, performing sending RDL file to the client, should be shown at the toolbar in the ReportDesigner. |  |
| ShowRecentDatasources | Gets or sets the value indicating whether Recent Datasources dropdown list will be shown in ReportDesigner at the Data Sources tab. Note: Recent Data Sources drop-down is available only for check-box view. See ShowDataSourcesAsCheckBoxes for more details. |  |
| ShowReportClassifiers | Gets or sets the value indicating whether ReportClassifiers control should be shown at the "Misc" tab of the ReportDesigner. |  |
| ShowReportColor | Gets or sets the value indicating whether report color (Item and AlternatingItem) dropdowns are shown at the Style tab in the ReportDesigner. |  |
| ShowReportsListAsDropDown | Gets or sets the value indicating whether reports displayed in Archive tab should be hyperlinks or should be items of dropdown list box. True if reports should be displayed as hyperlinks. False if reports should be displayed as items of dropdown list box. |  |
| ShowReportsTab | This checkbox enables/disables the Reports tab from the Izenda Reports application report designer page. The reports tab allows the user to load currently saved reports to preview or modify through the report designer. |  |
| ShowResponseServerDetails | Gets or set value indicating showing diagnostic test at response server page.
Defines whether diagnostic tests will be executed with results shown at the Settings page. |  |
| ShowRowButtons | Gets or sets the value indicating whether insert and move buttons should be shown at the Fields tab in the ReportDesigner against fields. |  |
| ShowRTFButton | Gets or sets the value indicating possibility export to RTF.
Defines if button will be shown in the toolbar of the ReportDesigner and ReportViewer. |  |
| ShowSaveAsToolbarButton | This checkbox enables/disables the save as button from the Izenda Reports toolbar in report designer. The save as button allows the user to specify the category and report name. |  |
| ShowSaveControls | This feature disables the save controls (save and save as icons in the toolbar) from report designer. Some users use this feature when they do not want users to modify their base reports. |  |
| ShowSaveControlsInReportsTab | Gets or sets the value indicating whether save controls should be shown in the reports tab of AdHocReportDesigner. |  |
| ShowSaveInReportViewer | Gets or sets the value indicating whether save controls should be shown in the toolbar in the ReportViewer. |  |
| ShowSaveRdlToolbarButton | Gets or sets the value indicating whether "Save As RDL" button, performing saving RDL file at the server side, should be shown in the AdHocToolbarNavigation. |  |
| ShowScheduleControls | Defines whether or not the scheduling controls are show at the Misc tab in the ReportDesigner. |  |
| ShowServerEmailButton | This checkbox enables/disables the server email button from the Izenda Reports toolbars. The server email button when clicked requests the email of the person to send the report to and does so through the SMTP server setup in the email & scheduling tab of the settings page. |  |
| ShowSettingsButton | This checkbox enables/disables the settings button from the Izenda Reports toolbars. The settings button launches the settings page which allows for customization and setup of Izenda Reports.
Allows showing Settings button in the toolbar in the ReportDesigner. |  |
| ShowSettingsButtonForNonAdmins | Defines if Settings button will be shown to users without administrator rights.
Allows showing Settings button in the toolbar in the ReportDesigner if user is not Administrator. |  |
| ShowSharingControl | Gets or sets the value indicating is the sharing control will be shown at the Misc tab in the ReportDesigner. |  |
| ShowSideHelp | Gets or set value indicating whether side help should be shown in ReportDesigner. |  |
| ShowSimpleModeViewer |
This feature enables or disables the Simple Mode of Report Viewer which disables the ability to load another report, export the report, and add fields. If the report has a filter it can be used to update the report results.
Simple Mode just shows the report & current used filters. It allows the ability to change the current filter.
Simple mode removes ability to export or add additional filters.
|  |
| ShowStackTrace | Gets or sets the value indicating format for showing exceptions. |  |
| ShowStyleTab | This checkbox enables/disables the style tab from the Izenda Reports application report designer page. The style tab allows the user to modify the report colors, print options, visual group advanced options, report order, set report viewer items per page, and modify field value / report layout options through the report designer. |  |
| ShowSummaryTab | This checkbox enables/disables the summary tab from the Izenda Reports application report designer page. The summary tab allows the user to add or modify a summary section in a report through the report designer. |  |
| ShowTableNames | Gets or sets the value indicating whether colums should be grouped by table name. Otherwise show columns as "ColumnName(TableName)". |  |
| ShowTenantField | When false, this hides the field identified in the TenantField property.
If disabled, then field identified in TenantField property will not be shown in all Field dropdowns in the ReportDesigner. |  |
| ShowTimeZoneDropdown | Gets or sets the value indicating whether timezone dropdown will be shown in the Report Designer at the Misc tab when ShowScheduleControls is true. |  |
| ShowTopInFields | This feature allows you to specify how much data you want returned in the grid section of the report by specifying it in the fields tab of report designer. By default it returns all. |  |
| ShowTopInSummary | This feature allows you to specify how much data you want returned in the summary section of the report by specifying it in the summary tab of report designer. By default it returns all. |  |
| ShowWatermarkedExports | Gets or sets the value indicating whether watermarked export should be used on license errors. |  |
| ShowWaterMarks | Gets or sets the value indicating whether watermarks should be used on license errors. |  |
| ShowXLSButton | Gets or sets the value indicating possibility export to XLS.
Defines if button will be shown in the toolbar of the ReportDesigner and ReportViewer. |  |
| SingleLineViewerToolbar | Gets or set value indicating whether ReportViewer toolbar should be single line. |  |
| SmtpLogin | Gets or sets the SMTP server login. |  |
| SmtpPassword | Gets or sets the SMTP server password. |  |
| SmtpServer | This textbox allows the user to set the SMTP server used by your company to send out emails. |  |
| SortColumnNames | Gets or sets the value indicating whether dropdowns with column names are sorted alphabetically.
If set, columns names will be sorted alphabetically in Field dropdowns at the Fields tab in the ReportDesigner |  |
| SqlCommandTimeout | Gets or sets the wait time in seconds for database command dropdown values loading. |  |
| SqlServerConnectionString | Gets or sets the connection string for MS SQL Server. |  |
| StoredProcedureStringLimit | Gets or set value indicating the max length of an string returned by a Stored Procedure. |  |
| StoreImagesToCache | Gets or sets the value indicating how temporary images should be stored. |  |
| StripInvalidCharacters | Gets or sets the value indicating whether invalid characters in report names should be striped.
If disabled, non-literal characters will not be stripped from the report name, entered in the Report Designer in Save As dialog. |  |
| SubCalculationFilterRegex | This setting allows the user to use a regular expression to filter certain numeric fields from having subcalculation function options when selected in the fields tab of report designer. For example let's say the user does not want the subcalculation function (such as sum or average) for ID fields create the regular expression to filter here. |  |
| T |
| TabBackgroundImageUrl | Setting an image here allows the user to customize the look of the background image for the tab section of the report designer. |  |
| TableDropDownWidth | Gets or sets the width for the Data Sources dropdown box in the Data Sources Tab of the ReportDesigner. |  |
| TableFilterRegex | Gets or sets the regular expression used for table filtering. If name of a table or a column matches this expression then it will be excluded. |  |
| TabsCssUrl | Gets or sets the css stylesheet URL for the TabStrip. |  |
| TempFiles | Gets or set value indicating path to temporary files. |  |
| TenantField | The field that will be internally filtered by current TenantID value.
When set, AdHoc will automatically add hidden filter for this field to the every report, containing this field. Filter value will be CurrentUserTenantID. |  |
| TimePeriodDropDownWidth | Gets or sets the width of time period dropdown. |  |
| TimeZoneOffset | Gets or sets the value indicating the time zone offset of the current user. |  |
| TimeZones | Collection of additional and hidden time zones.
This affects contents of the TimeZones dropdown at the Misc tab in the ReportDesigner. |  |
| ToolbarBackgroundImageUrl | Setting an image here allows the user to customize the look of the background image for the toolbar section of the report designer. |  |
| ToolbarBorderColor | Gets or sets the color of toolbar border. |  |
| ToolbarCssUrl | Gets or sets the css stylesheet URL for the Toolbar. |  |
| U |
| UseAdvancedGauge | Gets or sets the value indicating whether advanced is used for "Gauge" format.
If disabled, there will be simple bar instead of gauge with divisions. Affects only Linear gauges. |  |
| UseBulkCSV | Gets or sets the value indicating whether Bulk CSV use.
If true, Bulk CSV button will be shown in the toolbar of the ReportDesigner and ReportViewer instead of CSV button. |  |
| UseConstraintsForJoins | Gets or sets the value indicating if multiple autojoining conditions are allowed.
When true, AdHoc will try to join selected tables automatically basing on the database constraints. |  |
| UseFriendlyErrors | Gets or sets the value indicating whether friendly errors should be shown on exceptions. |  |
| UseNoLock | Gets or sets the value indicating whether nolock statment will be used in sql-queries. |  |
| UseNonPostbackDeleting | Gets or sets the value indicating whether should not be postback on report deleting. |  |
| UseNonPostbackExport | Gets or sets the value indicating whether should not be postback on report export. |  |
| UseNonPostbackPreview | Gets or sets the value indicating whether should not be postback on report preview. |  |
| UseNonPostbackServerEmailing | Gets or sets the value indicating whether should not be postback on report sever emailing. |  |
| UseReportID | Uses a GUID instad of the report name in the query string.
Using report name in query string is more user-friendly but sometimes it is preferable to use report id instead. |  |
| V |
| ValidateBeforeSave | Gets or sets the value indicating whether ReportSet should be validated before saving |  |
| ViewsOnly | ViewsOnly should be used if you would like all views visible and only views visible at the Data Sources tab.
Note: ViewsOnly will not work if you also use VisibleDataSources.
Use cases:
1) Tables and fields may have not very user-friendly names. Creating Views with user-friendly names can make working process with database much more easier and clear.
2) You may not want to allow users to work with tables in your database because they may contain sensitive information or consist of raw data useless for reports. Creating Views with proper data aggregation may help you to build better reports with relevant data.
|  |
| VisibleDataSources | Gets or sets the array of table names should be shown in tables dropdown in the ReportDesigner at the Data Sources tab. |  |