Izenda, LLC

Ad Hoc Reports & Dashboards for ASP.NET Apps

Free Trial

Izenda Reports is licensed on a "per user" or "per server" basis. Please complete this form to receive a price quote.

All fields are required.

The live demo demonstrates Izenda reports with the Northwind Sample database. To login, please register below.

All fields are required.

Please register to try Izenda reports on your data today.

All fields are required.

Izenda Settings

Expand / Collapse
API Settings should be set in the ConfigureSettings() method of your custom AdHocConfig class. This is normally found in Global.asax.

Example:
Izenda.AdHoc.AdHocSettings.ShowModifyButton = false;

Code
AdHocConfigGets or sets the current AdHocConfig - Ad Hoc configuration.
AllowAnalysisGridGets 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.
AllowArchivedReportTableCreationGets 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.
AllowComparativeArithmeticGets 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.
AllowDeltasGets 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.
AllowGroupWithoutSelectGets 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.
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.
CacheEqualsSelectGets 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.
CacheQueriesGets or sets the value indicating whether all queries for the Driver should be cached.
CacheSchemaGets 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.
CascadeFilterValuesGets 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
ChartsGets 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.
CultureGets 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
CurrentUserIsAdminTells AdHoc whether the current user is an Admin user. Admins may see and overrite all reports for that tenant
CurrentUserNameSets the name of the current user. This is required for multi-user security.
CustomizeChartDelegateRepresents a method that runs before chart reports get run.
CustomTimePeriodsDefines 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.
DashboardDesignerUrlGets or sets the URL of a page used to design dashboards (DashboardDesigner).
DashboardDesignerUrlWithDelimiterGets the DashboardDesignerUrl with "?" or "&" char at the end.
DashboardFieldsCountGets or sets the count of additional reports.
Affects ReportDesigner when ShowDashboardFieldsTab is true.
DashboardGaugeWidthGets or sets the gauge width for "Dashboard Gauge" format.
This will affect width of gauges when they are shown in the dashboards.
DashboardTabBackgroundImageUrlGets or sets the URL of the tabs background image for Dashboard.
DataSourceDropDownTimeoutGets 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.
DefaultReportOrderGets or sets the default report order at they Style tab in the ReportDesigner.
DistinctSubtotalInnerQueryGets or sets the value indicating whether DISTINCT option should be used in inner query for the subtotals calculating.
ExportFontGets or sets the font for the PDF and RTF outputs.
ExtendedFunctionsThis list allows the user specify additional SQL functions to be used on their data. For example: Log
FieldAliasesThis 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.
FormatsGets 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}";
GaugeHeightGets 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.
GaugeWidthGets 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.
GenerateParameterizedSqlGets or sets the value indicating whether queries to the database should be parameterized.
GetEqualsSelectValuesRepresents 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.
GridHeaderStyleGets or sets the OpenOffice output style for report results grid header.
GridItemStyleGets or sets the OpenOffice output style for report results grid item.
HeaderStyleGets or sets the CSS style for the headers in Fields, Summary and Filters tabs.
HelpTextGets 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).
ImagesPathGets 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.
InvalidateSchemaOnNewGets or sets the value indicating whether database schema should be invalidated when user creates new report.
InvertedGridLimitGets 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.
LiteralCommaGets 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.
MaxImageSizeGets 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.
OutputTypesGets or sets the registered ReportOutputGenerators.
RDLFolderGets or sets path to Folder where RDL files would be saved.
ReportAlternatingItemColorGets 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.
ReportBorderColorGets or sets the color of report border.
ReportHeaderColorGets or sets the color of report header.
ReportHeaderImageGets or sets the image which will be shown at the top of the report.
ReportingService2005UrlGets or sets the base URL of the XML Web service.
ReportItemColorGets 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.
ReportSetEventWatchersGets or sets the collection of registered IReportSetEventWatcher which can do some actions on ReportSet-related events.
ReportViewerPostHtmlGets 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.
ReportViewerPreHtmlGets 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.
ReportViewPageTitleGets or sets the title of report view page.
This text can be seen as the title of browser window when ReportViewer is opened.
ResponseServerGets or sets the URL of the ResponseServer page.
ResponseServerWithDelimiterGets the ResponseServer page with "?" or "&" char at the end.
SchemaCacheTimeoutGets or sets the time span for schema caching.
SettingsPageUrlGets or sets the URL of the Settings page.
ShowCustomFormatTypeGets 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.
ShowDashboardFieldsTabGets or sets the value indicating whether AdHocReportDesigner tab with dashboard fields is shown.
ShowFieldValueCheckboxGets or sets the value indicating whether "Field|Value" checkbox for main report should be shown at the Style tab in the ReportDesigner.
ShowFieldValueSummaryCheckboxGets or sets the value indicating whether "Field|Value" checkbox for summary should be shown at the Style tab in the ReportDesigner.
ShowGroupInFunctionDropdownGets 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.
ShowInTimePeriodGets 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.
ShowMultiLineControlsGets 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.
ShowNonIndexedJoinFieldsGets 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.
ShowReportClassifiersGets or sets the value indicating whether ReportClassifiers control should be shown at the "Misc" tab of the ReportDesigner.
ShowReportColorGets or sets the value indicating whether report color (Item and AlternatingItem) dropdowns are shown at the Style tab in the ReportDesigner.
ShowRowButtonsGets or sets the value indicating whether insert and move buttons should be shown at the Fields tab in the ReportDesigner against fields.
ShowSaveControlsInReportsTabGets or sets the value indicating whether save controls should be shown in the reports tab of AdHocReportDesigner.
ShowSaveRdlToolbarButtonGets or sets the value indicating whether "Save As RDL" button, performing saving RDL file at the server side, should be shown in the AdHocToolbarNavigation.
ShowScheduleControlsDefines whether or not the scheduling controls are show at the Misc tab in the ReportDesigner.
ShowWatermarkedExportsGets or sets the value indicating whether watermarked export should be used on license errors.
ShowWaterMarksGets or sets the value indicating whether watermarks should be used on license errors.
StripInvalidCharactersGets 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.
TabsCssUrlGets or sets the css stylesheet URL for the TabStrip.
UseAdvancedGaugeGets 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.
UseFriendlyErrorsGets or sets the value indicating whether friendly errors should be shown on exceptions.
UseNonPostbackDeletingGets or sets the value indicating whether should not be postback on report deleting.
UseNonPostbackExportGets or sets the value indicating whether should not be postback on report export.
UseNonPostbackPreviewGets or sets the value indicating whether should not be postback on report preview.
UseNonPostbackServerEmailingGets or sets the value indicating whether should not be postback on report sever emailing.
Database
Db2ConnectionStringGets or sets the connection string for DB2.
LicenseKeyIn this text box the Izenda license key must be entered for Izenda Reports to function in the correct version.
MySqlConnectionStringGets or sets the connection string for MySQL.
OracleConnectionStringGets or sets the connection string for Oracle Server.
SqlServerConnectionStringGets or sets the connection string for MS SQL Server.
TableFilterRegexGets 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.
ViewsOnlyViewsOnly 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.
Email & Scheduling
EmailFromAddressSetting for "email from" address for the automated scheduler.
EmailSubjectFormatStringSetting for subject of the emailed reports. By default it uses the report name as the subject of the email.
ScheduledReportsUrlFormatStringThis 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.
SmtpServerThis textbox allows the user to set the SMTP server used by your company to send out emails.
Features
AllowDataFieldsInDescriptionThis 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.
AllowDeletingReportsThis 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.
AllowFieldsAsValueGets 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.
AllowInvertedGridAllows 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)
AllowNewFiltersInReportViewerThis 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.
AllowOverwritingReportsThis 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.
DefaultItemsPerPageThis 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.
DefaultLinesPerItemGets 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.
DefaultPreviewResultsThis 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.
DistinctSets the default value of the distinct checkbox. The distinct checkbox is located on the datasources tab of the report designer page.
PivotFieldLimitSets 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.
ShowAdvancedChartingButtonThis checkbox enables/disables advanced button from being shown in the Chart tab of Report Designer.
ShowAllInPreviewThis 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.
ShowAllInResultsThis 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
ShowArithmeticOperationsThis 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.
ShowCategoryTextboxInSaveDialogGets 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.
ShowChartLegendThis setting sets the default behavior as to whether charts should show legends.
ShowContinueLinksThis setting enables or disables the "Continue to" buttons in report designer that assist walking a user through the tabs in report designer.
ShowDatabaseTypesGets 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.
ShowDesignLinksGets 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.
ShowFieldAsValueDropDownGets 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.
ShowFunctionsThis 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.
ShowJoinDropDownGets 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.
ShowJustificationThis 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.
ShowMenuInReportViewerThis checkbox enables/disables the menu in the Report Viewer.
ShowPivotThis checkbox enables/disables the option of adding pivots to reports.
If set, "Add Pivot" button appears at the Fields tab in the ReportDesigner.
ShowPoweredByLogoThis checkbox enables or disables the Powered by Izenda logo in Izenda Reports.
ShowReportsListAsDropDownGets 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.
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.
ShowTopInFieldsThis 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.
ShowTopInSummaryThis 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.
Images & CSS
DatabaseDiagramImageUrlSetting 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.
ReportCssUrlThis setting allows the user to specify their own css file to be used on reports generated by Izenda Reports.
ReportHeaderImageUrlThis setting allows the user to set a report header image to be used on reports.
TabBackgroundImageUrlSetting an image here allows the user to customize the look of the background image for the tab section of the report designer.
ToolbarBackgroundImageUrlSetting an image here allows the user to customize the look of the background image for the toolbar section of the report designer.
ToolbarCssUrlGets or sets the css stylesheet URL for the Toolbar.
Other
ColumnDropDownWidthGets or sets the value indicating the width of the dropdown for dropdown boxes at the Fields tab in the ReportDesigner.
DataSourceHeadingThis 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.
DefaultTableGets or sets the default table which is automatically added to new report.
The table must be present in the database and be accessible.
DescriptionWidthGets or sets the width of description edit at the Fields tab in the ReportDesigner.
EqualsSelectTextThis 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.
ErrorIzendaReplacementGets or set value which will replace the word "Izenda" in StackTrace when exception occurs.
ExpandCategorizedReportsThis checkbox enables/disables the categorized reports to be expanded underneath each category in the report list and in the report designer's report tab.
ExpandVisualGroupGridsThis 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.
FieldDropDownWidthGets or sets the width of field dropdown at the Fields tab in the ReportDesigner.
FilterParameterWidthGets or sets the width of filter parameter value edit.
This can be seen at the Filters tab in the ReportDesigner, if Equals operator selected.
ForceNewNameOnSaveThis 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).
FormatDropDownWidthGets or sets the width of Format dropdowns in the Report Designer.
FunctionDropDownWidthGets or sets the width of Function dropdowns in the Report Designer.
JoinDropDownWidthGets 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.
MinPdfFontSizeSets the minium font size that will be used when creating a PDF document. Default is 10 point.
OpenCustomUrlInNewWindowThis 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.
ReportDesignerUrl Gets or sets the URL of a page used to design reports.
ReportListGets or sets the URL of the report list page. If null or empty the Report List button in toolbar will be hidden.
ReportsPathThis 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.
ReportViewerGets or sets the URL of the report viewer page.
ReportViewerDefaultPreviewResultsThis 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.
SavedReportsTableGets 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.
SelectValueDropDownWidthGets 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.
ShowStackTraceGets or sets the value indicating format for showing exceptions.
SortColumnNamesGets 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
TableDropDownWidthGets or sets the width for the Data Sources dropdown box in the Data Sources Tab of the ReportDesigner.
Performance
DataSourceLimitThis 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.
EqualsDropDownTimeoutThis 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.
EqualsSelectLimitLimits 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.
EqualsSelectTimeoutThis 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.
FieldLimitThis 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.
OracleCommandTimeoutSets the time Izenda Reports will wait for an Oracle command to execute before timing out.
PreviewTimeoutSets the minumum time Izenda Reports will wait for a MS SQL command to execute before timing out.
SqlCommandTimeoutGets or sets the wait time in seconds for database command dropdown values loading.
TimePeriodDropDownWidthGets or sets the width of time period dropdown.
Security
AddAllFilterRegexThis 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.
AdHocUserKeyA single password limiting access to the report designer, report list and report viewer. This is for projects that do not need multi-user security.
DefaultUserNameThis 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.
JoinFieldRegexThis 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)$";
LoginUrlThis 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.
ShowHtmlAsCodeThis 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.
RequireLoginThis setting tells Izenda Reports that system will use authorization. So, it will use the login page specified in the LoginUrl setting.
SubCalculationFilterRegexThis 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.
UnCategorizedReportsMenuItemTitleThis setting allows the user to specify the report folder name for uncategorized reports. This name will be used in report viewer with menu mode. The mode in which www.izenda.com/livedemo runs.
SharedWithValuesThis sets the users or roles available in the Shared With dropdown of the Misc tab in the Report Designer.
Tabs
DefaultLoadTabSets the default tab that loads when a report is loaded in report designer. By default this goes to the fields tab.
ShowChartTabThis 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.
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.
ShowFieldsTabThis 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.
ShowFiltersTabThis 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.
ShowGaugeTabThis 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.
ShowMiscTabThis 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.
ShowPreviewTabThis 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.
ShowReportsTabThis 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.
ShowStyleTabThis 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.
ShowSummaryTabThis 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.
ShowTableNamesGets or sets the value indicating whether colums should be grouped by table name. Otherwise show columns as "ColumnName(TableName)".
Toolbar
ShowBackButtonThis 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.
ShowClientEmailButtonThis 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.
ShowGoButtonThis checkbox enables/disables the Go button from the Izenda Reports toolbars. The go button applies the changes and updates the report preview.
ShowNewButtonThis checkbox enables/disables the New button from the Izenda Reports toolbars. The new button launches report designer and begins the new report creation process.
ShowPublishRdlButtonGets or sets the value indicating whether publish rdl button, performing publishing RDL using ReportingService2005, should be shown at the toolbar in the ReportDesigner.
ShowRdlOutputIconGets or sets the value indicating whether rdl button, performing sending RDL file to the client, should be shown at the toolbar in the ReportDesigner.
ShowSaveAsToolbarButtonThis 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.
ShowSaveControlsThis 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.
ShowServerEmailButtonThis 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.
ShowSettingsButtonThis 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.