API/AdHocSettings.md
... ...
@@ -2,432 +2,441 @@
2 2
3 3
The ``AdHocSettings`` class contains all the settings Izenda uses to control various aspects of the interface and flow of data. Many of the more useful settings are explained in detail in our [[Guide to Report Design|/Guides/ReportDesign]] and [[Developer Guides|/Guides/Developer-Links-and-Guides]]. ")
4 4
5
-|Datatype|Setting name|Setting description|Default Value|
6
-|:---|:---:|:---:|:---:|
7
-|String|[[AddAllFilterRegex|/API/CodeSamples/AddAllFilterRegex]]|Gets or sets the regular expression used for "Add All" filtering. If name of a column matches this expression then it will not be added on "Add All" click.|(id|guid)$|
8
-|Dictionary|[[AdditionalTimeZones|/API/CodeSamples/AdditionalTimeZones]]|List of additional timezones.**(deprecated)**|null|
9
-|AdHocConfig|[[AdHocConfig|/API/CodeSamples/AdHocConfig]]| Gets or sets the current Izenda.AdHoc.AdHocSettings.AdHocConfig - Ad Hoc configuration. |null|
10
-|String|[[AdHocUserKey|/API/CodeSamples/AdHocUserKey]]|Gets or sets a single password limiting access to the report designer, report list and report viewer.|String.Empty|
11
-|AggregateFunctionCollection|[[AggregateFunctions|/API/CodeSamples/AggregateFunctions]]||{None, AVG, COUNT, <br>COUNT_DISTINCT, MAX, MIN, <br>SUM, TimeSUM, SUM_DISTINCT, <br>GROUP_BY_DAY, GROUP_BY_MONTH, GROUP_BY_YEAR, <br>GROUP_BY_MONTH_NAME, GROUP_BY_DAY_OF_WEEK, GROUP_BY_DATE, <br>GROUP_BY_YEAR_AND_MONTH, GROUP_BY_YEAR_AND_MONTH_NAME, GROUP_BY_WEEK, <br>GROUP_BY_QUARTER, DAYS_OLD, AVG_DAYS_OLD, <br>SUM_DAYS_OLD, GROUP}|
12
-|Boolean|[[AllowAnalysisGrid|/API/CodeSamples/AllowAnalysisGrid]]|Gets or sets the value indicating whether it is allowed analysis grid|True|
13
-|Boolean|[[AllowArchivedReportTableCreation|/API/CodeSamples/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.|True|
14
-|Boolean|[[AllowClientSorting|/API/CodeSamples/AllowClientSorting]]||True|
15
-|Boolean|[[AllowComparativeArithmetic|/API/CodeSamples/AllowComparativeArithmetic]]|Gets or sets the value indicating whether comparative arithmetic is allowed in arithmetic checkbox.|False|
16
-|Boolean|[[AllowCreateNewCategory|/API/CodeSamples/AllowCreateNewCategory]]|Gets or sets the value indicating the possibility to create new categories in Save As dialog.|True|
17
-|Boolean|[[AllowDataFieldsInDescription|/API/CodeSamples/AllowDataFieldsInDescription]]|Gets or sets the value indicating whether any column names (enclosed in square brackets) in the description of the report should be replaced to the value of Details report cell placed in the first row and the specified column.|True|
18
-|Boolean|[[AllowDeletingReports|/API/CodeSamples/AllowDeletingReports]]|Gets or sets the value indicating whether deleting reports is allowed.|True|
19
-|Boolean|[[AllowDeltas|/API/CodeSamples/AllowDeltas]]|Gets or sets the value indicating whether "Add Deltas" checkbox should be shown in fields.|False|
20
-|Boolean|[[AllowDomainJoin|/API/CodeSamples/AllowDomainJoin]]|Gets or set value indicating domain join should be shown at report designer.|False|
21
-|Boolean|[[AllowEqualsSelectForStoredProcedures|/API/CodeSamples/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.|False|
22
-|Boolean|[[AllowFieldsAsValue|/API/CodeSamples/AllowFieldsAsValue]]|Gets or sets the value indicating whether field name is allowed in filter value.|True|
23
-|Boolean|[[AllowGroupWithoutSelect|/API/CodeSamples/AllowGroupWithoutSelect]]|Gets or sets value indicating if it is possible to make invisible fields which are used for Visual Grouping.**(deprecated)**|False|
24
-|Boolean|[[AllowHorizontalBarChart|/API/CodeSamples/AllowHorizontalBarChart]]|Gets or sets the value indicating whether Horizontal Bar Chart is allowed|True|
25
-|Boolean|[[AllowHtmlOutputsInScheduledReports|/API/CodeSamples/AllowHtmlOutputsInScheduledReports]]|Get or set value indicating allowing formats for scheduling reports**(deprecated)**|True|
26
-|Boolean|[[AllowInvalidCharacters|/API/CodeSamples/AllowInvalidCharacters]]|Gets or sets the value indicating whether invalid characters in report namesare allowed if not striped.|False|
27
-|Boolean|[[AllowInvertedGrid|/API/CodeSamples/AllowInvertedGrid]]|Gets or sets the value indicating whether "Invert" checkbox should be shown in the summary tab.|False|
28
-|Boolean|[[AllowLineOnBar|/API/CodeSamples/AllowLineOnBar]]|Gets or sets the value indicating whether is it allowed line on Bar chart.|True|
29
-|Boolean|[[AllowMultilineHeaders|/API/CodeSamples/AllowMultilineHeaders]]|Gets or sets if headers can be multiline.|False|
30
-|Boolean|[[AllowNewFiltersInReportViewer|/API/CodeSamples/AllowNewFiltersInReportViewer]]|Gets or sets the value indicating whether user can add new filters in the report viewer.|True|
31
-|Boolean|[[AllowOverwritingReports|/API/CodeSamples/AllowOverwritingReports]]|Gets or sets the value indicating whether reports overwriting is allowed.|True|
32
-|Boolean|[[AllowSelfJoin|/API/CodeSamples/AllowSelfJoin]]|Gets or sets the value indicating whether is it allowed datasources self join.|True|
33
-|Boolean|[[AllowStackedBarChart|/API/CodeSamples/AllowStackedBarChart]]|Gets or sets the value indicating whether Stacked Bar Chart is allowed|True|
34
-|Boolean|[[AllowSummaryDeltas|/API/CodeSamples/AllowSummaryDeltas]]|Gets or sets the value indicating whether "Show Summary Deltas" checkbox should be shown in the summary tab.|True|
35
-|Boolean|[[AllowVirtualDataSources|/Virtualdatasource]]|Gets or sets the value indicating whether virtual data sources are allowed.|False|
36
-|Boolean|[[AllowVisualGroups|/API/CodeSamples/AllowVisualGroups]]|Gets or sets the value indicating whether visual groups are allowed.**(deprecated)**|True|
37
-|String|[[ApplicationHeaderImageUrl|/API/CodeSamples/ApplicationHeaderImageUrl]]|Gets or sets the URL of the Header Logo.|String.Empty|
38
-|Boolean|[[AutoJoinOnRenderedRows|/API/CodeSamples/AutoJoinOnRenderedRows]]| Gets or sets the value indicating whether auto-join function should work for server-rendered rows in Izenda.AdHoc.AdHocSettings.JoinedTablesList**(deprecated)**|True|
39
-|Boolean|[[AutoPostBackOnFilterChange|/API/CodeSamples/AutoPostBackOnFilterChange]]|Gets or sets the value indicating whether should be postback on filter change.|True|
40
-|Boolean|[[CacheEqualsSelect|/API/CodeSamples/CacheEqualsSelect]]|Gets or sets the value indicating whether "Equals (Select)" value should be cached.|False|
41
-|String|[[CacheFolder|/API/CodeSamples/CacheFolder]]|Gets or sets the folder where cache is stored|[drive]:\Temp\|
42
-|Boolean|[[CacheQueries|/API/CodeSamples/CacheQueries]]| Gets or sets the value indicating whether all queries for the Izenda.AdHoc.Database.Driver should be cached. |True|
43
-|Boolean|[[CacheReports|/API/CodeSamples/CacheReports]]|Gets or sets the value indicating whether all loaded reports should be cached.|True|
44
-|Boolean|[[CacheSchema|/API/CodeSamples/CacheSchema]]| Gets or sets the value indicating whether Izenda.AdHoc.Database.Driver.DatabaseSchema should be cached. |True|
45
-|Boolean|[[CacheStoredProcedureMetaDataToDisk|/API/CodeSamples/CacheStoredProcedureMetaDataToDisk]]|Gets or sets the value indicating is the information about the stored procedures will be cached on disk.|False|
46
-|Boolean|[[CascadeFilterValues|/API/CodeSamples/CascadeFilterValues]]|Gets or sets the value indicating whether filter values will be cascaded. For example, this will only show cities in the countries selected on the prior filter|True|
47
-|Char|[[CategoryCharacter|/API/CodeSamples/CategoryCharacter]]|Get or set delimiter which is used to delimit category name and report name|\|
48
-|Boolean|[[ChangParentUrlWhenRedirect|/API/CodeSamples/ChangParentUrlWhenRedirect]]||False|
49
-|ChartingEngine|[[ChartingEngine|/API/CodeSamples/ChartingEngine]]|Defines which ChartingEngine will be used (ZedGraph, ComponentArt, or Dundas)|DundasChart|
50
-|Int32|[[ChartLimit|/API/CodeSamples/ChartLimit]]|Gets or sets the value limiting chart items|500|
51
-|ChartCollection|[[Charts|/API/CodeSamples/Charts]]| Gets or sets the collection of available Izenda.AdHoc.Charts. |{Trend, Pie, Plot, <br>Bar, Funnel, Visualization}|
52
-|Point|[[ChartSize|/API/CodeSamples/ChartSize]]|Gets or sets the value indicating chart size.|{X=700,Y=300}|
53
-|String[]|[[ChartSortFields|/API/CodeSamples/ChartSortFields]]|Gets or sets the value indicating the fields which will be used for sorting in a chart case.|String.Empty|
54
-|Int32|[[CheckBoxListColumns|/API/CodeSamples/CheckBoxListColumns]]|Number of checkboxes columns in "Quick add" dialog in the report designer|2|
55
-|Boolean|[[CheckForUpdates|/API/CodeSamples/CheckForUpdates]]|Gets or sets the value indicating whether AdHoc is check for updates.**(deprecated)**|False|
56
-|Boolean|[[CheckUserPermission|/API/CodeSamples/CheckUserPermission]]|Get or set value indicating checking user permission|True|
57
-|Boolean|[[CollapsedFiltersInReportViewer|/API/CodeSamples/CollapsedFiltersInReportViewer]]| Gets or set value indicating whether filters should be initially collapsed in Izenda.AdHoc.AdHocSettings.ReportViewer. **(deprecated)**|False|
58
-|Unit|[[ColumnDropDownWidth|/API/CodeSamples/ColumnDropDownWidth]]|Gets or sets the width of column dropdown.|200px|
59
-|CultureInfo|[[Culture|/API/CodeSamples/Culture]]|Gets or sets the default culture for Ad Hoc.|en-US|
60
-|Boolean|[[CurrentUserIsAdmin|/API/CodeSamples/CurrentUserIsAdmin]]|Gets or sets a value indicating whether current user is admin.|True|
61
-|Boolean|[[CurrentUserIsGlobalAdministrator|/API/CodeSamples/CurrentUserIsGlobalAdministrator]]|Defines if current user has global administrator rights**(deprecated)**|False|
62
-|String|[[CurrentUserName|/API/CodeSamples/CurrentUserName]]|Gets or sets the name of the current user.|DefaultAdministrator|
63
-|String[]|[[CurrentUserRoles|/API/CodeSamples/CurrentUserRoles]]|Gets or sets the the current user groups set.|System.String[] {}|
64
-|String|[[CurrentUserTenantId|/API/CodeSamples/CurrentUserTenantId]]|This identifies what tenant the current user is associated with in a multi-tenant system.|String.Empty|
65
-|CustomizeChartDelegate|[[CustomizeChartDelegate|/API/CodeSamples/CustomizeChartDelegate]]|Represents a method that runs before chart reports get run.|String.Empty|
66
-|CustomTimePeriodCollection|[[CustomTimePeriods|/API/CodeSamples/CustomTimePeriods]]|Defines custom time periods, that can be used in 'In Time Period' filter.|null|
67
-|DashboardDateSliderMode|[[DashboardDateSliderMode|/API/CodeSamples/DashboardDateSliderMode]]|Gets or sets the value indicating the size of division for Dashborad date slider.|Auto|
68
-|String|[[DashboardDesignerUrl|/API/CodeSamples/DashboardDesignerUrl]]| Gets or sets the URL of a page used to design dashboards (Izenda.Web.UI.DashboardDesigner). |DashboardDesigner.aspx|
69
-|String|[[DashboardDesignerUrlWithDelimiter|/API/CodeSamples/DashboardDesignerUrlWithDelimiter]]| Gets the Izenda.AdHoc.AdHocSettings.DashboardDesignerUrl with "?" or "&amp;" char at the end. |DashboardDesigner.aspx?|
70
-|Int32|[[DashboardFieldsCount|/API/CodeSamples/DashboardFieldsCount]]|Gets or sets the count of additional reports.|3|
71
-|Double|[[DashboardGaugeMax|/API/CodeSamples/DashboardGaugeMax]]|Gets or sets the gauge max value for "Dashboard Gauge" format.**(deprecated)**|1.79769313486232E+308|
72
-|Double|[[DashboardGaugeMin|/API/CodeSamples/DashboardGaugeMin]]|Gets or sets the guage min value for "Dashboard Gauge" format.**(deprecated)**|-1.79769313486232E+308|
73
-|Int32|[[DashboardGaugeWidth|/API/CodeSamples/DashboardGaugeWidth]]|Gets or sets value, indicating how long (minutes) reportSet output html will stay in cache. Zero means cache disabled.|200|
74
-|Int32|[[DashboardMinimumWidth|/API/CodeSamples/DashboardMinimumWidth]]|Gets or set minimum dashboard width.**(deprecated)**|1000|
75
-|Boolean|[[DashboardMode|/API/CodeSamples/DashboardMode]]|Gets or sets the value indicating whether dashboard mode is enabled.**(deprecated)**|False|
76
-|String|[[DashboardsCss|/API/CodeSamples/DashboardsCss]]| Gets or sets the css style for the Izenda.Web.UI.TabStrip. **(deprecated)**|@import url(rs.aspx?css=dashboard);|
77
-|String|[[DashboardsCssUrl|/API/CodeSamples/DashboardsCssUrl]]| Gets or sets the css stylesheet URL for the Izenda.Web.UI.TabStrip. |rs.aspx?css=dashboard|
78
-|String|[[DashboardTabBackgroundImageUrl|/API/CodeSamples/DashboardTabBackgroundImageUrl]]|Gets or sets the URL of the tabs background image for Dashboard.|String.Empty|
79
-|String|[[DashboardViewer|/API/CodeSamples/DashboardViewer]]|Gets or sets the URL of the dashboard viewer page.|ReportViewer.aspx|
80
-|String|[[DashboardViewerWithDelimiter|/API/CodeSamples/DashboardViewerWithDelimiter]]|Gets the report viewer page with "?" or "&" char at the end.|ReportViewer.aspx?|
81
-|String|[[DatabaseDiagramImageUrl|/API/CodeSamples/DatabaseDiagramImageUrl]]|Gets or sets the URL of image with database diagram.|String.Empty|
82
-|Int32|[[DataCacheInterval|/API/CodeSamples/DataCacheInterval]]|Sets the number of seconds between cache refreshes.|0|
83
-|NameDistinctValueCollection|[[DataSourceAliases|/API/CodeSamples/DataSourceAliases]]|Gets or sets the collection of key-value pairs where the key is the table name and the value is a table alias.|null|
84
-|NameStringsCollection|[[DataSourceCategories|/API/CodeSamples/DataSourceCategories]]|This allows to assign sets of datasources to different categories.|null|
85
-|TimeSpan|[[DataSourceDropDownTimeout|/API/CodeSamples/DataSourceDropDownTimeout]]|Gets or sets the timeout between starting loading dropdown values from server and redicecting to About page.|00:00:15|
86
-|Unit|[[DataSourceDropDownWidth|/API/CodeSamples/DataSourceDropDownWidth]]|Gets or sets the width of data source dropdown.**(deprecated)**|190px|
87
-|String|[[DataSourceHeading|/API/CodeSamples/DataSourceHeading]]|Renames the heading within the datasources tab of Izenda Reports.|Data Sources (Tables and Views)|
88
-|Int32|[[DataSourceLimit|/API/CodeSamples/DataSourceLimit]]|Limits the number of data sources Izenda Reports allows to be used as data sources in a single report.|1000|
89
-|Int32|[[DateArithmeticDecimalPlaces|/API/CodeSamples/DateArithmeticDecimalPlaces]]|Gets or sets the value indicating how many decimal places dates show up when comparing dates.|0|
90
-|String|[[DatePickerLanguage|/API/CodeSamples/DatePickerLanguage]]|Friendly setter of the default culture for datepicker Ad Hoc.|String.Empty|
91
-|String|[[Db2ConnectionString|/API/CodeSamples/Db2ConnectionString]]|Gets or sets the connection string for DB2|String.Empty|
92
-|Int32|[[DdkValuesMaxAmount|/API/CodeSamples/DdkValuesMaxAmount]]|Gets or sets the maximum number of allowed drill-down keys|2|
93
-|String|[[DefaultAlternatingItemColor|/API/CodeSamples/DefaultAlternatingItemColor]]|Sets the default alternating item color.|Gainsboro|
94
-|String|[[DefaultHeaderForegroundColor|/API/CodeSamples/DefaultHeaderForegroundColor]]|Sets the default header foreground color.|White|
95
-|String|[[DefaultItemForegroundColor|/API/CodeSamples/DefaultItemForegroundColor]]|Sets the default item forground color.|Black|
96
-|Int32|[[DefaultItemsPerPage|/API/CodeSamples/DefaultItemsPerPage]]|Changes the default items shown in the report viewer per page.|10000|
97
-|Int32|[[DefaultLinesPerItem|/API/CodeSamples/DefaultLinesPerItem]]|Gets or sets the default count of lines per item for "Multi-Line" feature.|1|
98
-|String|[[DefaultLoadTab|/API/CodeSamples/DefaultLoadTab]]|Gets or sets the name of tab with is loaded by default.|Fields|
99
-|Int32|[[DefaultPreviewResults|/API/CodeSamples/DefaultPreviewResults]]|Changes the default number of results shown in the report designer preview tab.|100|
100
-|String|[[DefaultReportBorderColor|/API/CodeSamples/DefaultReportBorderColor]]|Sets the default border color for reports.|White|
101
-|String|[[DefaultReportHeaderColor|/API/CodeSamples/DefaultReportHeaderColor]]|Sets the default report header color.|DarkSlateBlue|
102
-|String|[[DefaultReportItemColor|/API/CodeSamples/DefaultReportItemColor]]|Sets the default report item color.|White|
103
-|StringCollection|[[DefaultReportOrder|/API/CodeSamples/DefaultReportOrder]]|Gets or sets the default report order.|{Chart, Chart2, Chart3, <br>Chart4, Gauges, Summary, <br>Detail, Maps}|
104
-|String|[[DefaultSharingRights|/API/CodeSamples/DefaultSharingRights]]|Gets or sets the Default Sharing Rights|None|
105
-|String|[[DefaultTable|/API/CodeSamples/DefaultTable]]|Gets or sets the default table which is automatically added to new report.|String.Empty|
106
-|String|[[DefaultUserName|/API/CodeSamples/DefaultUserName]]|This settings allows the user to set the default username for users logged into the Izenda Reports web application.|DefaultAdministrator|
107
-|String|[[DefaultVisibilityForNonAdmins|/API/CodeSamples/DefaultVisibilityForNonAdmins]]|Gets or sets the default default visibility group for non admins.|OnlyMe|
108
-|Unit|[[DescriptionWidth|/API/CodeSamples/DescriptionWidth]]|Gets or sets the width of description edit.|100px|
109
-|NameValueCollection|[[DetailReportFormatString|/API/CodeSamples/DetailReportFormatString]]|Gets or sets the extended link formats for "Detail Link" format.**(deprecated)**|null|
110
-|Boolean|[[Distinct|/API/CodeSamples/Distinct]]| Gets or sets the initial value for Izenda.AdHoc.Report.Distinct field. |True|
111
-|Boolean|[[DistinctSubtotalInnerQuery|/API/CodeSamples/DistinctSubtotalInnerQuery]]|Gets or sets the value indicating whether DISTINCT option should be used in inner query for the subtotals calculating.|True|
112
-|FormatCollection|[[DrillDownStyle|/API/CodeSamples/DrillDownStyle]]|Gets or sets the list of available drill-down report fields formats.|{DetailLink, DetailLinkNewWindow, <br>EmbeddedDetail, DetailLinkPopup}|
113
-|AggregateFunctionCollection|[[DundasAggregateFunctions|/API/CodeSamples/DundasAggregateFunctions]]||{None, AVG, COUNT, <br>COUNT_DISTINCT, SUM}|
114
-|String|[[EmailFromAddress|/API/CodeSamples/EmailFromAddress]]|Email from address for the automated scheduler.|adhoc@yourdomain.com|
115
-|String|[[EmailSubjectFormatString|/API/CodeSamples/EmailSubjectFormatString]]|Gets or set subject of the emailed report for scheduler.|{0}|
116
-|Boolean|[[EmbedReportInServerEmail|/API/CodeSamples/EmbedReportInServerEmail]]|Gets or sets the value indicating whether report will be embedded in the server email.|False|
117
-|String|[[EmptyReportString|/API/CodeSamples/EmptyReportString]]||String.Empty|
118
-|Int32|[[EqualsDropDownLimit|/API/CodeSamples/EqualsDropDownLimit]]|Limits the number of (options) rows selectable through an equals (drop down) filter.**(deprecated)**|2000|
119
-|Int32|[[EqualsDropDownTimeout|/API/CodeSamples/EqualsDropDownTimeout]]|Gets or sets the wait time in seconds for "Equals (Select)" dropdown values loading.**(deprecated)**|10|
120
-|Dictionary|[[EqualsPopupDestinations|/API/CodeSamples/EqualsPopupDestinations]]|Gets or sets the value indicating which aspx page will be used for column in Equlas Popup filter.|null|
121
-|String|[[EqualsSelectDateFormat|/API/CodeSamples/EqualsSelectDateFormat]]|Gets or sets default date format utilized by the equals select filters.**(deprecated)**|MM/dd/yyyy|
122
-|Int32|[[EqualsSelectLimit|/API/CodeSamples/EqualsSelectLimit]]|Limits the number of (options) rows selectable through an equals (drop down) filter.|500|
123
-|String|[[EqualsSelectText|/API/CodeSamples/EqualsSelectText]]|Gets or sets the text of "Equals (Select)" operator.|Equals (Select)|
124
-|Int32|[[EqualsSelectTimeout|/API/CodeSamples/EqualsSelectTimeout]]|Gets or sets the wait time in seconds for "Equals (Select)" dropdown values loading.|60|
125
-|String|[[ErrorIzendaReplacement|/API/CodeSamples/ErrorIzendaReplacement]]|Gets or set value wich will replace "Izenda" word in StackTrace while exception|Izenda|
126
-|String[]|[[ExistingDatabaseConstraints|/API/CodeSamples/ExistingDatabaseConstraints]]|Gets database constraints.|System.String[] {} - Depends on your database's constraints|
127
-|Boolean|[[ExpandCategorizedReports|/API/CodeSamples/ExpandCategorizedReports]]|Gets or sets the value indicating whether categorized reports should be expanded by default.|True|
128
-|Boolean|[[ExpandVisualGroupGrids|/API/CodeSamples/ExpandVisualGroupGrids]]|Gets or sets the value indicating visual groups are expanded by default.|True|
129
-|Encoding|[[ExportEncoding|/API/CodeSamples/ExportEncoding]]||null|
130
-|TextSharpFontWrapper|[[ExportFont|/API/CodeSamples/ExportFont]]|Gets or sets the font for the PDF and RTF outputs.|null|
131
-|Int32|[[ExportLimit|/API/CodeSamples/ExportLimit]]|Gets or set value indicating ReportSet max row count while export|100000|
132
-|NameValueCollection|[[ExtendedFormats|/API/CodeSamples/ExtendedFormats]]|Gets or sets the collection of names and values of additional formats which should be displayed in "Formats" dropdown lists.**(deprecated)**|null|
133
-|String[]|[[ExtendedFunctions|/API/CodeSamples/ExtendedFunctions]]|Gets or sets the array of additional functions to display in every "Functions" dropdown lists.|System.String[] {}|
134
-|NameValueCollection|[[FieldAliases|/API/CodeSamples/FieldAliases]]|Gets or sets the collection of key-value pairs where the key is the field name and the value is a field alias.|null|
135
-|Unit|[[FieldDropDownWidth|/API/CodeSamples/FieldDropDownWidth]]|Gets or sets the width of field dropdown.|200px|
136
-|String|[[FieldFilterRegex|/API/CodeSamples/FieldFilterRegex]]|Gets or sets the regular expression used for column filtering. If name of a column matches this expression then it will not be shown.**(deprecated)**|MD5&#124;^(Passw)|
137
-|Int32|[[FieldLimit|/API/CodeSamples/FieldLimit]]|Limits the number of fields Izenda Reports allows to be used in a single report.|1000|
138
-|FieldList|[[FieldList|/API/CodeSamples/FieldList]]| Gets or sets the default Izenda.AdHoc.AdHocSettings.FieldList control. **(deprecated)**|null|
139
-|String|[[FieldsRegex|/API/CodeSamples/FieldsRegex]]|Gets or sets the regular expression used for column filtering in Field tab. If name of a column matches this expression then it will not be shown in fields select in Field tab.|MD5&#124;^(Passw)|
140
-|String|[[FieldValueCssUrl|/API/CodeSamples/FieldValueCssUrl]]|Css file to be used on reports with Field&#124;Value style.|rs.aspx?css=FieldValue|
141
-|Unit|[[FilterParameterWidth|/API/CodeSamples/FilterParameterWidth]]|Gets or sets the width of the Filter Logic box.|300px|
142
-|String|[[FiltersCustomPagesPath|/API/CodeSamples/FiltersCustomPagesPath]]|Gets or sets the relative path to the Equals(PopUp) custom pages.|String.Empty|
143
-|String|[[FiltersRegex|/API/CodeSamples/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.|MD5&#124;^(Passw)|
144
-|Boolean|[[ForceNewNameOnSave|/API/CodeSamples/ForceNewNameOnSave]]|This feature always uses the save as function and requires the user to specify a report name when saving.|False|
145
-|Unit|[[FormatDropDownWidth|/API/CodeSamples/FormatDropDownWidth]]|Gets or sets the width of format dropdown.|190px|
146
-|FormatCollection|[[Formats|/API/CodeSamples/Formats]]|Gets or sets the list of available fields formats.|String.Empty|
147
-|String|[[FormDesignerUrl|/API/CodeSamples/FormDesignerUrl]]||./Forms/FormDesigner.aspx|
148
-|Unit|[[FunctionDropDownWidth|/API/CodeSamples/FunctionDropDownWidth]]|Gets or sets the width of function dropdown.|182px|
149
-|Int32|[[GaugeHeight|/API/CodeSamples/GaugeHeight]]|Gets or sets the gauge height for "Gauge" format.|50|
150
-|Double|[[GaugeMaximum|/API/CodeSamples/GaugeMaximum]]|Gets or sets the maximum value of gauge.**(deprecated)**|1|
151
-|Double|[[GaugeMinimum|/API/CodeSamples/GaugeMinimum]]|Gets or sets the minimum value of gauge.**(deprecated)**|0|
152
-|String[]|[[GaugeStyles|/API/CodeSamples/GaugeStyles]]|Gets or sets custom gauge types.|String.Empty|
153
-|Int32|[[GaugeWidth|/API/CodeSamples/GaugeWidth]]|Gets or sets the gauge width for "Gauge" format.|250|
154
-|Boolean|[[GenerateParameterizedSql|/API/CodeSamples/GenerateParameterizedSql]]|Gets or sets the value indicating whether queries to the database should be parameterized.|True|
155
-|Boolean|[[GenerateThumbnails|/API/CodeSamples/GenerateThumbnails]]|Gets or sets the value indicating whether reports thumbnails should popup in the ReportList.|False|
156
-|String|[[GeoDataTable|/API/CodeSamples/GeoDataTable]]|Gets or sets the value indicating the table name wich contains geodata for maps.|String.Empty|
157
-|GetEqualsSelectValuesDelegate|[[GetEqualsSelectValues|/API/CodeSamples/GetEqualsSelectValues]]|Represents a method that returns values for operator.|String.Empty|
158
-|TableItemStyle|[[GridHeaderStyle|/API/CodeSamples/GridHeaderStyle]]|Gets or sets the OpenOffice output style for report results grid header.|null|
159
-|TableItemStyle|[[GridItemStyle|/API/CodeSamples/GridItemStyle]]|Gets or sets the Excel output style for report results grid item.|null|
160
-|Color|[[HeaderForegroundColor|/API/CodeSamples/HeaderForegroundColor]]|Gets or sets the color of report header.|Color [White]|
161
-|String|[[HeaderStyle|/API/CodeSamples/HeaderStyle]]| Gets or sets the style for the Izenda.AdHoc.AdHocSettings.JoinedTablesList, Izenda.AdHoc.AdHocSettings.FieldList and Izenda.Web.UI.FilterList headers. |font-family: verdana, arial, helvetica, sans-serif; font-size: 11px;color:black;|
162
-|NameValueCollection|[[HelpText|/API/CodeSamples/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.|null|
163
-|String[]|[[HiddenCategories|/API/CodeSamples/HiddenCategories]]|Sets which categories are hidden for the current user|String.Empty|
164
-|String[]|[[HiddenColumns|/API/CodeSamples/HiddenColumns]]|Gets or sets the array of Column names should be hidden in fileds dropdown.|String.Empty|
165
-|HiddenFilterCollection|[[HiddenFilters|/API/CodeSamples/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|null|
166
-|List|[[HiddenTimeZones|/API/CodeSamples/HiddenTimeZones]]|List of timezones to hide.**(deprecated)**|null|
167
-|String|[[IdentifiersRegex|/API/CodeSamples/IdentifiersRegex]]||String.Empty|
168
-|String|[[ImagesPath|/API/CodeSamples/ImagesPath]]| Gets or sets the path of the folder which contains the images used by Ad Hoc. If the value is null then built-in images will be used. |String.Empty|
169
-|Boolean|[[InheritFiltersInSubreports|/API/CodeSamples/InheritFiltersInSubreports]]|Gets or sets the value indicating whether filters will be inherited in subreports.|True|
170
-|String|[[InstantReport|/API/CodeSamples/InstantReport]]|Gets or sets the URL of the report viewer page.|InstantReport.aspx|
171
-|String|[[InstantReportWithDelimiter|/API/CodeSamples/InstantReportWithDelimiter]]|Gets the instant report page with "?" or "&" char at the end.|InstantReport.aspx?|
172
-|Boolean|[[InvalidateSchemaOnNew|/API/CodeSamples/InvalidateSchemaOnNew]]|Gets or sets the value indicating whether database schema is invalidated then user creates new report.|False|
173
-|Int32|[[InvertedGridLimit|/API/CodeSamples/InvertedGridLimit]]|Gets or sets the maximum count of rows for inverted grid.|36|
174
-|Color|[[ItemForegroundColor|/API/CodeSamples/ItemForegroundColor]]|Gets or sets the color of report header.|Color [Black]|
175
-|Unit|[[JoinDropDownWidth|/API/CodeSamples/JoinDropDownWidth]]|Gets or sets the width of join type dropdown.|100px|
176
-|JoinedTablesList|[[JoinedTablesList|/API/CodeSamples/JoinedTablesList]]| Gets or sets the default Izenda.AdHoc.AdHocSettings.JoinedTablesList control. **(deprecated)**|null|
177
-|String|[[JoinFieldRegex|/API/CodeSamples/JoinFieldRegex]]|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|String.Empty|
178
-|NameValueCollection|[[LabelAliases|/API/CodeSamples/LabelAliases]]|Gets or sets the collection of key-value pairs where the key is the field name and the value is a field alias.|null|
179
-|AdHocLanguage|[[Language|/API/CodeSamples/Language]]|Friendly setter of the default culture for Ad Hoc.|English|
180
-|Boolean|[[LazySpMetadataPulling|/API/CodeSamples/LazySpMetadataPulling]]||False|
181
-|Char|[[LiteralComma|/API/CodeSamples/LiteralComma]]|Gets or sets the delimiter separating items in the 'Equals' filter operator value.|,|
182
-|Boolean|[[LockViewer|/API/CodeSamples/LockViewer]]|Gets or sets the value indicating whether Report Viewer will be locked or not.|False|
183
-|String|[[LoginUrl|/API/CodeSamples/LoginUrl]]|Gets or sets login page Url.|Login.aspx|
184
-|MapInfoCollection|[[MapInfoCollection|/API/CodeSamples/MapInfoCollection]]|Gets or sets the registered maps data.|{World, Europe, <br>USA, Australia}|
185
-|Size|[[MaxImageSize|/API/CodeSamples/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.|{Width=320, Height=240}|
186
-|Int32|[[MaximumReportSizeForCache|/API/CodeSamples/MaximumReportSizeForCache]]||1048576|
187
-|Single|[[MaxVersion|/API/CodeSamples/MaxVersion]]|Gets Max Version.|6.8|
188
-|Unit|[[MinPdfFontSize|/API/CodeSamples/MinPdfFontSize]]|Sets the minium font size that will be used when creating a PDF document. Default is 10 point.|10pt|
189
-|Boolean|[[MultiLevelVisualGrouping|/API/CodeSamples/MultiLevelVisualGrouping]]|Gets or set value indicating whether Visual Groups should be multi-level.**(deprecated)**|True|
190
-|String|[[MySqlConnectionString|/API/CodeSamples/MySqlConnectionString]]|Gets or sets the connection string for MySQL.|String.Empty|
191
-|String|[[NoDataSourcePage|/API/CodeSamples/NoDataSourcePage]]|Gets or sets url of the page where user will be redirected if there is no tables in a data base|Settings.aspx|
192
-|Int32|[[NumChartPerRow|/API/CodeSamples/NumChartPerRow]]|Gets or set value indicating number of charts in one reports row|2|
193
-|Int32|[[NumChartTabs|/API/CodeSamples/NumChartTabs]]|Gets or set value indicating maximum possibile charts for the report set.|2|
194
-|Int32|[[NumSharedDropdowns|/API/CodeSamples/NumSharedDropdowns]]|Gets or sets the maximum number of user/roles a report can be shared with.|3|
195
-|Boolean|[[OpenCustomUrlInNewWindow|/API/CodeSamples/OpenCustomUrlInNewWindow]]|Gets or sets the value indicating whether CustomUrl field links should open in a new window.|True|
196
-|Int32|[[OracleCommandTimeout|/API/CodeSamples/OracleCommandTimeout]]|Sets the time Izenda Reports will wait for an Oracle command to execute before timing out.|3600|
197
-|String|[[OracleConnectionString|/API/CodeSamples/OracleConnectionString]]|Gets or sets the connection string for Oracle.|String.Empty|
198
-|ReportOutputGeneratorCollection|[[OutputTypes|/FAQ/Formatting/How-do-I-hide-Output-Types]]| Gets or sets the registered Izenda.AdHoc.ReportOutputGenerators. |{SQL, PDF, HTMLREPORT, <br>CSV, BULKCSV, XLS(MIME), <br>DOC, XML, JSON, <br>JSA}|
199
-|String|[[ParentReportDesignerUrl|/API/CodeSamples/ParentReportDesignerUrl]]||String.Empty|
200
-|String|[[ParentReportListUrl|/API/CodeSamples/ParentReportListUrl]]||String.Empty|
201
-|String|[[ParentReportViewerUrl|/API/CodeSamples/ParentReportViewerUrl]]||String.Empty|
202
-|String|[[ParentSettingsUrl|/API/CodeSamples/ParentSettingsUrl]]||String.Empty|
203
-|Boolean|[[PerUserCaching|/API/CodeSamples/PerUserCaching]]| Gets or sets the value indicating whether Izenda.AdHoc.Database.Driver.DatabaseSchema should be cached. |False|
204
-|Int32|[[PivotFieldLimit|/API/CodeSamples/PivotFieldLimit]]|Limit for how many pivot columns are in a report.|100|
205
-|String|[[PostgreSQLConnectionString|/API/CodeSamples/PostgreSQLConnectionString]]|Gets or sets the connection string for Postgres.|String.Empty|
206
-|Int32|[[PreviewColumnLimit|/API/CodeSamples/PreviewColumnLimit]]|Gets or set value indicating number of columns to show in preview|100|
207
-|String|[[PreviewColumnLimitMessage|/API/CodeSamples/PreviewColumnLimitMessage]]|Gets or set value indicating message displayed when PreviewColumnLimit is exceeded|Reports with more than 100 fields must be exported to CSV. Please check CSV Export to view data.|
208
-|Int32|[[PreviewTimeout|/API/CodeSamples/PreviewTimeout]]| Gets or sets the System.Data.IDbCommand.CommandTimeout for SQL commands. |0|
209
-|PrintMode|[[PrintMode|/API/CodeSamples/PrintMode]]|Gets or sets the value indicating what print mode will be used, PDF or HTML.|PdfAndHtml|
210
-|PdfPrintMode|[[PdfPrintMode|/API/CodeSamples/PdfPrintMode]]|Gets or sets the value indicating what print mode will be used for PDF exports.|EOPDF|
211
-|ProcessFiltersDelegate|[[ProcessFiltersDelegate|/API/CodeSamples/ProcessFiltersDelegate]]| Represents a method that handles Izenda.AdHoc.Report execution. **(deprecated)**|String.Empty|
212
-|Int32|[[QuickAddFieldWidth|/API/CodeSamples/QuickAddFieldWidth]]|Gets or set value indicating max length of string in one QuickAdd column|20|
213
-|Int32|[[QuickAddMinElementsInColumn|/API/CodeSamples/QuickAddMinElementsInColumn]]|Gets or set value indicating how many elements are in one QuickAdd column|20|
214
-|String|[[RDLFolder|/API/CodeSamples/RDLFolder]]|Gets or sets path to Folder where RDL files whould be saved|RDLFiles|
215
-|Int32|[[RecentlyUpdatedCountAtReportList|/API/CodeSamples/RecentlyUpdatedCountAtReportList]]|Gets or sets the value indicating how many reports will shown at recent list at ReportList|0|
216
-|Boolean|[[RedirectExports|/API/CodeSamples/RedirectExports]]|Gets or sets the value indicating whether response redirection should be done when exporting reportset|False|
217
-|Color|[[ReportAlternatingItemColor|/API/CodeSamples/ReportAlternatingItemColor]]|Gets or sets the color of report alternating item.|Color [Gainsboro]|
218
-|Color|[[ReportBorderColor|/API/CodeSamples/ReportBorderColor]]|Gets or sets the color of report border.|Color [White]|
219
-|String|[[ReportCss|/API/CodeSamples/ReportCss]]|Gets or sets the css style for the report HTML and Word output.**(deprecated)**|@import url(rs.aspx?css=Report);|
220
-|String|[[ReportCssUrl|/API/CodeSamples/ReportCssUrl]]|Css file to be used on reports generated by Izenda Reports.|rs.aspx?css=Report|
221
-|String|[[ReportDesignerUrl|/API/CodeSamples/ReportDesignerUrl]]| Gets or sets the URL of a page used to design reports (Izenda.Web.UI.ReportDesigner page). |ReportDesigner.aspx|
222
-|String|[[ReportDesignerUrlWithDelimiter|/API/CodeSamples/ReportDesignerUrlWithDelimiter]]| Gets the Izenda.AdHoc.AdHocSettings.ReportDesignerUrl with "?" or "&amp;" char at the end. |ReportDesigner.aspx?|
223
-|Color|[[ReportHeaderColor|/API/CodeSamples/ReportHeaderColor]]|Gets or sets the color of report header.|Color [DarkSlateBlue]|
224
-|Image|[[ReportHeaderImage|/API/CodeSamples/ReportHeaderImage]]||String.Empty|
225
-|String|[[ReportHeaderImageUrl|/API/CodeSamples/ReportHeaderImageUrl]]|Gets or sets the image which will be shown at the top of the report.|String.Empty|
226
-|String|[[ReportingService2005Url|/API/CodeSamples/ReportingService2005Url]]|Gets or sets the base URL of the XML Web service.|http://localhost/ReportServer/ReportService2005.asmx|
227
-|Color|[[ReportItemColor|/API/CodeSamples/ReportItemColor]]|Gets or sets the color of report item.|Color [White]|
228
-|String|[[ReportList|/API/CodeSamples/ReportList]]|Gets or sets the URL of the report list page.|ReportList.aspx|
229
-|ReportListSettings|[[ReportListSettings|/API/CodeSamples/ReportListSettings]]|Gets or sets the value indicating ReportList display**(deprecated)**|HideAll|
230
-|ReportSetEventWatcherCollection|[[ReportSetEventWatchers|/API/CodeSamples/ReportSetEventWatchers]]| Gets or sets the collection of registered Izenda.AdHoc.IReportSetEventWatcher which can do some actions on Izenda.AdHoc.ReportSet-related events. |null|
231
-|String|[[ReportsPath|/API/CodeSamples/ReportsPath]]| Gets or sets the path of the folder where Izenda.AdHoc.FileSystemAdHocConfig stores its reports. If the value is null then reports will be stored in "Reports" subfolder of application folder. |[drive]:\[ApplicationFolder]\Reports|
232
-|Boolean|[[ReportsSharedByDefault|/API/CodeSamples/ReportsSharedByDefault]]||True|
233
-|StorageMode|[[ReportStorageMode|/API/CodeSamples/ReportStorageMode]]|Defines how reports are stored - in the file system or in the database**(deprecated)**|Filesystem|
234
-|ReportTypeCollection|[[ReportTypes|/API/CodeSamples/ReportTypes]]|Gets or sets the report types.**(deprecated)**|{Detail, Summary, Chart, <br>Gauge}|
235
-|String|[[ReportViewer|/API/CodeSamples/ReportViewer]]|Gets or sets the URL of the report viewer page.|ReportViewer.aspx|
236
-|Int32|[[ReportViewerDefaultPreviewResults|/API/CodeSamples/ReportViewerDefaultPreviewResults]]|Specifies the default number of results previewed in the report view page for all reports.|100|
237
-|String|[[ReportViewerPostHtml|/API/CodeSamples/ReportViewerPostHtml]]|Gets or sets the string contains html code that placing after the entire HtmlOutputReportResults section.**(deprecated)**|String.Empty|
238
-|String|[[ReportViewerPreHtml|/API/CodeSamples/ReportViewerPreHtml]]|Gets or sets the string contains html code that placing before the entire HtmlOutputReportResults section.**(deprecated)**|String.Empty|
239
-|Int32|[[ReportViewerRefreshInterval|/API/CodeSamples/ReportViewerRefreshInterval]]|Gets or sets the milliseconds between preview auto-refresh. If 0 then there no auto-refresh.**(deprecated)**|0|
240
-|String|[[ReportViewerWithDelimiter|/API/CodeSamples/ReportViewerWithDelimiter]]|Gets the report viewer page with "?" or "&" char at the end.|ReportViewer.aspx?|
241
-|String|[[ReportViewPageTitle|/API/CodeSamples/ReportViewPageTitle]]|Gets or sets the title of report view page.|String.Empty|
242
-|Boolean|[[RequireLogin|/API/CodeSamples/RequireLogin]]|This setting tells Izenda Reports to use the login page specified above in the Login URL setting.|False|
243
-|String|[[ResponseServer|/API/CodeSamples/ResponseServer]]| Gets or sets the URL of the Izenda.AdHoc.ResponseServer page. |rs.aspx|
244
-|String|[[ResponseServerWithDelimiter|/API/CodeSamples/ResponseServerWithDelimiter]]| Gets the Izenda.AdHoc.AdHocSettings.ResponseServer page with "?" or "&amp;" char at the end. |rs.aspx?|
245
-|String|[[ResponseServerWithDelimiterFull|/API/CodeSamples/ResponseServerWithDelimiterFull]]||rs.aspx?|
246
-|Int32[]|[[ResultsDropdownValues|/API/CodeSamples/ResultsDropdownValues]]|Gets or sets the list of the values in the preview results dropdown dialog.|System.Int32[]|
247
-|String|[[SavedReportsTable|/API/CodeSamples/SavedReportsTable]]|Gets or sets the table name for saved reports.|IzendaAdHocReports|
248
-|String|[[SaveReportSetNextUrl|/API/CodeSamples/SaveReportSetNextUrl]]|Gets or sets the URL of the report viewer page.|String.Empty|
249
-|String|[[ScheduledReportsUrlFormatString|/API/CodeSamples/ScheduledReportsUrlFormatString]]|Gets or sets the url that is sent via email as the report web address.|http://localhost:57642/ReportViewer.aspx?{0}|
250
-|SchedulerOutputCollection|[[SchedulerExports|/API/CodeSamples/SchedulerExports]]||{}|
251
-|SchedulerOutputCollection|[[SchedulerOutputTypes|/API/CodeSamples/SchedulerOutputTypes]]|Get or set value indicating allowed formats for scheduling reports|{Link, Embedded, PDF, <br>CSV, HTML, XLS(MIME)}|
252
-|String|[[SchedulerTenantID|/API/CodeSamples/SchedulerTenantID]]|Gets or sets the tenantId for scheduler.**(deprecated)**|String.Empty|
253
-|TimeSpan|[[SchemaCacheTimeout|/API/CodeSamples/SchemaCacheTimeout]]|Gets or sets the time span for schema caching.|1.00:00:00|
254
-|String|[[ScriptDirectory|/API/CodeSamples/ScriptDirectory]]||String.Empty|
255
-|Unit|[[SelectValueDropDownWidth|/API/CodeSamples/SelectValueDropDownWidth]]|Gets or sets the width of filter values dropdown.|300px|
256
-|Boolean|[[ServiceMode|/API/CodeSamples/ServiceMode]]|Gets or set value indication service mode**(deprecated)**|False|
257
-|String|[[SettingsKey|/API/CodeSamples/SettingsKey]]|Gets or sets password to access Settings control|String.Empty|
258
-|String|[[SettingsPageUrl|/API/CodeSamples/SettingsPageUrl]]| Gets or sets the URL of the Izenda.AdHoc.Settings page. |Settings.aspx|
259
-|String[]|[[SharedWithValues|/API/CodeSamples/SharedWithValues]]|This sets the users or roles available in the Shared With dropdown of the Misc tab in the report designer.|String.Empty|
260
-|Boolean|[[ShowAddAll|/API/CodeSamples/ShowAddAll]]| Gets or sets the value indicating whether AddAll button and dropdown should be shown in the Izenda.AdHoc.AdHocSettings.FieldList. **(deprecated)**|False|
261
-|Boolean|[[ShowAddFieldInReportViewer|/API/CodeSamples/ShowAddFieldInReportViewer]]||True|
262
-|Boolean|[ShowAdditionalJoinConditions](http://wiki.izenda.us/API/ShowAdditionalJoinConditions)|Gets or sets the value indicating whether additional join conditions will be enabled in the Advanced Data Sources tab.|False|
263
-|Boolean|[[ShowAdminButton|/API/CodeSamples/ShowAdminButton]]|Gets or sets the value indicating showing buttons for administration**(deprecated)**|True|
264
-|Boolean|[[ShowAdvancedChartingButton|/API/CodeSamples/ShowAdvancedChartingButton]]| Gets or sets the value indicating whether "Show Advanced" button should be shown in the Izenda.Web.UI.ChartControl. |True|
265
-|Boolean|[[ShowAllInPreview|/API/CodeSamples/ShowAllInPreview]]|Gets or sets the value indicating whether "CombinedTop Count" dropdown list should have the "All" item in preview.|True|
266
-|Boolean|[[ShowAllInResults|/API/CodeSamples/ShowAllInResults]]|Gets or sets the value indicating whether "CombinedTop Count" dropdown list should have the "All" item in results.|True|
267
-|Boolean|[[ShowAllTables|/API/CodeSamples/ShowAllTables]]|Gets or sets the value indicating whether all tables should be shown in tables dropdown.**(deprecated)**|True|
268
-|Boolean|[[ShowArithmeticInSummary|/API/CodeSamples/ShowArithmeticInSummary]]| Gets or sets the value indicating whether arithmetic operations are shown in the summary tab of Izenda.Web.UI.AdHocReportDesigner. |False|
269
-|Boolean|[[ShowArithmeticOperations|/API/CodeSamples/ShowArithmeticOperations]]| Gets or sets the value indicating whether arithmetic operations are shown in Izenda.AdHoc.AdHocSettings.FieldList. |True|
270
-|Boolean|[[ShowBackButton|/API/CodeSamples/ShowBackButton]]| Gets or sets the value indicating whether "Back" button should be shown in the Izenda.Web.UI.AdHocToolbarNavigation. |False|
271
-|Boolean|[[ShowBetweenDateCalendar|/API/CodeSamples/ShowBetweenDateCalendar]]||True|
272
-|Boolean|[[ShowBulkCSVButton|/API/CodeSamples/ShowBulkCSVButton]]|Gets or sets the value indicating possibility export to BulkCSV**(deprecated)**|False|
273
-|Boolean|[[ShowCategoryTextboxInSaveDialog|/API/CodeSamples/ShowCategoryTextboxInSaveDialog]]|Gets or sets the value indicating whether category checkbox should be shown in the save dialog.|True|
274
-|Boolean|[[ShowChartLegend|/API/CodeSamples/ShowChartLegend]]|Gets or sets the value indicating whether chart legend should be shown.|True|
275
-|Boolean|[[ShowChartTab|/API/CodeSamples/ShowChartTab]]|Gets or sets the value indicating whether chart tab should be shown.|True|
276
-|Boolean|[[ShowClientEmailButton|/API/CodeSamples/ShowClientEmailButton]]|Gets or sets the value indicating whether the email from client icon should be shown in the toolbar.|True|
277
-|Boolean|[[ShowConstraintsSettings|/API/CodeSamples/ShowConstraintsSettings]]|Gets or sets the value indicating allows edit constraints settings.**(deprecated)**|False|
278
-|Boolean|[[ShowContinueLinks|/API/CodeSamples/ShowContinueLinks]]|This setting enables or disables the "Continue to" buttons in report designer that assist walking a user through the tabs in report designer.|True|
279
-|Boolean|[[ShowCSVButton|/API/CodeSamples/ShowCSVButton]]|Gets or sets the value indicating possibility export to CSV|True|
280
-|Boolean|[[ShowCustomFormatType|/API/CodeSamples/ShowCustomFormatType]]|Gets or sets the value indicating whether "Custom" format type should be shown in formats dropdown.|False|
281
-|Boolean|[[ShowDashboardAddDropDown|/API/CodeSamples/ShowDashboardAddDropDown]]|Gets or sets a value indicating whether "add dashboard subreport" should be shown as DropDownList control.**(deprecated)**|False|
282
-|Boolean|[[ShowDashboardFieldsTab|/API/CodeSamples/ShowDashboardFieldsTab]]| Gets or sets the value indicating whether Izenda.Web.UI.AdHocReportDesigner tab with dashboard fields is shown. |False|
283
-|Boolean|[[ShowDashboardPartViewerLinks|/API/CodeSamples/ShowDashboardPartViewerLinks]]|Gets or sets the value indicating whether Dashboard Viewer will have edit links for it's reports|True|
284
-|Boolean|[[ShowDashboardSettings|/API/CodeSamples/ShowDashboardSettings]]|Gets or sets the value indicating allows edit dashboard settings**(deprecated)**|False|
285
-|Boolean|[[ShowDatabaseDiagramIcon|/API/CodeSamples/ShowDatabaseDiagramIcon]]|Gets or sets the value indicating whether the Database Diagram icon should be shown in the toolbar.|True|
286
-|Boolean|[[ShowDatabaseTypes|/API/CodeSamples/ShowDatabaseTypes]]|Gets or set value indicating whether database types should be shown in the fields dropdown.|False|
287
-|Boolean|[[ShowDataSourcesAsCheckBoxes|/API/CodeSamples/ShowDataSourcesAsCheckBoxes]]|Gets or sets the value indicating mode of data sources list is showed.|True|
288
-|Boolean|[[ShowDataSourcesTab|/API/CodeSamples/ShowDataSourcesTab]]| Gets or sets the value indicating whether Izenda.Web.UI.AdHocReportDesigner tab with data sources list is showed. |True|
289
-|Boolean|[[ShowDataWhenParametersBlank|/API/CodeSamples/ShowDataWhenParametersBlank]]|Gets or sets the value indicating whether data should be shown in report viewer if all parameters is blank.**(deprecated)**|True|
290
-|Boolean|[[ShowDescriptionsInReportsTab|/API/CodeSamples/ShowDescriptionsInReportsTab]]| Gets or sets the value indicating whether reports descriptions should be shown in the reports tab of Izenda.Web.UI.AdHocReportDesigner. **(deprecated)**|False|
291
-|Boolean|[[ShowDesignDashboardLink|/API/CodeSamples/ShowDesignDashboardLink]]|Gets or sets the value indicating whether design new dashboard link is shown|True|
292
-|Boolean|[[ShowDesignLinkInReportViewer|/API/CodeSamples/ShowDesignLinkInReportViewer]]| Gets or set value indicating whether design link should be shown in Izenda.AdHoc.AdHocSettings.ReportViewer. **(deprecated)**|True|
293
-|Boolean|[[ShowDesignLinks|/API/CodeSamples/ShowDesignLinks]]|Gets or sets a value indicating whether design links should be shown in report list and in the toolbar.|True|
294
-|Boolean|[[ShowDetailFormat|/API/CodeSamples/ShowDetailFormat]]|Gets or sets the value indicating whether "Detail Link" format should be shown in formats dropdown.**(deprecated)**|True|
295
-|Boolean|[[ShowDistinct|/API/CodeSamples/ShowDistinct]]|Gets or set value indicating whether "Distinct" should be shown at the Data Source tab.|True|
296
-|Boolean|[[ShowDOCButton|/API/CodeSamples/ShowDOCButton]]|Gets or sets the value indicating possibility export to DOC|True|
297
-|Boolean|[[ShowEtlButton|/API/CodeSamples/ShowEtlButton]]|Gets or sets the value indicating whether the upload data button should be shown in the report viewer.|False|
298
-|Boolean|[[ShowFieldAsValueDropDown|/API/CodeSamples/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.|True|
299
-|Boolean|[[ShowFieldsTab|/API/CodeSamples/ShowFieldsTab]]| Gets or sets the value indicating whether Izenda.Web.UI.AdHocReportDesigner tab with fields list is shown. |True|
300
-|Boolean|[[ShowFieldValueCheckbox|/API/CodeSamples/ShowFieldValueCheckbox]]|Gets or sets the value indicating whether "Field&#124;Value" checkbox should be shown in the field tab.|True|
301
-|Boolean|[[ShowFieldValueSummaryCheckbox|/API/CodeSamples/ShowFieldValueSummaryCheckbox]]|Gets or sets the value indicating whether "Field&#124;Value" checkbox should be shown in the summary tab.|True|
302
-|Boolean|[[ShowFilterFunctions|/API/CodeSamples/ShowFilterFunctions]]| Gets or sets the value indicating whether Remove All button should be shown in the Izenda.AdHoc.AdHocSettings.FieldList. **(deprecated)**|True|
303
-|Boolean|[[ShowFilterLogic|/API/CodeSamples/ShowFilterLogic]]| Gets or sets the value indicating whether Filter Logic should be shown in the Izenda.Web.UI.FilterList. |True|
304
-|Boolean|[[ShowFiltersInDashboards|/API/CodeSamples/ShowFiltersInDashboards]]| Gets or set value indicating whether filters should be shown in Izenda.AdHoc.AdHocSettings.ReportViewer. |True|
305
-|Boolean|[[ShowFiltersInReportViewer|/API/CodeSamples/ShowFiltersInReportViewer]]| Gets or set value indicating whether filters should be shown in Izenda.AdHoc.AdHocSettings.ReportViewer. **(deprecated)**|True|
306
-|Boolean|[[ShowFiltersTab|/API/CodeSamples/ShowFiltersTab]]| Gets or sets the value indicating whether Izenda.Web.UI.AdHocReportDesigner tab with filters list is showed. |True|
307
-|Boolean|[[ShowFunctions|/API/CodeSamples/ShowFunctions]]| Gets or sets the value indicating whether functions should be shown in the Izenda.AdHoc.AdHocSettings.FieldList. |True|
308
-|Boolean|[[ShowGaugePercentage|/API/CodeSamples/ShowGaugePercentage]]|Gets or sets the value indicating whether percentage at gauges should be shown.|False|
309
-|Boolean|[[ShowGaugeTab|/API/CodeSamples/ShowGaugeTab]]|Gets or sets the value indicating whether gauges tab should be shown in report designer.|True|
310
-|Boolean|[[ShowGoButton|/API/CodeSamples/ShowGoButton]]| Gets or sets the value indicating whether "Go" button should be shown in the Izenda.Web.UI.AdHocToolbarNavigation. |False|
311
-|Boolean|[[ShowGradientBackground|/API/CodeSamples/ShowGradientBackground]]|Gets or sets the value indicating is data grid items will be shaded with gradient|False|
312
-|Boolean|[[ShowGroupInFunctionDropdown|/API/CodeSamples/ShowGroupInFunctionDropdown]]|Gets or sets the value indicating whether GROUP feature should be shown as a function. Otherwise, it will be shown as a separate checkbox.|True|
313
-|Boolean|[[ShowGroupMonth|/API/CodeSamples/ShowGroupMonth]]|Gets or set value indicating whether Group(Month) function should be visible.**(deprecated)**|False|
314
-|Boolean|[[ShowHelpButton|/API/CodeSamples/ShowHelpButton]]|Gets or sets the value indicating whether the "HideHelpPanel" icon should be shown in the toolbar.|False|
315
-|Boolean|[[ShowHtmlAsCode|/API/CodeSamples/ShowHtmlAsCode]]|This feature enables/disables showing HTML code containing in database fields as plain text.|False|
316
-|Boolean|[[ShowInTimePeriod|/API/CodeSamples/ShowInTimePeriod]]|Gets or sets the value indicating whether "In Time Period" item is shown in operators dropdown.|True|
317
-|Boolean|[[ShowInvalidVizExportLink|/API/CodeSamples/ShowInvalidVizExportLink]]|Sets whether message "To view the interactive visualization please click this link." is displayed or not when charts of type visualization are exported to Word,Excel, and HTML|True|
318
-|Boolean|[[ShowInvertSummaryCheckbox|/API/CodeSamples/ShowInvertSummaryCheckbox]]|Gets or sets the value indicating whether "Invert" checkbox should be shown in the summary tab.**(deprecated)**|False|
319
-|Boolean|[[ShowInvisible|/API/CodeSamples/ShowInvisible]]| Gets or sets the value indicating whether invisible checkboxes should be shown in the Izenda.AdHoc.AdHocSettings.FieldList. **(deprecated)**|False|
320
-|Boolean|[[ShowJoinAliasTextboxes|/API/CodeSamples/ShowJoinAliasTextboxes]]|Gets or sets the value indicating whether join type alias textboxes should be shown in the Izenda.AdHoc.AdHocSettings.JoinedTablesList.|False|
321
-|Boolean|[[ShowJoinDropDown|/API/CodeSamples/ShowJoinDropDown]]| Gets or sets the value indicating whether join type dropdown should be shown in the Izenda.AdHoc.AdHocSettings.JoinedTablesList. |False|
322
-|Boolean|[[ShowJustification|/API/CodeSamples/ShowJustification]]|Gets or sets the value indicating whether justification type should be shown in the field tab.|True|
323
-|Boolean|[[ShowLinkFormats|/API/CodeSamples/ShowLinkFormats]]|This feature enables/disables the link format function options for fields in the fields tab of reportdesigner.**(deprecated)**|True|
324
-|Boolean|[[ShowLoadingForDesigner|/API/CodeSamples/ShowLoadingForDesigner]]|Gets or set value indicating whether loading message should be shown.**(deprecated)**|False|
325
-|Boolean|[[ShowLoadingOnDesignerLoad|/API/CodeSamples/ShowLoadingOnDesignerLoad]]|Gets or set value indicating whether loading message should be shown on designer load.**(deprecated)**|False|
326
-|Boolean|[[ShowLogoInPdf|/API/CodeSamples/ShowLogoInPdf]]|**(deprecated)**|False|
327
-|Boolean|[[ShowMapTab|/API/CodeSamples/ShowMapTab]]|Gets or sets the value indicating whether the Map Tab should be shown in the report viewer.|True|
328
-|Boolean|[[ShowMenuInReportViewer|/API/CodeSamples/ShowMenuInReportViewer]]| Gets or set value indicating whether menu should be shown in Izenda.AdHoc.AdHocSettings.ReportViewer. **(deprecated)**|False|
329
-|Boolean|[[ShowMiscTab|/API/CodeSamples/ShowMiscTab]]|This checkbox enables/disables the misc tab from the Izenda Reports application report designer page.|True|
330
-|Boolean|[[ShowModifiedReportMessage|/API/CodeSamples/ShowModifiedReportMessage]]|Gets or sets the value indicating whether the modified save message can appear on save.|True|
331
-|Boolean|[[ShowModifyButton|/API/CodeSamples/ShowModifyButton]]|Gets or sets the value indicating whether the "Modify" button should be shown in the report viewer.**(deprecated)**|True|
332
-|Boolean|[[ShowMultiLineControls|/API/CodeSamples/ShowMultiLineControls]]|Gets or sets the value indicating whether "Multi-Line" feature is enabled.|False|
333
-|Boolean|[[ShowNewButton|/API/CodeSamples/ShowNewButton]]|Gets or sets the value indicating whether the "New" icon should be shown in the toolbar.|True|
334
-|Boolean|[[ShowNonIndexedJoinFields|/API/CodeSamples/ShowNonIndexedJoinFields]]|Gets or sets the value indicating whether non-indexed join fields should be shown.|True|
335
-|Boolean|[[ShowODTButton|/API/CodeSamples/ShowODTButton]]|Gets or sets the value indicating possibility export to ODT**(deprecated)**|False|
336
-|Boolean|[[ShowOnlineDocumentation|/API/CodeSamples/ShowOnlineDocumentation]]|Gets or sets the value indicating if it's nessesary to show Details button in Settings.|True|
337
-|Boolean|[[ShowOpenOfficeButton|/API/CodeSamples/ShowOpenOfficeButton]]|Gets or sets the value indicating possibility export to OpenOffice|False|
338
-|Boolean|[[ShowPDFButton|/API/CodeSamples/ShowPDFButton]]|Gets or sets the value indicating possibility export to PDF|True|
339
-|Boolean|[[ShowPivot|/API/CodeSamples/ShowPivot]]|Enables/disables the option of adding pivots to reports.|True|
340
-|Boolean|[[ShowPoweredByLogo|/API/CodeSamples/ShowPoweredByLogo]]|Gets or sets the value indicating whether "Powered By Izenda" logo should be shown.|False|
341
-|Boolean|[[ShowPreviewTab|/API/CodeSamples/ShowPreviewTab]]| Gets or sets the value indicating whether Izenda.Web.UI.AdHocReportDesigner tab with preview is showed. |True|
342
-|Boolean|[[ShowPublishRdlButton|/API/CodeSamples/ShowPublishRdlButton]]| Gets or sets the value indicating whether publish rdl button should be shown in the reports tab of Izenda.Web.UI.AdHocReportDesigner. |False|
343
-|Boolean|[[ShowRdlOutputIcon|/API/CodeSamples/ShowRdlOutputIcon]]| Gets or sets the value indicating whether rdl button should be shown in the reports tab of Izenda.Web.UI.AdHocReportDesigner. |False|
344
-|Boolean|[[ShowRecentDatasources|/API/CodeSamples/ShowRecentDatasources]]|Gets or sets the value indicating whether recent datasources dropdown list will be shown in ReportDesigner.|True|
345
-|Boolean|[[ShowRemoveAll|/API/CodeSamples/ShowRemoveAll]]| Gets or sets the value indicating whether Remove All button should be shown in the Izenda.AdHoc.AdHocSettings.FieldList. **(deprecated)**|True|
346
-|Boolean|[[ShowRemoveFieldInReportViewer|/API/CodeSamples/ShowRemoveFieldInReportViewer]]||True|
347
-|Boolean|[[ShowReportClassifiers|/API/CodeSamples/ShowReportClassifiers]]| Gets or sets the value indicating whether Izenda.Web.UI.ReportClassifiers control should be shown in the "Misc" tab. |True|
348
-|Boolean|[[ShowReportColor|/API/CodeSamples/ShowReportColor]]| Gets or sets the value indicating whether report color dropdowns are shown in Izenda.Web.UI.StyleControl. |True|
349
-|Boolean|[[ShowReportingServicesSettings|/API/CodeSamples/ShowReportingServicesSettings]]|Gets or sets the value indicating allows edit reporting services settings**(deprecated)**|False|
350
-|Boolean|[[ShowReportsInHtmlOutput|/API/CodeSamples/ShowReportsInHtmlOutput]]|Gets or sets the value indicating whether the list of reports should be shown in the Report viewer.**(deprecated)**|True|
351
-|Boolean|[[ShowReportsListAsDropDown|/API/CodeSamples/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. |False|
352
-|Boolean|[[ShowReportsTab|/API/CodeSamples/ShowReportsTab]]| Gets or sets the value indicating whether Izenda.Web.UI.AdHocReportDesigner tab with reports list is showed. |False|
353
-|Boolean|[[ShowResponseServerDetails|/API/CodeSamples/ShowResponseServerDetails]]|Gets or set value indicating showing diagnostic test at response server page|True|
354
-|Boolean|[[ShowRowButtons|/API/CodeSamples/ShowRowButtons]]| Gets or sets the value indicating whether insert and move buttons should be shown in the Izenda.AdHoc.AdHocSettings.FieldList. |True|
355
-|Boolean|[[ShowSaveAsToolbarButton|/API/CodeSamples/ShowSaveAsToolbarButton]]| Gets or sets the value indicating whether "Save As" button should be shown in the Izenda.Web.UI.AdHocToolbarNavigation. |True|
356
-|Boolean|[[ShowSaveControls|/API/CodeSamples/ShowSaveControls]]| Gets or sets the value indicating whether save controls should be shown in the reports tab of Izenda.Web.UI.AdHocReportDesigner and in the Izenda.Web.UI.AdHocToolbarNavigation. |True|
357
-|Boolean|[[ShowSaveControlsInReportsTab|/API/CodeSamples/ShowSaveControlsInReportsTab]]| Gets or sets the value indicating whether save controls should be shown in the reports tab of Izenda.Web.UI.AdHocReportDesigner. |False|
358
-|Boolean|[[ShowSaveInReportViewer|/API/CodeSamples/ShowSaveInReportViewer]]|Gets or sets the value indicating whether save controls should be shown in the ReportViewer.**(deprecated)**|True|
359
-|Boolean|[[ShowSaveRdlToolbarButton|/API/CodeSamples/ShowSaveRdlToolbarButton]]| Gets or sets the value indicating whether "Save As RDL" button should be shown in the Izenda.Web.UI.AdHocToolbarNavigation. |False|
360
-|Boolean|[[ShowScheduleControls|/API/CodeSamples/ShowScheduleControls]]| Gets or sets the value indicating whether Izenda.Web.UI.ScheduleControl should be shown in the "Misc" tab. |True|
361
-|Boolean|[[ShowServerEmailButton|/API/CodeSamples/ShowServerEmailButton]]|Gets or sets the value indicating whether the email from server icon should be shown in the toolbar.|False|
362
-|Boolean|[[ShowSettingsButton|/API/CodeSamples/ShowSettingsButton]]|Gets or sets the value indicating showing buttons for administration. An alias for ShowAdminButton setting.|True|
363
-|Boolean|[[ShowSettingsButtonForNonAdmins|/API/CodeSamples/ShowSettingsButtonForNonAdmins]]|Defines if Settings button will be shown to users without administrator rights|False|
364
-|Boolean|[[ShowSharedCheckbox|/API/CodeSamples/ShowSharedCheckbox]]||True|
365
-|Boolean|[[ShowSharingControl|/API/CodeSamples/ShowSharingControl]]|Gets or sets the value indicating is the sharing control will be shown.|True|
366
-|Boolean|[[ShowSideHelp|/API/CodeSamples/ShowSideHelp]]| Gets or set value indicating whether side help should be shown in Izenda.Web.UI.ReportDesigner. |False|
367
-|Boolean|[[ShowSimpleModeViewer|/API/CodeSamples/ShowSimpleModeViewer]]|Gets or sets a value indicating whether report viewer mode is simple mode.|False|
368
-|Boolean|[[ShowSqlOutputIcon|/API/CodeSamples/ShowSqlOutputIcon]]|Gets or sets the value indicating whether the SQL output icon should be shown in the toolbar.|True|
369
-|Boolean|[[ShowStackTrace|/API/CodeSamples/ShowStackTrace]]|Gets or sets the value indicating format for showing exceptions.|True|
370
-|Boolean|[[ShowStyleTab|/API/CodeSamples/ShowStyleTab]]|Gets or sets the value indicating whether style tab should be shown in the report designer.|True|
371
-|Boolean|[[ShowSummaryLine|/API/CodeSamples/ShowSummaryLine]]|This feature allows the usage of a summary line in the fields tab of report designer.**(deprecated)**|True|
372
-|Boolean|[[ShowSummaryTab|/API/CodeSamples/ShowSummaryTab]]|Gets or sets the value indicating whether summary tab should be shown.|True|
373
-|Boolean|[[ShowTableNames|/API/CodeSamples/ShowTableNames]]|Gets or sets the value indicating whether colums should be grouped by table name. Otherwise show columns as "ColumnName(TableName)".|False|
374
-|Boolean|[[ShowTenantField|/API/CodeSamples/ShowTenantField]]|When false, this hides the field identified in the TenantField property|True|
375
-|Boolean|[[ShowTimeZoneDropdown|/API/CodeSamples/ShowTimeZoneDropdown]]|Gets or sets the value indicating whether timezone dropdown will be shown in the Report Designer.|True|
376
-|Boolean|[[ShowTopInFields|/API/CodeSamples/ShowTopInFields]]| Gets or sets the value indicating whether results count dropdown should be shown in the fields tab of Izenda.Web.UI.AdHocReportDesigner. |True|
377
-|Boolean|[[ShowTopInSummary|/API/CodeSamples/ShowTopInSummary]]| Gets or sets the value indicating whether results count dropdown should be shown in the summary tab of Izenda.Web.UI.AdHocReportDesigner. |True|
378
-|Boolean|[[ShowVisualGroupLabels|/API/CodeSamples/ShowVisualGroupLabels]]|Gets or sets the value indicating whether field names should be shown in visual group header.**(deprecated)**|False|
379
-|Boolean|[[ShowWatermarkedExports|/API/CodeSamples/ShowWatermarkedExports]]|Gets or sets the value indicating whether watermarked export should be used on license errors.|True|
380
-|Boolean|[[ShowWaterMarks|/API/CodeSamples/ShowWaterMarks]]|Gets or sets the value indicating whether watermarks should be used on license errors.|True|
381
-|Boolean|[[ShowWidth|/API/CodeSamples/ShowWidth]]| Gets or sets the value indicating whether width edit should be shown in the Izenda.AdHoc.AdHocSettings.FieldList. **(deprecated)**|False|
382
-|Boolean|[[ShowXLSButton|/API/CodeSamples/ShowXLSButton]]|Gets or sets the value indicating possibility export to XLS|True|
383
-|String|[[SimpleFilterCssUrl|/API/CodeSamples/SimpleFilterCssUrl]]| Gets or sets the css stylesheet URL for the Izenda.Web.UI.FilterList. |rs.aspx?css=SimpleFilter|
384
-|Boolean|[[SingleLineViewerToolbar|/API/CodeSamples/SingleLineViewerToolbar]]| Gets or set value indicating whether Izenda.AdHoc.AdHocSettings.ReportViewer toolbar should be single line. **(deprecated)**|False|
385
-|String|[[SmtpLogin|/API/CodeSamples/SmtpLogin]]|Gets or sets the SMTP server login.|String.Empty|
386
-|String|[[SmtpPassword|/API/CodeSamples/SmtpPassword]]|Gets or sets the SMTP server password.|String.Empty|
387
-|String|[[SmtpServer|/API/CodeSamples/SmtpServer]]|Gets or sets the SMTP server address for sending e-mails.|localhost|
388
-|Boolean|[[SortColumnNames|/API/CodeSamples/SortColumnNames]]|Gets or sets the value indicating whether dropdowns with column names are sorted alphabetically.|True|
389
-|Int32|[[SqlCommandTimeout|/API/CodeSamples/SqlCommandTimeout]]|Gets or sets the wait time in seconds for database command dropdown values loading.|3600|
390
-|String|[[SqlServerConnectionString|/API/CodeSamples/SqlServerConnectionString]]|Gets or sets the connection string for MS SQL Server.|Server=66.29.211.132,41433;Database=northwind;User ID=northwind;Password=traders;|
391
-|Boolean|[[StoreCurrentReportSetInApplication|/API/CodeSamples/StoreCurrentReportSetInApplication]]|Gets or sets whether reportSet should be stored in application instead of session.|False|
392
-|Int32|[[StoredProcedureStringLimit|/API/CodeSamples/StoredProcedureStringLimit]]|Gets or set value indicating the max length of an string returned by a Stored Procedure (-1 for MAX)**(deprecated)**|-1|
393
-|Boolean|[[StoreImagesToCache|/API/CodeSamples/StoreImagesToCache]]|Gets or sets the value indicating how temporary images should be stored.|True|
394
-|Boolean|[[StrictANSIOuterJoin|/API/CodeSamples/StrictANSIOuterJoin]]|Gets or sets value indicating that strict ANSI/ISO SQL-92 outer join will be used (affects filters applied to joined tables).|True|
395
-|Boolean|[[StripInvalidCharacters|/API/CodeSamples/StripInvalidCharacters]]|Gets or sets the value indicating whether invalid characters in report names should be striped.|True|
396
-|String|[[SubCalculationFilterRegex|/API/CodeSamples/SubCalculationFilterRegex]]|Gets or sets the regular expression used for subtotals calculation. If name of a column matches this expression then it will not be added to subtotals.|ID$&#124;Id$&#124;^id$&#124;_id$|
397
-|String|[[TabBackgroundImageUrl|/API/CodeSamples/TabBackgroundImageUrl]]|Gets or sets the URL of the tabs background image.|rs.aspx?image=TabStrip.Background.gif|
398
-|NameDistinctValueCollection|[[TableAliases|/API/CodeSamples/TableAliases]]|Gets or sets the collection of key-value pairs where the key is the table name and the value is a table alias.**(deprecated)**|null|
399
-|Unit|[[TableDropDownWidth|/API/CodeSamples/TableDropDownWidth]]|Gets or sets the width of table dropdown.|190px|
400
-|String|[[TableFilterRegex|/API/CodeSamples/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|^(IzendaAdHoc)|
401
-|String|[[TabsCss|/API/CodeSamples/TabsCss]]| Gets or sets the css style for the Izenda.Web.UI.TabStrip. **(deprecated)**|@import url(rs.aspx?css=tabs);|
402
-|String|[[TabsCssUrl|/API/CodeSamples/TabsCssUrl]]| Gets or sets the css stylesheet URL for the Izenda.Web.UI.TabStrip. |rs.aspx?css=tabs|
403
-|String|[[TempFiles|/API/CodeSamples/TempFiles]]|Gets or set value indicating path to temporary files.|TempFiles|
404
-|String|[[TemplatesPath|/API/CodeSamples/TemplatesPath]]|Gets or sets the path of the folder where templates are stored.|[drive]:\[ApplicationFolder]\Reports|
405
-|String|[[TenantField|/API/CodeSamples/TenantField]]|The name of the database field which stores a user's tenant. This is required for multi-tenant schedulin|String.Empty|
406
-|FieldHighlightInfoDictionary|[[TextHighlight|/API/CodeSamples/TextHighlight]]||null|
407
-|Int32|[[ThumbnailHeight|/API/CodeSamples/ThumbnailHeight]]|Gets or sets the value indicating thumbnail size in pixels.|220|
408
-|Int32|[[ThumbnailWidth|/API/CodeSamples/ThumbnailWidth]]|Gets or sets the value indicating thumbnail size in pixels.|170|
409
-|Unit|[[TimePeriodDropDownWidth|/API/CodeSamples/TimePeriodDropDownWidth]]|Gets or sets the width of time period dropdown.|190px|
410
-|Int32|[[TimeZoneOffset|/API/CodeSamples/TimeZoneOffset]]|Gets or sets the value indicating the time zone offset in Hours.|0|
411
-|SchedulerTimeZoneCollection|[[TimeZones|/API/CodeSamples/TimeZones]]|Collection of additional and hidden time zones.|null|
412
-|String|[[ToolbarBackgroundImageUrl|/API/CodeSamples/ToolbarBackgroundImageUrl]]|Gets or sets the URL of the toolbar background image.|rs.aspx?image=Toolbar.Toolgrad.gif|
413
-|String|[[ToolbarBorderColor|/API/CodeSamples/ToolbarBorderColor]]|Gets or sets the color of toolbar border.|#95b7f3|
414
-|String|[[ToolbarCssUrl|/API/CodeSamples/ToolbarCssUrl]]| Gets or sets the css stylesheet URL for the Izenda.Web.UI.Toolbar. |rs.aspx?css=toolbar|
415
-|String|[[UnCategorizedReportsMenuItemTitle|/API/CodeSamples/UnCategorizedReportsMenuItemTitle]]|Gets or sets the uncategorized reports menu item title.**(deprecated)**|Reports|
416
-|Boolean|[[UseAdvancedGauge|/API/CodeSamples/UseAdvancedGauge]]|Gets or sets the value indicating whether advanced is used for "Gauge" format.|True|
417
-|Boolean|[[UseBulkCSV|/API/CodeSamples/UseBulkCSV]]|Gets or sets the value indicating whether Bulk CSV use.|True|
418
-|Boolean|[[UseColumnNameForDashboardCommonFilters|/API/CodeSamples/UseColumnNameForDashboardCommonFilters]]|Gets or sets the value indicating whether common filters in the Dasboard should be combined using Column Name only|True|
419
-|Boolean|[[UseConstraintsForJoins|/API/CodeSamples/UseConstraintsForJoins]]|Gets or sets the value indicating if multiple autojoining conditions are allowed.**(deprecated)**|False|
420
-|Boolean|[[UseDefaultDialogs|/API/CodeSamples/UseDefaultDialogs]]|Gets or sets the value indicating whether system dialogs should be shown instead of Ad hoc dialogs.|False|
421
-|Boolean|[[UseFriendlyErrors|/API/CodeSamples/UseFriendlyErrors]]|Gets or sets the value indicating whether friendly errors should be shown on exceptions.|True|
422
-|Boolean|[[UseImageDescriptions|/API/CodeSamples/UseImageDescriptions]]||False|
423
-|Boolean|[[UseNoLock|/API/CodeSamples/UseNoLock]]|Gets or sets the value indicating whether nolock statment will be used in sql-queries|True|
424
-|Boolean|[[UseNonPostbackDeleting|/API/CodeSamples/UseNonPostbackDeleting]]|Gets or sets the value indicating whether should not be postback on report deleting.|True|
425
-|Boolean|[[UseNonPostbackExport|/API/CodeSamples/UseNonPostbackExport]]|Gets or sets the value indicating whether should not be postback on report export.|True|
426
-|Boolean|[[UseNonPostbackPreview|/API/CodeSamples/UseNonPostbackPreview]]|Gets or sets the value indicating whether should not be postback on report preview.|True|
427
-|Boolean|[[UseNonPostbackServerEmailing|/API/CodeSamples/UseNonPostbackServerEmailing]]|Gets or sets the value indicating whether should not be postback on report sever emailing.|True|
428
-|Boolean|[[UseReportID|/API/CodeSamples/UseReportID]]|Gets or sets the value indicating whether GUIDs will be used instead of report names in addresses.|False|
429
-|Boolean|[[ValidateBeforeSave|/API/CodeSamples/ValidateBeforeSave]]|Gets or sets the value indicating whether reportset should be validated before saving|False|
430
-|Boolean|[[ViewsOnly|/API/CodeSamples/ViewsOnly]]|Gets or sets the value indicating whether only views is shown in tables dropdown.|False|
431
-|String[]|[[VisibleDataSources|/API/CodeSamples/VisibleDataSources]]|Gets or sets the array of table names should be shown in tables dropdown.|System.String[] {}|
432
-|String[]|[[VisibleTables|/API/CodeSamples/VisibleTables]]|Gets or sets the array of table names should be shown in tables dropdown.**(deprecated)**|System.String[] {}|
433
-|VisualGroupStyle|[[VisualGroupStyle|/API/CodeSamples/VisualGroupStyle]]|Gets or set value indicating what style should be used for visual groups.**(deprecated)**|CommaDelimited|
... ...
\ No newline at end of file
0
+|Datatype|Property name|Property description|Default Value|
1
+|:-------|:----------:|:-----------------:|:-----------:|
2
+|String|[[AddAllFilterRegex|/API/CodeSamples/AddAllFilterRegex]]| Gets or sets the regular expression used for filtering the fields added by clicking "Add All". If the name of a column matches this expression then it will not be added when "Add All" is clicked. |(id&#124;guid)$|
3
+|Dictionary|[[AdditionalTimeZones|/API/CodeSamples/AdditionalTimeZones]]| Gets or sets the collection of additional time zones. **(deprecated)**|null|
4
+|AdHocConfig|[[AdHocConfig|/API/CodeSamples/AdHocConfig]]|Gets or sets the current [[Izenda.AdHoc.AdHocSettings.AdHocConfig|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-AdHocConfig]] - Ad Hoc configuration.|new Izenda.AdHoc.FileSystemAdHocConfig()|
5
+|String|[[AdHocUserKey|/API/CodeSamples/AdHocUserKey]]| Gets or sets a single password limiting access to all reporting pages. |String.Empty|
6
+|AggregateFunctionCollection|[[AggregateFunctions|/API/CodeSamples/AggregateFunctions]]|Gets or sets the list of aggregation functions to use in the "Function" dropdown lists on the Fields, Summary, Chart, and Gauge Tabs of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|{None, AVG,<br>COUNT, COUNT_DISTINCT,<br>MAX, MIN,<br>SUM, TimeSUM,<br>SUM_DISTINCT, GROUP_BY_DAY,<br>GROUP_BY_MONTH, GROUP_BY_YEAR,<br>GROUP_BY_MONTH_NAME, GROUP_BY_DAY_OF_WEEK,<br>GROUP_BY_DATE, GROUP_BY_YEAR_AND_MONTH,<br>GROUP_BY_YEAR_AND_MONTH_NAME, GROUP_BY_WEEK,<br>GROUP_BY_QUARTER, DAYS_OLD,<br>AVG_DAYS_OLD, SUM_DAYS_OLD,<br>GROUP}|
7
+|Boolean|[[AllowAnalysisGrid|/API/CodeSamples/AllowAnalysisGrid]]|Determines whether the "Analysis Grid" visual grouping option is available on the Style Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
8
+|Boolean|[[AllowArchivedReportTableCreation|/API/CodeSamples/AllowArchivedReportTableCreation]]| Gets or sets whether an "Archive" table can be created on the database used to store reports. This only applies when DatabaseAdHocConfig mode is used. |True|
9
+|Boolean|[[AllowClientSorting|/API/CodeSamples/AllowClientSorting]]| Gets or sets whether report viewers can apply sorting to rendered report grids by clicking the headers. |True|
10
+|Boolean|[[AllowComparativeArithmetic|/API/CodeSamples/AllowComparativeArithmetic]]| Gets or sets whether comparative arithmetic operations are allowed in the arithmetic checkbox. Some datatypes may be limited in the comparative arithmetic operations that are allowed. |False|
11
+|Boolean|[[AllowCreateNewCategory|/API/CodeSamples/AllowCreateNewCategory]]| Gets or sets whether the "Save As" dialog on the ReportDesigner and ReportViewer will display the "Category" text field to enter a new category upon saving reports. |True|
12
+|Boolean|[[AllowDataFieldsInDescription|/API/CodeSamples/AllowDataFieldsInDescription]]| Gets or sets whether any column names (enclosed in square brackets) in the "Header", "Title", "Description", or "Footer" of the report should be replaced with the first value of the results for that column. |True|
13
+|Boolean|[[AllowDeletingReports|/API/CodeSamples/AllowDeletingReports]]| Gets or sets whether deleting reports is allowed. |True|
14
+|Boolean|[[AllowDeltas|/API/CodeSamples/AllowDeltas]]|Gets or sets whether the "Add Deltas" checkbox should be shown on the fields tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|False|
15
+|Boolean|[[AllowDomainJoin|/API/CodeSamples/AllowDomainJoin]]|Gets or sets whether the "domain" join option should be shown on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]]. This allows you to join datasources that contain web addresses.|False|
16
+|Boolean|[[AllowEqualsSelectForStoredProcedures|/API/CodeSamples/AllowEqualsSelectForStoredProcedures]]| Gets or sets whether the Equals(Select), Equals(Multiple), Equals(Checkboxes), Equals(Popup), and Equals(Tree) options are available for filters when working with stored procedure datasources. |False|
17
+|Boolean|[[AllowFieldsAsValue|/API/CodeSamples/AllowFieldsAsValue]]| Gets or sets whether field names are allowed to be used as filter values. |True|
18
+|Boolean|[[AllowGroupWithoutSelect|/API/CodeSamples/AllowGroupWithoutSelect]]| Gets or sets whether it is possible to hide fields that are used for Visual Grouping. **(deprecated)**|False|
19
+|Boolean|[[AllowHorizontalBarChart|/API/CodeSamples/AllowHorizontalBarChart]]|Gets or sets whether the "Horizontal" option will be allowed for bar charts on the Charts tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
20
+|Boolean|[[AllowHtmlOutputsInScheduledReports|/API/CodeSamples/AllowHtmlOutputsInScheduledReports]]| Get or sets whether HTML is an allowed export format for emailing scheduled reports. **(deprecated)**|True|
21
+|Boolean|[[AllowInvalidCharacters|/API/CodeSamples/AllowInvalidCharacters]]|Gets or sets whether invalid characters in report names should be allowed. This only has an effect if [[Izenda.AdHoc.AdHocSettings.StripInvalidCharacters|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-StripInvalidCharacters]] is false.|False|
22
+|Boolean|[[AllowInvertedGrid|/API/CodeSamples/AllowInvertedGrid]]|Gets or sets whether the "Invert" checkbox should be shown on the summary tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|False|
23
+|Boolean|[[AllowLineOnBar|/API/CodeSamples/AllowLineOnBar]]|Gets or sets whether the "Line Value" options are displayed on the Chart tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]] when a bar chart is selected. Setting this to false will still allow the "Show Pareto" checkbox to be checked, but the line's value will not be able to be controlled. The line's value defaults to the percentage of the sum of the "Value" metric that occurred at each data point.|True|
24
+|Boolean|[[AllowMultilineHeaders|/API/CodeSamples/AllowMultilineHeaders]]| Gets or sets whether report grid headers can be multiline. |False|
25
+|Boolean|[[AllowNativeSqlViaOData|/API/CodeSamples/AllowNativeSqlViaOData]]| Gets or set possibility to exec native sql queries through odata. |False|
26
+|Boolean|[[AllowNewFiltersInReportViewer|/API/CodeSamples/AllowNewFiltersInReportViewer]]| Gets or sets whether users can add new filters in the report viewer. |True|
27
+|Boolean|[[AllowOverwritingReports|/API/CodeSamples/AllowOverwritingReports]]| Gets or sets whether reports may be overwritten when saving them. If this is false, then a new name is required when saving any reports. |True|
28
+|Boolean|[[AllowSelfJoin|/API/CodeSamples/AllowSelfJoin]]| Gets or sets whether joining a table to itself is allowed. **(deprecated)**|True|
29
+|Boolean|[[AllowStackedBarChart|/API/CodeSamples/AllowStackedBarChart]]|Gets or sets whether the "Stacked" option will be allowed for bar charts on the Charts tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
30
+|Boolean|[[AllowSummaryDeltas|/API/CodeSamples/AllowSummaryDeltas]]|Gets or sets the value indicating whether the "Show Summary Deltas" checkbox should be shown on the summary tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
31
+|Boolean|[[AllowVirtualDataSources|/API/CodeSamples/AllowVirtualDataSources]]| Defines availability of virtual datasources feature |False|
32
+|Boolean|[[AllowVisualGroups|/API/CodeSamples/AllowVisualGroups]]| Gets or sets whether visual groups are allowed. **(deprecated)**|True|
33
+|String|[[ApplicationHeaderImageUrl|/API/CodeSamples/ApplicationHeaderImageUrl]]| Gets or sets the URL of the logo used at the top of every reporting page. |null|
34
+|Boolean|[[AutoJoinOnRenderedRows|/API/CodeSamples/AutoJoinOnRenderedRows]]|Gets or sets whether auto-join function should work for server-rendered rows in [[Izenda.AdHoc.AdHocSettings.JoinedTablesList|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-JoinedTablesList]].**(deprecated)**|True|
35
+|Boolean|[[AutoPostBackOnFilterChange|/API/CodeSamples/AutoPostBackOnFilterChange]]| Gets or sets whether changing filters on a report will cause a postback to occur. |True|
36
+|Boolean|[[CacheEqualsSelect|/API/CodeSamples/CacheEqualsSelect]]| Gets or sets whether the value of the "Equals (Select)" filter should be cached. |False|
37
+|String|[[CacheFolder|/API/CodeSamples/CacheFolder]]| Gets or sets the folder that will be used to store cached data on disk. |[drive]:\Temp\|
38
+|Boolean|[[CacheQueries|/API/CodeSamples/CacheQueries]]|Gets or sets whether all queries sent to the [[Izenda.AdHoc.Database.Driver|/API/Izenda/AdHoc/Database/Izenda-AdHoc-Database-Driver]] should be cached.|True|
39
+|Boolean|[[CacheReports|/API/CodeSamples/CacheReports]]| Gets or sets whether all loaded reports should be cached in application memory. |False|
40
+|Boolean|[[CacheSchema|/API/CodeSamples/CacheSchema]]|Gets or sets whether the [[Izenda.AdHoc.Database.Driver.DatabaseSchema|/API/Izenda/AdHoc/Database/Driver/Izenda-AdHoc-Database-Driver-DatabaseSchema]] should be cached.|True|
41
+|Boolean|[[CacheStoredProcedureMetaDataToDisk|/API/CodeSamples/CacheStoredProcedureMetaDataToDisk]]| Gets or sets whether stored procedures can be added to the cache without having to reload every stored procedure. |False|
42
+|Boolean|[[CascadeFilterValues|/API/CodeSamples/CascadeFilterValues]]| Gets or sets whether cascading is enabled for filter values. For example, if two filters are defined for country and city, then selecting a value for "Country" will update the "City" filter with values for that country only. |True|
43
+|Char|[[CategoryCharacter|/API/CodeSamples/CategoryCharacter]]| Gets or sets the character used as a delimiter separating the category from the report name. |null|
44
+|Boolean|[[ChangParentUrlWhenRedirect|/API/CodeSamples/ChangParentUrlWhenRedirect]]| Gets or sets whether to use different reporting pages than the ones specified by default when redirecting through AdHoc toolbar buttons and links. |False|
45
+|ChartingEngine|[[ChartingEngine|/API/CodeSamples/ChartingEngine]]| Defines which ChartingEngine will be used (ZedGraph, ComponentArt, Dundas, or HtmlCharts) |DundasChart|
46
+|Int32|[[ChartLimit|/API/CodeSamples/ChartLimit]]| Gets or sets the limit for the maximum number of labels that can exist on a single chart. |500|
47
+|ChartCollection|[[Charts|/API/CodeSamples/Charts]]|Gets or sets the collection of available Izenda.AdHoc.Charts.|{Trend, Pie,<br>Plot, Bar,<br>Funnel}|
48
+|Point|[[ChartSize|/API/CodeSamples/ChartSize]]| Gets or sets the value indicating the maximum length and width of charts. |{X=700,Y=300}|
49
+|String[]|[[ChartSortFields|/API/CodeSamples/ChartSortFields]]| Gets or sets the fields that will be used to sort data when a chart is used. |null|
50
+|Int32|[[CheckBoxListColumns|/API/CodeSamples/CheckBoxListColumns]]|Gets or sets the number of checkbox columns displayed in the "Quick add" dialog of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|2|
51
+|Boolean|[[CheckForUpdates|/API/CodeSamples/CheckForUpdates]]| Gets or sets whether AdHoc will check for updates. **(deprecated)**|False|
52
+|Boolean|[[CheckUserPermission|/API/CodeSamples/CheckUserPermission]]| Get or sets whether the process of checking to ensure proper permissions on viewing reports is skipped or not. |True|
53
+|Boolean|[[CollapsedFiltersInReportViewer|/API/CodeSamples/CollapsedFiltersInReportViewer]]|Gets or sets whether filters should be initially collapsed on the classic [[Izenda.AdHoc.AdHocSettings.ReportViewer|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-ReportViewer]].**(deprecated)**|False|
54
+|Unit|[[ColumnDropDownWidth|/API/CodeSamples/ColumnDropDownWidth]]|Gets or sets the width of all dropdowns across all tabs of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]] page that contain column names.|200px|
55
+|Boolean|[[ConvertNullToEmptyString|/API/CodeSamples/ConvertNullToEmptyString]]| Determines whether NULL string values are processed the same way as empty string values |False|
56
+|CultureInfo|[[Culture|/API/CodeSamples/Culture]]| Gets or sets the default culture information for Ad Hoc. |en-US|
57
+|Boolean|[[CurrentUserIsAdmin|/API/CodeSamples/CurrentUserIsAdmin]]| Gets or sets whether the user is an administrator. Administrators have full permissions throughout the application. |True|
58
+|Boolean|[[CurrentUserIsGlobalAdministrator|/API/CodeSamples/CurrentUserIsGlobalAdministrator]]| Gets or sets whether the current user has global administrator rights. **(deprecated)**|False|
59
+|String|[[CurrentUserName|/API/CodeSamples/CurrentUserName]]| Gets or sets the name of the current user. |DefaultAdministrator|
60
+|String[]|[[CurrentUserRoles|/API/CodeSamples/CurrentUserRoles]]| Gets or sets the list of groups the current user belongs to. Groups can be used to share reports and set visibility among sets of users. |[]|
61
+|String|[[CurrentUserTenantId|/API/CodeSamples/CurrentUserTenantId]]| This identifies a single tenant the current user is associated with in a multi-tenant system. |null|
62
+|CustomizeChartDelegate|[[CustomizeChartDelegate|/API/CodeSamples/CustomizeChartDelegate]]| Represents a method that runs before chart reports get run. This applies to all charts except visualizations. |null|
63
+|CustomTimePeriodCollection|[[CustomTimePeriods|/API/CodeSamples/CustomTimePeriods]]| Defines custom time periods that can be used as values with the 'In Time Period' filter. |{}|
64
+|DashboardDateSliderMode|[[DashboardDateSliderMode|/API/CodeSamples/DashboardDateSliderMode]]| Gets or sets the value indicating the unit of time between points on the date slider control for dashboards. |Auto|
65
+|String|[[DashboardDesignerUrl|/API/CodeSamples/DashboardDesignerUrl]]|Gets or sets the URL of a page used to design dashboards (Izenda.Web.UI.DashboardDesigner).|DashboardDesigner.aspx|
66
+|String|[[DashboardDesignerUrlWithDelimiter|/API/CodeSamples/DashboardDesignerUrlWithDelimiter]]|Gets the [[Izenda.AdHoc.AdHocSettings.DashboardDesignerUrl|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-DashboardDesignerUrl]] with the [[UrlParametrsDelimiter|https://msdn.microsoft.com/en-us/library/UrlParametrsDelimiter(v=vs.110).aspx]] appended|DashboardDesigner.aspx?|
67
+|Int32|[[DashboardFieldsCount|/API/CodeSamples/DashboardFieldsCount]]| Gets or sets the number of Dashboard Fields sections that are displayed on the Dashboard Fields tab. |3|
68
+|Double|[[DashboardGaugeMax|/API/CodeSamples/DashboardGaugeMax]]| Gets or sets the gauge max value for the "Dashboard Gauge" format. **(deprecated)**|1.79769313486232E+308|
69
+|Double|[[DashboardGaugeMin|/API/CodeSamples/DashboardGaugeMin]]| Gets or sets the guage min value for the "Dashboard Gauge" format. **(deprecated)**|-1.79769313486232E+308|
70
+|Int32|[[DashboardGaugeWidth|/API/CodeSamples/DashboardGaugeWidth]]| Gets or sets the width of "Dashboard Gauge" objects. |200|
71
+|Int32|[[DashboardMinimumWidth|/API/CodeSamples/DashboardMinimumWidth]]| Gets or set minimum dashboard width. **(deprecated)**|1000|
72
+|Boolean|[[DashboardMode|/API/CodeSamples/DashboardMode]]| Gets or sets whether dashboard mode is enabled. **(deprecated)**|False|
73
+|String|[[DashboardsCss|/API/CodeSamples/DashboardsCss]]|Gets or sets the CSS style for the [[Izenda.Web.UI.TabStrip|/API/Izenda/Web/UI/Izenda-Web-UI-TabStrip]].**(deprecated)**|@import url(rs.aspx?css=dashboard);|
74
+|String|[[DashboardsCssUrl|/API/CodeSamples/DashboardsCssUrl]]|Gets or sets the link to the CSS stylesheet used for the [[Izenda.Web.UI.TabStrip|/API/Izenda/Web/UI/Izenda-Web-UI-TabStrip]].|rs.aspx?css=dashboard|
75
+|String|[[DashboardTabBackgroundImageUrl|/API/CodeSamples/DashboardTabBackgroundImageUrl]]| Gets or sets the URL of the background image used for tabs on the "Dashboards" page. |null|
76
+|String|[[DashboardViewer|/API/CodeSamples/DashboardViewer]]| Gets or sets the URL of the dashboard viewer page. |ReportViewer.aspx|
77
+|String|[[DashboardViewerWithDelimiter|/API/CodeSamples/DashboardViewerWithDelimiter]]|Gets the DashboardViewer page with the [[Izenda.AdHoc.AdHocSettings.UrlParametersDelimiter|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-UrlParametersDelimiter]] character at the end.|ReportViewer.aspx?|
78
+|String|[[DashboardViewerWithDelimiterFull|/API/CodeSamples/DashboardViewerWithDelimiterFull]]| Gets the dashboard viewer page with "?" or "&amp;" char at the end. |http://www.izenda.com/ReportViewer.aspx?|
79
+|String|[[DatabaseDiagramImageUrl|/API/CodeSamples/DatabaseDiagramImageUrl]]| Gets or sets the URL of the image to use for a database diagram icon. |null|
80
+|Int32|[[DataCacheInterval|/API/CodeSamples/DataCacheInterval]]| Gets or sets how long in minutes HTML output results and images should persist in the cache. Zero means that the cache is disabled. |0|
81
+|NameDistinctValueCollection|[[DataSourceAliases|/API/CodeSamples/DataSourceAliases]]| Gets or sets the collection of key-value pairs where the key is the table name and the value is a table alias. |{}|
82
+|NameStringsCollection|[[DataSourceCategories|/API/CodeSamples/DataSourceCategories]]|Gets or sets a list of categories and the datasources in those categories that will be used on the checkbox view of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]] to sort datasources.|{}|
83
+|TimeSpan|[[DataSourceDropDownTimeout|/API/CodeSamples/DataSourceDropDownTimeout]]| Gets or sets the timeout between starting loading dropdown values from server and redicecting to About page. |00:00:15|
84
+|Unit|[[DataSourceDropDownWidth|/API/CodeSamples/DataSourceDropDownWidth]]| Gets or sets the width of data source dropdown. **(deprecated)**|190px|
85
+|String|[[DataSourceHeading|/API/CodeSamples/DataSourceHeading]]|Renames the heading within the datasources tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|Data Sources (Tables and Views)|
86
+|Int32|[[DataSourceLimit|/API/CodeSamples/DataSourceLimit]]| Limits the number of data sources Izenda Reports allows to be used as data sources in a single report. |1000|
87
+|Int32|[[DateArithmeticDecimalPlaces|/API/CodeSamples/DateArithmeticDecimalPlaces]]| Gets or sets the value indicating how many decimal places will be included when formatting date arithmetic operations. |0|
88
+|String|[[DatePickerLanguage|/API/CodeSamples/DatePickerLanguage]]| Gets or sets the default localization for datepicker controls within Ad Hoc. |String.Empty|
89
+|String|[[Db2ConnectionString|/API/CodeSamples/Db2ConnectionString]]| Gets or sets the connection string used to connect to a DB2 database. |null|
90
+|Int32|[[DdkValuesMaxAmount|/API/CodeSamples/DdkValuesMaxAmount]]| Gets or sets the maximum number of allowed drill-down keys when creating multi-key sub-reports. |2|
91
+|String|[[DefaultAlternatingItemColor|/API/CodeSamples/DefaultAlternatingItemColor]]| Gets or sets the default color that is used on alternating grid items. |Gainsboro|
92
+|String|[[DefaultHeaderForegroundColor|/API/CodeSamples/DefaultHeaderForegroundColor]]| Gets or sets the default foreground color of grid headers. |White|
93
+|String|[[DefaultItemForegroundColor|/API/CodeSamples/DefaultItemForegroundColor]]| Gets or sets the default foreground color used for grid items. |Black|
94
+|Int32|[[DefaultItemsPerPage|/API/CodeSamples/DefaultItemsPerPage]]| Changes the default items shown in the ReportViewer per page. |10000|
95
+|Int32|[[DefaultLinesPerItem|/API/CodeSamples/DefaultLinesPerItem]]| Gets or sets the default number of lines per item for the "Multi-Line" feature. |1|
96
+|String|[[DefaultLoadTab|/API/CodeSamples/DefaultLoadTab]]| Gets or sets the name of tab on the Report Designer that is loaded by default. |Fields|
97
+|Int32|[[DefaultPreviewResults|/API/CodeSamples/DefaultPreviewResults]]|Changes the default number of results shown in the Izenda.Web.UI.AdHocReportDesigner's preview tab.|100|
98
+|String|[[DefaultReportBorderColor|/API/CodeSamples/DefaultReportBorderColor]]| Gets or sets the default color that will be used for the border around grid headers and items. |White|
99
+|String|[[DefaultReportHeaderColor|/API/CodeSamples/DefaultReportHeaderColor]]| Gets or sets the default color that will be used for the grid headers. |DarkSlateBlue|
100
+|String|[[DefaultReportItemColor|/API/CodeSamples/DefaultReportItemColor]]| Gets or sets the default background color of grid items. |White|
101
+|StringCollection|[[DefaultReportOrder|/API/CodeSamples/DefaultReportOrder]]| Gets or sets the default order for report parts. |{Chart, Chart2,<br>Chart3, Chart4,<br>Gauges, Summary,<br>Detail, Maps}|
102
+|String|[[DefaultSharingRights|/API/CodeSamples/DefaultSharingRights]]|Gets or sets the default value of the "Rights" dropdown menu when the sharing controls are present on the Misc Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|None|
103
+|String|[[DefaultTable|/API/CodeSamples/DefaultTable]]| Gets or sets the name of the datasource that should be added to every report created. |String.Empty|
104
+|String|[[DefaultUserName|/API/CodeSamples/DefaultUserName]]| Gets or sets the username of users who haven't logged in. By default, this is set to "DefaultAdministrator". |DefaultAdministrator|
105
+|String|[[DefaultVisibilityForNonAdmins|/API/CodeSamples/DefaultVisibilityForNonAdmins]]| Gets or sets the default visibility setting for reports created by users without administrator privileges. Valid values are OnlyMe, Everyone, or any of the CurrentUserRoles. |OnlyMe|
106
+|Unit|[[DescriptionWidth|/API/CodeSamples/DescriptionWidth]]|Gets or sets the width of the "Description" textboxes on the Fields tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|100px|
107
+|NameValueCollection|[[DetailReportFormatString|/API/CodeSamples/DetailReportFormatString]]| Gets or sets the extended link formats for the "Detail Link" format. **(deprecated)**|{}|
108
+|Boolean|[[Distinct|/API/CodeSamples/Distinct]]|GGets or sets the initial value for the Distinct option on the DataSources Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
109
+|Boolean|[[DistinctSubtotalInnerQuery|/API/CodeSamples/DistinctSubtotalInnerQuery]]| Gets or sets whether the DISTINCT option will be applied to inner queries when calculating subtotals. |True|
110
+|FormatCollection|[[DrillDownStyle|/API/CodeSamples/DrillDownStyle]]| Gets or sets the list of available formats for displaying and accessing sub-reports from a main report. |{DetailLink, DetailLinkNewWindow,<br>EmbeddedDetail, DetailLinkPopup}|
111
+|AggregateFunctionCollection|[[DundasAggregateFunctions|/API/CodeSamples/DundasAggregateFunctions]]|Gets or sets the list of aggregation functions functions to use in the "Function" dropdown list on the Map Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|{None, AVG,<br>COUNT, COUNT_DISTINCT,<br>SUM}|
112
+|String|[[EmailFromAddress|/API/CodeSamples/EmailFromAddress]]|Gets or sets the email address that will be used in the "from" line of emails sent via the scheduler and the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|adhoc@yourdomain.com|
113
+|String|[[EmailSubjectFormatString|/API/CodeSamples/EmailSubjectFormatString]]| Gets or sets the format string to use for the subject line of emails sent via the report scheduler. The report name is the value used for the subject. |{0}|
114
+|Boolean|[[EmbedReportInServerEmail|/API/CodeSamples/EmbedReportInServerEmail]]| Gets or sets whether reports sent via the server will be embedded in the email. When false, reports will be sent as links instead. |False|
115
+|String|[[EmptyReportString|/API/CodeSamples/EmptyReportString]]|Gets or sets a [[System.String|https://msdn.microsoft.com/en-us/library/System.String(v=vs.110).aspx]] message to display when a report has zero results. This can accept HTML.|null|
116
+|Int32|[[EOPdfLoadWaitTime|/API/CodeSamples/EOPdfLoadWaitTime]]| Gets or sets the number of seconds the converter waits before trying to render the page. |2|
117
+|Int32|[[EqualsDropDownLimit|/API/CodeSamples/EqualsDropDownLimit]]| Gets or sets the limit for the number of items the Equals(Select), (Checkboxes), etc filters will fetch. **(deprecated)**|2000|
118
+|Int32|[[EqualsDropDownTimeout|/API/CodeSamples/EqualsDropDownTimeout]]| Gets or sets the wait time in seconds to allow for "Equals (Select)" dropdown menus to load before timing out. **(deprecated)**|10|
119
+|Dictionary|[[EqualsPopupDestinations|/API/CodeSamples/EqualsPopupDestinations]]| Gets or sets a collection of aspx pages and database columns that will be used for popup windows when the Equals(Popup) filter is selected. When a column in the set is selected with this filter, then the corresponding aspx page will be launched instead of the standard popup window. |{}|
120
+|String|[[EqualsSelectDateFormat|/API/CodeSamples/EqualsSelectDateFormat]]| Gets or sets the default date format utilized by the equals (Select) filters. **(deprecated)**|MM/dd/yyyy|
121
+|Int32|[[EqualsSelectLimit|/API/CodeSamples/EqualsSelectLimit]]| Gets or sets the limit for the number of items the Equals(Select), (Checkboxes), etc filters will fetch. |500|
122
+|String|[[EqualsSelectText|/API/CodeSamples/EqualsSelectText]]| Gets or sets the text of "Equals (Select)" operator. |Equals (Select)|
123
+|Int32|[[EqualsSelectTimeout|/API/CodeSamples/EqualsSelectTimeout]]| Gets or sets the wait time in seconds to allow for "Equals (Select)" dropdown menus to load before timing out. |60|
124
+|String|[[ErrorIzendaReplacement|/API/CodeSamples/ErrorIzendaReplacement]]| Gets or sets the replacement string for instances of the word "Izenda" in stack traces generated from thrown exceptions. |Izenda|
125
+|String[]|[[ExistingDatabaseConstraints|/API/CodeSamples/ExistingDatabaseConstraints]]| Gets database constraints from your database connection. |System.String[] {} - Depends on your database's constraints|
126
+|Boolean|[[ExpandCategorizedReports|/API/CodeSamples/ExpandCategorizedReports]]| Gets or sets whether sub-categories will be expanded by default on the Report List. |True|
127
+|Boolean|[[ExpandVisualGroupGrids|/API/CodeSamples/ExpandVisualGroupGrids]]| Gets or sets whether visual groups in rendered reports are expanded by default. |True|
128
+|Encoding|[[ExportEncoding|/API/CodeSamples/ExportEncoding]]| Gets or sets the default character encoding type for exporting reports. |Unicode (UTF-8)|
129
+|TextSharpFontWrapper|[[ExportFont|/API/CodeSamples/ExportFont]]| Gets or sets the font for the PDF and RTF outputs when using the iTextSharp library to generate exports. |(Size:10, Style:0, Color:Black)|
130
+|Int32|[[ExportLimit|/API/CodeSamples/ExportLimit]]| Gets or sets the maximum number of rows that can be exported at once. |100000|
131
+|NameValueCollection|[[ExtendedFormats|/API/CodeSamples/ExtendedFormats]]| Gets or sets the collection of additional formats that will be displayed in the ReportDesigner's "Format" dropdown lists. **(deprecated)**|{}|
132
+|String[]|[[ExtendedFunctions|/API/CodeSamples/ExtendedFunctions]]| Gets or sets the array of additional functions to display in the ReportDesigner's "Function" dropdown lists. |[]|
133
+|NameDistinctValueCollection|[[FieldAliases|/API/CodeSamples/FieldAliases]]| Gets or sets the collection of key-value pairs where the key is the field name and the value is a field alias. |{}|
134
+|Unit|[[FieldDropDownWidth|/API/CodeSamples/FieldDropDownWidth]]|Gets or sets the width of "Field" dropdowns on the Fields tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|200px|
135
+|String|[[FieldFilterRegex|/API/CodeSamples/FieldFilterRegex]]| Gets or sets the regular expression used for column filtering. If name of a column matches this expression then it will not be shown. **(deprecated)**|MD5&#124;^(Passw)|
136
+|Int32|[[FieldLimit|/API/CodeSamples/FieldLimit]]| Limits the number of fields Izenda Reports allows to be used in a single report. |1000|
137
+|FieldList|[[FieldList|/API/CodeSamples/FieldList]]|Gets or sets the default [[Izenda.AdHoc.AdHocSettings.FieldList|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-FieldList]] control. This represents the Fields tab on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].**(deprecated)**|null|
138
+|String|[[FieldsRegex|/API/CodeSamples/FieldsRegex]]| Gets or sets the regular expression used for filtering which fields users can view. If the name of a column matches this expression then it will not be shown on dropdowns that expose datasource fields. |MD5&#124;^(Passw)|
139
+|String|[[FieldValueCssUrl|/API/CodeSamples/FieldValueCssUrl]]| Gets or sets the link to the CSS file to be used on reports that use the Field&#124;Value style. |rs.aspx?css=FieldValue|
140
+|Unit|[[FilterParameterWidth|/API/CodeSamples/FilterParameterWidth]]|Gets or sets the width of the "Filter" dropdown menus on the Filters Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|300px|
141
+|String|[[FiltersCustomPagesPath|/API/CodeSamples/FiltersCustomPagesPath]]| Gets or sets the relative path to the Equals(PopUp) custom pages. |String.Empty|
142
+|String|[[FiltersRegex|/API/CodeSamples/FiltersRegex]]|Gets or sets the regular expression used for column filtering on the Filters Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]]. If the name of a column matches this expression then it will not be shown on the "filter field" dropdown in Filters Tab.|MD5&#124;^(Passw)|
143
+|Boolean|[[ForceNewNameOnSave|/API/CodeSamples/ForceNewNameOnSave]]| Gets or sets whether the user will always be prompted for a new name upon saving reports. This will cause the "save" button to function just like the "save as" button normally would. |False|
144
+|Unit|[[FormatDropDownWidth|/API/CodeSamples/FormatDropDownWidth]]|Gets or sets the width of the "Format" dropdown menus on the Fields, Summary, and Chart Tabs of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|190px|
145
+|FormatCollection|[[Formats|/API/CodeSamples/Formats]]|Gets or sets the collection of available formats that will be displayed in the "Format" dropdown menus on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|{{0}, {0:#,0},<br>{0:#,0.00}, {0:C2},<br>MoneyDividedByHundred, {0:d},<br>{0:D}, {0:t},<br>{0:T}, {0:f},<br>{0:F}, {0:g},<br>{0:G}, {0:Old},<br>TimePeriod, {0:##.0},<br>{0:##.00}, {0:##.000},<br>{0:0.##%}, PercentOfGroupWithRounding,<br>PercentOfGroup, Gauge,<br>GaugeVariable, GaugeDashboard,<br>GaugeDashboardLinear, LineFeed,<br>Box, HeatMap,<br>HeatMapWithoutLabel, Custom,<br>DivisionByZero}|
146
+|Unit|[[FunctionDropDownWidth|/API/CodeSamples/FunctionDropDownWidth]]|Gets or sets the width of the "Function" dropdown menus on the Fields, Summary, Chart, and Gauge Tabs of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|182px|
147
+|Int32|[[GaugeHeight|/API/CodeSamples/GaugeHeight]]| Gets or sets the height for the "Gauge" format. |50|
148
+|Double|[[GaugeMaximum|/API/CodeSamples/GaugeMaximum]]| Gets or sets the maximum value of gauges created with the "Gauge" format. **(deprecated)**|1|
149
+|Double|[[GaugeMinimum|/API/CodeSamples/GaugeMinimum]]| Gets or sets the maximum value of gauges created with the "Gauge" format. **(deprecated)**|0|
150
+|String[]|[[GaugeStyles|/API/CodeSamples/GaugeStyles]]| Gets or sets the list of styles that will be displayed on the Gauge tab under "Gauge Style". Using this setting will overwrite the default "Gauge Styles". |null|
151
+|Int32|[[GaugeWidth|/API/CodeSamples/GaugeWidth]]| Gets or sets the width for the "Gauge" format. |250|
152
+|Boolean|[[GenerateParameterizedSql|/API/CodeSamples/GenerateParameterizedSql]]| Gets or sets the value indicating whether queries to the database should be parameterized. |True|
153
+|Boolean|[[GenerateThumbnails|/API/CodeSamples/GenerateThumbnails]]| Gets or sets whether reports thumbnails will get generated for each report. |False|
154
+|String|[[GeoDataTable|/API/CodeSamples/GeoDataTable]]| Gets or sets the value indicating the table name that contains geodata for maps. |null|
155
+|GetEqualsSelectValuesDelegate|[[GetEqualsSelectValues|/API/CodeSamples/GetEqualsSelectValues]]|Represents a method that returns values for the [[Izenda.AdHoc.OperatorTypes.Equals_Select|/API/Izenda/AdHoc/OperatorTypes/Izenda-AdHoc-OperatorTypes-Equals_Select]] operator.|null|
156
+|TableItemStyle|[[GridHeaderStyle|/API/CodeSamples/GridHeaderStyle]]| Gets or sets the CSS style of grid headers when using the analysis grid or VG hierarchy option. |{Fore Color: White<br>Back Color: Black<br>Border Color: Black<br>Border Style: Solid<br>Font: { Name: null, Size: 9pt }}|
157
+|TableItemStyle|[[GridItemStyle|/API/CodeSamples/GridItemStyle]]| Gets or sets the CSS style of grid items when using the analysis grid or VG hierarchy option. |{Fore Color: Black<br>Back Color: White<br>Border Color: Black<br>Border Style: Solid<br>Font: { Name: null, Size: 8pt }}|
158
+|Color|[[HeaderForegroundColor|/API/CodeSamples/HeaderForegroundColor]]| Gets or sets the foreground color of grid headers. |Color [White]|
159
+|String|[[HeaderStyle|/API/CodeSamples/HeaderStyle]]|Gets or sets the style for the Izenda.AdHoc.AdHocSettings.JoinedTablesList, Izenda.AdHoc.AdHocSettings.FieldList, and [[Izenda.Web.UI.FilterList|/API/Izenda/Web/UI/Izenda-Web-UI-FilterList]] headers.|font-family: verdana, arial, helvetica, sans-serif; font-size: 11px;color:black;|
160
+|NameValueCollection|[[HelpText|/API/CodeSamples/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 the mouse is hovered over the appropriate tab. |{}|
161
+|String[]|[[HiddenCategories|/API/CodeSamples/HiddenCategories]]| Gets or sets which categories are hidden for the current user. |null|
162
+|String[]|[[HiddenColumns|/API/CodeSamples/HiddenColumns]]| Gets or sets the array of columns that should be hidden in all field dropdowns throughout the application. |null|
163
+|HiddenFilterCollection|[[HiddenFilters|/API/CodeSamples/HiddenFilters]]| Gets or sets a list of fields to use as filters that users cannot see or edit. 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. |{}|
164
+|List|[[HiddenTimeZones|/API/CodeSamples/HiddenTimeZones]]| Gets or sets the collection of hidden time zones. **(deprecated)**|null|
165
+|Int32|[[HighChartLabelWidth|/API/CodeSamples/HighChartLabelWidth]]| Gets or sets the value indicating labels max width for highcharts |0|
166
+|String|[[IdentifiersRegex|/API/CodeSamples/IdentifiersRegex]]| Gets or sets the pattern that will be used to apply a default aggregate COUNT function to any fields whose descriptions match the expression. |null|
167
+|String|[[ImagesPath|/API/CodeSamples/ImagesPath]]| Gets or sets the path of the folder that contains the images used by AdHoc. If the value is null then the built-in images path will be used. |null|
168
+|Boolean|[[InheritFiltersInSubreports|/API/CodeSamples/InheritFiltersInSubreports]]| Gets or sets whether filters will be inherited in subreports. |True|
169
+|String|[[InstantReport|/API/CodeSamples/InstantReport]]| Gets or sets the URL of the InstantReports page. |InstantReport.aspx|
170
+|String|[[InstantReportWithDelimiter|/API/CodeSamples/InstantReportWithDelimiter]]|Gets the InstantReport page with the [[Izenda.AdHoc.AdHocSettings.UrlParametersDelimiter|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-UrlParametersDelimiter]] character at the end.|InstantReport.aspx?|
171
+|Boolean|[[InvalidateSchemaOnNew|/API/CodeSamples/InvalidateSchemaOnNew]]| Gets or sets whether the database schema is invalidated when a user creates a new report. |False|
172
+|Int32|[[InvertedGridLimit|/API/CodeSamples/InvertedGridLimit]]| Gets or sets the maximum number of rows allowed when using the inverted grid option for summary reports. If this limit is reached, an exception is thrown. |36|
173
+|Color|[[ItemForegroundColor|/API/CodeSamples/ItemForegroundColor]]| Gets or sets the foreground color of grid items. |Color [Black]|
174
+|Unit|[[JoinDropDownWidth|/API/CodeSamples/JoinDropDownWidth]]|Gets or sets the width of the "Join type" dropdown on the DataSources tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]]. The ShowJoinDropDown setting must be enabled for this to have an effect.|100px|
175
+|JoinedTablesList|[[JoinedTablesList|/API/CodeSamples/JoinedTablesList]]|Gets or sets the default [[Izenda.AdHoc.AdHocSettings.JoinedTablesList|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-JoinedTablesList]] control. This represents the Advanced mode for the DataSources Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].**(deprecated)**|null|
176
+|String|[[JoinFieldRegex|/API/CodeSamples/JoinFieldRegex]]|Gets or sets the regular expression used for filtering fields that can be used to join tables on the Datasources Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]]. If the name of a column matches this expression then it will be excluded from the dropdown used to select join fields.|String.Empty|
177
+|NameValueCollection|[[LabelAliases|/API/CodeSamples/LabelAliases]]| Gets or sets the collection of key-value pairs where the key is the field name and the value is a field alias. |{}|
178
+|AdHocLanguage|[[Language|/API/CodeSamples/Language]]| Gets or sets the default language and culture information for Ad Hoc. Your license key must support alternate languages for this to be used. |English|
179
+|Boolean|[[LazySpMetadataPulling|/API/CodeSamples/LazySpMetadataPulling]]| Gets or sets whether stored procedure metadata will be loaded at the same time as metadata for the rest of the schema. When true, stored procedure metadata will only be pulled when the stored procedure is executed. |False|
180
+|Char|[[LiteralComma|/API/CodeSamples/LiteralComma]]| Gets or sets the delimiter character used to separate items in the 'Equals' filter value textbox. |,|
181
+|Boolean|[[LockViewer|/API/CodeSamples/LockViewer]]| Gets or sets whether the Report Viewer will be locked or not. A locked Report Viewer means no filters or fields can be changed. |False|
182
+|String|[[LoginUrl|/API/CodeSamples/LoginUrl]]| Gets or sets the page that will be used by the application as a login page. |Login.aspx|
183
+|MapInfoCollection|[[MapInfoCollection|/API/CodeSamples/MapInfoCollection]]|Gets or sets the registered maps data for use on the Maps tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|{World, Europe,<br>USA, Australia}|
184
+|Size|[[MaxImageSize|/API/CodeSamples/MaxImageSize]]| Gets or sets the maximum image size of the images generated for reports. If the size of an image is larger than the specified value, the image will be scaled. |{Width=320, Height=240}|
185
+|Int32|[[MaximumReportSizeForCache|/API/CodeSamples/MaximumReportSizeForCache]]| Gets or sets thet maximum amount of characters a single rendered report can contain. This number is compared to the total length of the HTML output for the report. If the report is smaller than this number, then it will be stored in the cache if caching is on. |1048576|
186
+|Single|[[MaxVersion|/API/CodeSamples/MaxVersion]]| Gets Max Version. |6.8|
187
+|Unit|[[MinPdfFontSize|/API/CodeSamples/MinPdfFontSize]]| Gets or sets the minimum font size that will be used when creating a PDF document. The default is 10 point. |10pt|
188
+|Boolean|[[MultiLevelVisualGrouping|/API/CodeSamples/MultiLevelVisualGrouping]]| Gets or sets the value indicating whether Visual Groups should be multi-level. **(deprecated)**|True|
189
+|String|[[MySqlConnectionString|/API/CodeSamples/MySqlConnectionString]]| Gets or sets the connection used to connect to a MYSQL database. |null|
190
+|String|[[NoDataSourcePage|/API/CodeSamples/NoDataSourcePage]]| Gets or sets the URL of the page that users will be redirected to if the application fails to load the datasources from the database. |Settings.aspx|
191
+|Int32|[[NumChartPerRow|/API/CodeSamples/NumChartPerRow]]| Gets or sets the maximum number of charts allowed per row. |2|
192
+|Int32|[[NumChartTabs|/API/CodeSamples/NumChartTabs]]|Gets or sets the maximum number of Chart tabs displayed on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]]. One chart can be added per chart tab.|2|
193
+|Int32|[[NumSharedDropdowns|/API/CodeSamples/NumSharedDropdowns]]| Gets or sets the maximum number of user/roles a report can be shared with. |3|
194
+|Boolean|[[OpenCustomUrlInNewWindow|/API/CodeSamples/OpenCustomUrlInNewWindow]]| Gets or sets whether custom URL links will be opened in a new window or the same window. Custom URLs can be defined in the "Advanced" field options. |True|
195
+|Int32|[[OracleCommandTimeout|/API/CodeSamples/OracleCommandTimeout]]| Sets the time Izenda Reports will wait for an Oracle command to execute before timing out. |3600|
196
+|String|[[OracleConnectionString|/API/CodeSamples/OracleConnectionString]]| Gets or sets the connection string used to connect to an Oracle database. |null|
197
+|ReportOutputGeneratorCollection|[[OutputTypes|/API/CodeSamples/OutputTypes]]|Gets or sets the registered Izenda.AdHoc.ReportOutputGenerators. These control what formats reports may be exported to.|{SQL, PDF,<br>HTMLREPORT, CSV,<br>BULKCSV, XLS(MIME),<br>DOC, XML,<br>JSON, JSA}|
198
+|String|[[ParentReportDesignerUrl|/API/CodeSamples/ParentReportDesignerUrl]]| Gets or sets the URL that will be used for links that open the Report Designer page using the "target=_parent" attribute. |String.Empty|
199
+|String|[[ParentReportListUrl|/API/CodeSamples/ParentReportListUrl]]| Gets or sets the URL that will be used for links that open the Report List page using the "target=_parent" attribute. |String.Empty|
200
+|String|[[ParentReportViewerUrl|/API/CodeSamples/ParentReportViewerUrl]]| Gets or sets the URL that will be used for links that open the Report Viewer page using the "target=_parent" attribute. |String.Empty|
201
+|String|[[ParentSettingsUrl|/API/CodeSamples/ParentSettingsUrl]]| Gets or sets the URL that will be used for links that open the Settings page using the "target=_parent" attribute. |String.Empty|
202
+|PdfMode|[[PdfPrintMode|/API/CodeSamples/PdfPrintMode]]| Gets or sets the default PDF generation mode. This only has an effect when PrintMode is using one of the Html2Pdf modes. |EOPDF|
203
+|Boolean|[[PerUserCaching|/API/CodeSamples/PerUserCaching]]|Gets or sets whether the [[Izenda.AdHoc.Database.Driver.DatabaseSchema|/API/Izenda/AdHoc/Database/Driver/Izenda-AdHoc-Database-Driver-DatabaseSchema]] should be cached according to CurrentUserName and CurrentUserTenantID.|False|
204
+|Int32|[[PivotFieldLimit|/API/CodeSamples/PivotFieldLimit]]| Gets or sets the limit of pivot columns allowed in a single report. |100|
205
+|String|[[PostgreSQLConnectionString|/API/CodeSamples/PostgreSQLConnectionString]]| Gets or sets the connection string used to connect to a Postgres database. |null|
206
+|Int32|[[PreviewColumnLimit|/API/CodeSamples/PreviewColumnLimit]]| Gets or set value indicating number of columns to show in preview |100|
207
+|String|[[PreviewColumnLimitMessage|/API/CodeSamples/PreviewColumnLimitMessage]]|Gets or sets the message that appears when the column limit is reached or exceeded on the Preview tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|Reports with more than 100 fields must be exported to CSV. Please check CSV Export to view data.|
208
+|Int32|[[PreviewTimeout|/API/CodeSamples/PreviewTimeout]]|Gets or sets the [[System.Data.IDbCommand.CommandTimeout|https://msdn.microsoft.com/en-us/library/System.Data.IDbCommand.CommandTimeout(v=vs.110).aspx]] for SQL commands.|0|
209
+|ProcessFiltersDelegate|[[ProcessFiltersDelegate|/API/CodeSamples/ProcessFiltersDelegate]]|Represents a method that can be used to intercept and modify filters on the current [[Izenda.AdHoc.Report|/API/Izenda/AdHoc/Izenda-AdHoc-Report]] object.**(deprecated)**|null|
210
+|Int32|[[QuickAddFieldWidth|/API/CodeSamples/QuickAddFieldWidth]]|Gets or sets the maximum width for items on the "Quick Add" menu on the Fields Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|20|
211
+|Int32|[[QuickAddMinElementsInColumn|/API/CodeSamples/QuickAddMinElementsInColumn]]|Gets or sets the maximum number of items that will fit in a single column of fields when the "Quick Add" button is clicked on the Fields Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|20|
212
+|String|[[RDLFolder|/API/CodeSamples/RDLFolder]]| Gets or sets the path to the folder where RDL files should be saved. |RDLFiles|
213
+|Int32|[[RecentlyUpdatedCountAtReportList|/API/CodeSamples/RecentlyUpdatedCountAtReportList]]| Gets or sets the value indicating how many reports will be displayed in the "recent reports" list on the Report List. |0|
214
+|Boolean|[[RedirectExports|/API/CodeSamples/RedirectExports]]| Gets or sets the value indicating whether exported reportsets will be returned without redirection. |True|
215
+|Color|[[ReportAlternatingItemColor|/API/CodeSamples/ReportAlternatingItemColor]]| Gets or sets the default color of even numbered rows for rendered report grids. |Color [Gainsboro]|
216
+|Color|[[ReportBorderColor|/API/CodeSamples/ReportBorderColor]]| Gets or sets the default color of the border for rendered report grids. |Color [White]|
217
+|String|[[ReportCss|/API/CodeSamples/ReportCss]]| Gets or sets the CSS style for the HTML and Excel output types for rendered reports. **(deprecated)**|@import url(rs.aspx?css=Report);|
218
+|String|[[ReportCssUrl|/API/CodeSamples/ReportCssUrl]]| Gets or sets the link to the CSS file to be used on rendered reports. |rs.aspx?css=Report|
219
+|String|[[ReportDesignerUrl|/API/CodeSamples/ReportDesignerUrl]]|Gets or sets the URL of the page used to design reports ([[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]] page).|ReportDesigner.aspx|
220
+|String|[[ReportDesignerUrlWithDelimiter|/API/CodeSamples/ReportDesignerUrlWithDelimiter]]|Gets the ReportDesigner page with the [[Izenda.AdHoc.AdHocSettings.UrlParametersDelimiter|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-UrlParametersDelimiter]] character at the end.|ReportDesigner.aspx?|
221
+|Color|[[ReportHeaderColor|/API/CodeSamples/ReportHeaderColor]]| Gets or sets the default color of the header row for rendered report grids. |Color [DarkSlateBlue]|
222
+|Image|[[ReportHeaderImage|/API/CodeSamples/ReportHeaderImage]]| Gets or sets the image that will be shown at the top of all reports. **(deprecated)**|null|
223
+|String|[[ReportHeaderImageUrl|/API/CodeSamples/ReportHeaderImageUrl]]| Gets or sets the link to the image that will be shown at the top of all reports. |null|
224
+|String|[[ReportingService2005Url|/API/CodeSamples/ReportingService2005Url]]| Gets or sets the base URL of the XML Web service. |http://localhost/ReportServer/ReportService2005.asmx|
225
+|Color|[[ReportItemColor|/API/CodeSamples/ReportItemColor]]| Gets or sets the default color of odd numbered rows for rendered report grids. |Color [White]|
226
+|String|[[ReportList|/API/CodeSamples/ReportList]]| Gets or sets the URL of the ReportList page. |ReportList.aspx|
227
+|ReportListSettings|[[ReportListSettings|/API/CodeSamples/ReportListSettings]]||HideAll|
228
+|ReportSetEventWatcherCollection|[[ReportSetEventWatchers|/API/CodeSamples/ReportSetEventWatchers]]|Gets or sets the collection of registered Izenda.AdHoc.IReportSetEventWatchers that are used for handling various events on Izenda.AdHoc.ReportSet-related events.|{new Izenda.AdHoc.SecurityReportSetEventWatcher(),<br>new Izenda.AdHoc.TenantReportSetEventWatcher(),<br>new Izenda.AdHoc.FileSystemAdHocConfig()}|
229
+|String|[[ReportsPath|/API/CodeSamples/ReportsPath]]|Gets or sets the path of the folder where the application stores its reports when running in [[Izenda.AdHoc.FileSystemAdHocConfig|/API/Izenda/AdHoc/Izenda-AdHoc-FileSystemAdHocConfig]] mode. If the value is null then reports will be stored in the "Reports" subfolder of the application folder.|[drive]:\[ApplicationFolder]\Reports|
230
+|Boolean|[[ReportsSharedByDefault|/API/CodeSamples/ReportsSharedByDefault]]| Gets or sets whether reports created by users are shared by default. **(deprecated)**|True|
231
+|StorageMode|[[ReportStorageMode|/API/CodeSamples/ReportStorageMode]]| Defines how reports are stored - in the file system or in the database **(deprecated)**|Filesystem|
232
+|ReportTypeCollection|[[ReportTypes|/API/CodeSamples/ReportTypes]]| Gets or sets the list of registered types of reports for use on the dashboard designer. **(deprecated)**|{Detail, Summary,<br>Chart, Gauge}|
233
+|String|[[ReportViewer|/API/CodeSamples/ReportViewer]]| Gets or sets the URL of the ReportViewer page. |ReportViewer.aspx|
234
+|Int32|[[ReportViewerDefaultPreviewResults|/API/CodeSamples/ReportViewerDefaultPreviewResults]]| Specifies the default maximum number of results displayed on the report viewer page for all reports. |100|
235
+|String|[[ReportViewerPostHtml|/API/CodeSamples/ReportViewerPostHtml]]| Gets or sets a string of HTML that will be rendered after the entire report. **(deprecated)**|String.Empty|
236
+|String|[[ReportViewerPreHtml|/API/CodeSamples/ReportViewerPreHtml]]| Gets or sets a string of HTML that will be rendered before the entire report. **(deprecated)**|String.Empty|
237
+|Int32|[[ReportViewerRefreshInterval|/API/CodeSamples/ReportViewerRefreshInterval]]| Gets or sets the time in milliseconds the classic Report Viewer will take to refresh itself. Zero means that there will be no refresh. **(deprecated)**|0|
238
+|String|[[ReportViewerWithDelimiter|/API/CodeSamples/ReportViewerWithDelimiter]]|Gets the ReportViewer page with the [[Izenda.AdHoc.AdHocSettings.UrlParametersDelimiter|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-UrlParametersDelimiter]] character at the end.|ReportViewer.aspx?|
239
+|String|[[ReportViewPageTitle|/API/CodeSamples/ReportViewPageTitle]]| Gets or sets the title of the classic ReportViewer page. |null|
240
+|Boolean|[[RequireLogin|/API/CodeSamples/RequireLogin]]|Gets or sets whether users will be automatically redirected to the page specified by the [[Izenda.AdHoc.AdHocSettings.LoginUrl|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-LoginUrl]] setting upon accessing the application.|False|
241
+|String|[[ResponseServer|/API/CodeSamples/ResponseServer]]|Gets or sets the URL of the [[Izenda.AdHoc.ResponseServer|/API/Izenda/AdHoc/Izenda-AdHoc-ResponseServer]] page.|rs.aspx|
242
+|String|[[ResponseServerWithDelimiter|/API/CodeSamples/ResponseServerWithDelimiter]]|Gets the ResponseServer page with the [[Izenda.AdHoc.AdHocSettings.UrlParametersDelimiter|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-UrlParametersDelimiter]] character at the end.|rs.aspx?|
243
+|String|[[ResponseServerWithDelimiterFull|/API/CodeSamples/ResponseServerWithDelimiterFull]]|Gets the ResponseServer page with the [[Izenda.AdHoc.AdHocSettings.UrlParametersDelimiter|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-UrlParametersDelimiter]] character at the end.|rs.aspx?|
244
+|Int32[]|[[ResultsDropdownValues|/API/CodeSamples/ResultsDropdownValues]]|Gets or sets the list of the values in the "Results" dropdown menu on the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control.|System.Int32[]|
245
+|String|[[SavedReportsTable|/API/CodeSamples/SavedReportsTable]]| Gets or sets the table name for saved reports. |IzendaAdHocReports|
246
+|String|[[SaveReportSetNextUrl|/API/CodeSamples/SaveReportSetNextUrl]]| Gets or sets the URL of the URL that will be loaded after saving a report. |null|
247
+|String|[[ScheduledDashboardUrlFormatString|/API/CodeSamples/ScheduledDashboardUrlFormatString]]| Gets or sets the url that is sent via email as the report web address. |http://www.izenda.com/ReportViewer.aspx?{0}|
248
+|String|[[ScheduledReportsUrlFormatString|/API/CodeSamples/ScheduledReportsUrlFormatString]]| Gets or sets the URL that is sent via email as the report web address. |http://www.izenda.com/ReportViewer.aspx?{0}|
249
+|SchedulerOutputCollection|[[SchedulerExports|/API/CodeSamples/SchedulerExports]]| Gets or sets the types of formats that are available as options for exporting scheduled reports to. **(deprecated)**|{}|
250
+|SchedulerOutputCollection|[[SchedulerOutputTypes|/API/CodeSamples/SchedulerOutputTypes]]| Get or sets the export formats that are allowed when emailing scheduled reports. |{Link, Embedded,<br>PDF, CSV,<br>HTML, XLS(MIME)}|
251
+|String|[[SchedulerTenantID|/API/CodeSamples/SchedulerTenantID]]| Gets or sets the tenantId to use for the scheduler. This ensures reports of different tenants are not scheduled erroneously. **(deprecated)**|String.Empty|
252
+|TimeSpan|[[SchemaCacheTimeout|/API/CodeSamples/SchemaCacheTimeout]]| Gets or sets how long the application will keep the schema in the cache before fetching it from the database again. |1.00:00:00|
253
+|Unit|[[SelectValueDropDownWidth|/API/CodeSamples/SelectValueDropDownWidth]]|Gets or sets the width of the "Value" dropdown menus on the Filters tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]] when Equals(Select), Equals(Checkboxes), Select(Multiple), or any (Field) operator is selected.|300px|
254
+|Boolean|[[ServiceMode|/API/CodeSamples/ServiceMode]]| Gets or set value indication service mode **(deprecated)**|False|
255
+|String|[[SettingsKey|/API/CodeSamples/SettingsKey]]| Gets or sets the password used to access the Settings page. |String.Empty|
256
+|String|[[SettingsPageUrl|/API/CodeSamples/SettingsPageUrl]]|Gets or sets the URL of the [[Izenda.AdHoc.Settings|/API/Izenda/AdHoc/Izenda-AdHoc-Settings]] page.|Settings.aspx|
257
+|String[]|[[SharedWithValues|/API/CodeSamples/SharedWithValues]]|Gets or sets the users or roles available in the "Share With" dropdown on the Misc tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|null|
258
+|Boolean|[[ShowAddAll|/API/CodeSamples/ShowAddAll]]|Gets or sets the value indicating whether the "AddAll" button and dropdown should be shown on the Fields Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|False|
259
+|Boolean|[[ShowAddFieldInReportViewer|/API/CodeSamples/ShowAddFieldInReportViewer]]|Gets or sets the value indicating whether the "Add Field" dropdown lists are shown on the classic [[Izenda.AdHoc.AdHocSettings.ReportViewer|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-ReportViewer]].**(deprecated)**|True|
260
+|Boolean|[[ShowAdditionalJoinConditions|/API/CodeSamples/ShowAdditionalJoinConditions]]| Gets or sets the value indicating whether to show additional Join conditions controls |False|
261
+|Boolean|[[ShowAdminButton|/API/CodeSamples/ShowAdminButton]]| Gets or sets whether the Settings button is shown. **(deprecated)**|True|
262
+|Boolean|[[ShowAdvancedChartingButton|/API/CodeSamples/ShowAdvancedChartingButton]]|Gets or sets whether the "Advanced" options button will be displayed on the Charts tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
263
+|Boolean|[[ShowAllInPreview|/API/CodeSamples/ShowAllInPreview]]| Gets or sets the value indicating whether "CombinedTop Count" dropdown list should have the "All" item in preview. |True|
264
+|Boolean|[[ShowAllInResults|/API/CodeSamples/ShowAllInResults]]| Gets or sets whether the "Results" dropdown list should have the "All" item in the classic ReportViewer's results. |True|
265
+|Boolean|[[ShowAllTables|/API/CodeSamples/ShowAllTables]]| Gets or sets the value indicating whether all tables should be shown in tables dropdown. **(deprecated)**|True|
266
+|Boolean|[[ShowArithmeticInSummary|/API/CodeSamples/ShowArithmeticInSummary]]|Gets or sets whether arithmetic operations are available to use on the summary tab of [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|False|
267
+|Boolean|[[ShowArithmeticOperations|/API/CodeSamples/ShowArithmeticOperations]]|Gets or sets whether arithmetic operations are available to use on the fields tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
268
+|Boolean|[[ShowBackButton|/API/CodeSamples/ShowBackButton]]|Gets or sets whether the "Back" button should be shown on the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control.|False|
269
+|Boolean|[[ShowBetweenDateCalendar|/API/CodeSamples/ShowBetweenDateCalendar]]| Gets or sets whether calendar controls should be used for Between operation for DateTime filters. |True|
270
+|Boolean|[[ShowBulkCSVButton|/API/CodeSamples/ShowBulkCSVButton]]| Gets or sets whether bulk CSV exports are allowed. **(deprecated)**|False|
271
+|Boolean|[[ShowCategoryTextboxInSaveDialog|/API/CodeSamples/ShowCategoryTextboxInSaveDialog]]| Gets or sets whether the category textbox should be shown in the save dialog. |True|
272
+|Boolean|[[ShowChartLegend|/API/CodeSamples/ShowChartLegend]]|Gets or sets whether legends will be displayed on charts created via the Charts Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
273
+|Boolean|[[ShowChartTab|/API/CodeSamples/ShowChartTab]]|Gets or sets whether the Chart Tabs should be displayed on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
274
+|Boolean|[[ShowClientEmailButton|/API/CodeSamples/ShowClientEmailButton]]|Gets or sets the value indicating whether the "email from client" icon should be shown on the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control.|True|
275
+|Boolean|[[ShowConstraintsSettings|/API/CodeSamples/ShowConstraintsSettings]]| Gets or sets whether editing constraints is allowed. **(deprecated)**|False|
276
+|Boolean|[[ShowContinueLinks|/API/CodeSamples/ShowContinueLinks]]|Gets or sets whether the "Continue to" buttons are enabled on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]]. The buttons are designed to assist walking a user through the tabs.|True|
277
+|Boolean|[[ShowCSVButton|/API/CodeSamples/ShowCSVButton]]| Gets or sets whether exporting to CSV is allowed. |True|
278
+|Boolean|[[ShowCustomFormatType|/API/CodeSamples/ShowCustomFormatType]]|Gets or sets whether any "Custom" format types will be shown in the formats dropdown menus on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|False|
279
+|Boolean|[[ShowDashboardAddDropDown|/API/CodeSamples/ShowDashboardAddDropDown]]| Gets or sets a value indicating whether "add dashboard subreport" should be shown as DropDownList control. **(deprecated)**|False|
280
+|Boolean|[[ShowDashboardFieldsTab|/API/CodeSamples/ShowDashboardFieldsTab]]|Gets or sets the value indicating whether the Dashboard Fields Tab is displayed on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|False|
281
+|Boolean|[[ShowDashboardPartViewerLinks|/API/CodeSamples/ShowDashboardPartViewerLinks]]| Gets or sets whether the Dashboard Viewer will have edit links for the displayed report parts. |True|
282
+|Boolean|[[ShowDashboardSettings|/API/CodeSamples/ShowDashboardSettings]]| Gets or sets whether dashboard settings are displayed for editing. **(deprecated)**|False|
283
+|Boolean|[[ShowDatabaseDiagramIcon|/API/CodeSamples/ShowDatabaseDiagramIcon]]|Gets or sets whether the Database Diagram icon should be shown in the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
284
+|Boolean|[[ShowDatabaseTypes|/API/CodeSamples/ShowDatabaseTypes]]| Gets or set value indicating whether database types should be shown in the fields dropdown. |False|
285
+|Boolean|[[ShowDataSourcesAsCheckBoxes|/API/CodeSamples/ShowDataSourcesAsCheckBoxes]]|Gets or sets whether the Datasources Tab on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]] will be initialized with checkboxes or dropdown menus.|True|
286
+|Boolean|[[ShowDataSourcesTab|/API/CodeSamples/ShowDataSourcesTab]]|Gets or sets whether the Datasources Tab is displayed on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
287
+|Boolean|[[ShowDataWhenParametersBlank|/API/CodeSamples/ShowDataWhenParametersBlank]]| Gets or sets whether data should be shown on the classic Report Viewer if all parameters are blank. **(deprecated)**|True|
288
+|Boolean|[[ShowDescriptionsInReportsTab|/API/CodeSamples/ShowDescriptionsInReportsTab]]|Gets or sets whether each report's description should be shown in the Reports Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].**(deprecated)**|False|
289
+|Boolean|[[ShowDesignDashboardLink|/API/CodeSamples/ShowDesignDashboardLink]]| Gets or sets whether the "Open in Designer" link is shown for Dashboards. |True|
290
+|Boolean|[[ShowDesignLinkInReportViewer|/API/CodeSamples/ShowDesignLinkInReportViewer]]|Gets or sets whether the "Design" link should be shown on the classic [[Izenda.AdHoc.AdHocSettings.ReportViewer|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-ReportViewer]].**(deprecated)**|True|
291
+|Boolean|[[ShowDesignLinks|/API/CodeSamples/ShowDesignLinks]]|Gets or sets whether design links should be shown on the report list and on the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control.|True|
292
+|Boolean|[[ShowDetailFormat|/API/CodeSamples/ShowDetailFormat]]| Gets or sets the value indicating whether the "Detail Link" format should be shown in formats dropdown. **(deprecated)**|True|
293
+|Boolean|[[ShowDistinct|/API/CodeSamples/ShowDistinct]]|Gets or sets whether the "Distinct" option will be shown on the Data Sources tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
294
+|Boolean|[[ShowDOCButton|/API/CodeSamples/ShowDOCButton]]| Gets or sets whether exporting to Microsoft Word is allowed. |True|
295
+|Boolean|[[ShowEtlButton|/API/CodeSamples/ShowEtlButton]]|Gets or sets whether the upload data button should be shown on the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control. Your License Key must allow ETL for this setting to take effect.|False|
296
+|Boolean|[[ShowFieldAsValueDropDown|/API/CodeSamples/ShowFieldAsValueDropDown]]| Gets or sets whether filters using the "Is Less Then (Field)", "Is Greater Then (Field)" and "Equals (Field)" operators will display their values in a dropdown list. When this is false, the dropdown will be replaced with a standard textbox. |True|
297
+|Boolean|[[ShowFieldsTab|/API/CodeSamples/ShowFieldsTab]]|Gets or sets whether the Fields Tab is displayed on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
298
+|Boolean|[[ShowFieldValueCheckbox|/API/CodeSamples/ShowFieldValueCheckbox]]|Gets or sets whether the "show main report in Field&#124;Value style" checkbox should be shown on the style tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
299
+|Boolean|[[ShowFieldValueSummaryCheckbox|/API/CodeSamples/ShowFieldValueSummaryCheckbox]]|Gets or sets whether the "show summary report in Field&#124;Value style" checkbox should be shown on the style tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
300
+|Boolean|[[ShowFilterFunctions|/API/CodeSamples/ShowFilterFunctions]]|Gets or sets whether functions are allowed on the filters tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].**(deprecated)**|True|
301
+|Boolean|[[ShowFilterLogic|/API/CodeSamples/ShowFilterLogic]]|Gets or sets the value indicating whether Filter Logic should be shown on the filters tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
302
+|Boolean|[[ShowFiltersInDashboards|/API/CodeSamples/ShowFiltersInDashboards]]| Gets or sets whether filters should be shown on Dashboards. |True|
303
+|Boolean|[[ShowFiltersInReportViewer|/API/CodeSamples/ShowFiltersInReportViewer]]|Gets or sets whether filters should be shown in the classic [[Izenda.AdHoc.AdHocSettings.ReportViewer|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-ReportViewer]].**(deprecated)**|True|
304
+|Boolean|[[ShowFiltersTab|/API/CodeSamples/ShowFiltersTab]]|Gets or sets whether the Filters Tab is displayed on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
305
+|Boolean|[[ShowFunctions|/API/CodeSamples/ShowFunctions]]|Gets or sets whether functions should be shown on the fields tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
306
+|Boolean|[[ShowGaugePercentage|/API/CodeSamples/ShowGaugePercentage]]| Gets or sets whether percentages of the total value of all gauages should be displayed on gauges. |False|
307
+|Boolean|[[ShowGaugeTab|/API/CodeSamples/ShowGaugeTab]]|Gets or sets whether the Gauge Tab should be displayed on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
308
+|Boolean|[[ShowGoButton|/API/CodeSamples/ShowGoButton]]|Gets or sets the value indicating whether the "Go" button should be shown on the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control.|False|
309
+|Boolean|[[ShowGradientBackground|/API/CodeSamples/ShowGradientBackground]]|Gets or sets whether data grid items will use a gradient background. The base color used depends on which color is selected for grid item background colors on the Style tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|False|
310
+|Boolean|[[ShowGroupInFunctionDropdown|/API/CodeSamples/ShowGroupInFunctionDropdown]]| Gets or sets the value indicating whether the GROUP option should be shown in the Function dropdown. Otherwise, it will be shown as a separate checkbox. |True|
311
+|Boolean|[[ShowGroupMonth|/API/CodeSamples/ShowGroupMonth]]|Gets or sets whether the Group(Month) function should be visible for grouping dates via the function dropdown menus on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].**(deprecated)**|False|
312
+|Boolean|[[ShowHelpButton|/API/CodeSamples/ShowHelpButton]]|Gets or sets the value indicating whether the button to hide the help panel on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]] should be shown on the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control.|False|
313
+|Boolean|[[ShowHtmlAsCode|/API/CodeSamples/ShowHtmlAsCode]]| Gets or sets whether HTML code should be rendered or displayed as plain text in individual report fields. |False|
314
+|Boolean|[[ShowHtmlButton|/API/CodeSamples/ShowHtmlButton]]| Gets or sets the value indicating possibility export to HTML (HTML Print) |True|
315
+|Boolean|[[ShowInTimePeriod|/API/CodeSamples/ShowInTimePeriod]]| Gets or sets whether the "In Time Period" item is shown as an option in the operators dropdown. |True|
316
+|Boolean|[[ShowInvalidVizExportLink|/API/CodeSamples/ShowInvalidVizExportLink]]| Gets or sets the value indicating whether "To view the interactive visualization please click this link." message should be shown. |True|
317
+|Boolean|[[ShowInvertSummaryCheckbox|/API/CodeSamples/ShowInvertSummaryCheckbox]]| Gets or sets whether the "Invert" checkbox should be shown on the summary tab. **(deprecated)**|False|
318
+|Boolean|[[ShowInvisible|/API/CodeSamples/ShowInvisible]]|Gets or sets the value indicating whether invisible checkboxes should be shown in the [[Izenda.AdHoc.AdHocSettings.FieldList|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-FieldList]].**(deprecated)**|False|
319
+|Boolean|[[ShowJoinAliasTextboxes|/API/CodeSamples/ShowJoinAliasTextboxes]]|Gets or sets whether textboxes will be displayed on the Data Sources tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]] in advanced mode that can be used to assign specific aliases to datasources that are joined together.|False|
320
+|Boolean|[[ShowJoinDropDown|/API/CodeSamples/ShowJoinDropDown]]|Gets or sets whether the join type dropdown should be displayed on the Datasources Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]]. This only applies when using the Advanced mode to select datasources.|False|
321
+|Boolean|[[ShowJustification|/API/CodeSamples/ShowJustification]]|Gets or sets whether the checkboxes allowing users to change the justification setting for fields, headers, and footers will be displayed on the Fields Tab and Misc Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
322
+|Boolean|[[ShowLinkFormats|/API/CodeSamples/ShowLinkFormats]]| Gets or sets whether the link format function options for fields in the Fields tab of ReportDesigner. **(deprecated)**|True|
323
+|Boolean|[[ShowLoadingForDesigner|/API/CodeSamples/ShowLoadingForDesigner]]|Gets or sets whether the "loading..." message should be shown when the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]] loads.**(deprecated)**|False|
324
+|Boolean|[[ShowLoadingOnDesignerLoad|/API/CodeSamples/ShowLoadingOnDesignerLoad]]| Gets or sets whether the "loading..." message should be shown when the Report Designer loads. **(deprecated)**|False|
325
+|Boolean|[[ShowLogoInPdf|/API/CodeSamples/ShowLogoInPdf]]| Gets or sets whether the "powered by Izenda" logo will be displayed on PDF exports using the iTextSharp PDF generator. **(deprecated)**|False|
326
+|Boolean|[[ShowMapTab|/API/CodeSamples/ShowMapTab]]|Gets or sets whether the Map Tab should be shown on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
327
+|Boolean|[[ShowMenuInReportViewer|/API/CodeSamples/ShowMenuInReportViewer]]|Gets or sets whether the main menu should be shown on the classic [[Izenda.AdHoc.AdHocSettings.ReportViewer|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-ReportViewer]].**(deprecated)**|False|
328
+|Boolean|[[ShowMiscTab|/API/CodeSamples/ShowMiscTab]]|Gets or sets whether the Misc Tab should be displayed on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
329
+|Boolean|[[ShowModifiedReportMessage|/API/CodeSamples/ShowModifiedReportMessage]]|Gets or sets the value indicating whether the "report was modified by another user" message shown in the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
330
+|Boolean|[[ShowModifyButton|/API/CodeSamples/ShowModifyButton]]| Gets or sets whether the "Modify" button should be shown on the classic ReportViewer toolbar. **(deprecated)**|True|
331
+|Boolean|[[ShowMultiLineControls|/API/CodeSamples/ShowMultiLineControls]]|Gets or sets whether the style tab on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]] will display controls to manage multiline behaviors for individual reports.|False|
332
+|Boolean|[[ShowNewButton|/API/CodeSamples/ShowNewButton]]|Gets or sets the value indicating whether the "New" icon should be shown in the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
333
+|Boolean|[[ShowNonIndexedJoinFields|/API/CodeSamples/ShowNonIndexedJoinFields]]| Gets or sets whether non-indexed join fields should be shown. |True|
334
+|Boolean|[[ShowODTButton|/API/CodeSamples/ShowODTButton]]| Gets or sets whether exporting to OpenOffice is allowed. **(deprecated)**|False|
335
+|Boolean|[[ShowOnlineDocumentation|/API/CodeSamples/ShowOnlineDocumentation]]| Gets or sets the value indicating if the "Details" buttons will be shown on the Settings.aspx page. |True|
336
+|Boolean|[[ShowOpenOfficeButton|/API/CodeSamples/ShowOpenOfficeButton]]| Gets or sets whether exporting to OpenOffice is allowed. |False|
337
+|Boolean|[[ShowPDFButton|/API/CodeSamples/ShowPDFButton]]| Gets or sets whether exporting to Adobe PDF is allowed. |True|
338
+|Boolean|[[ShowPivot|/API/CodeSamples/ShowPivot]]|Gets or sets whether the "Add Pivot" button is displayed on the Fields Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
339
+|Boolean|[[ShowPoweredByLogo|/API/CodeSamples/ShowPoweredByLogo]]| Gets or sets whether the "Powered By Izenda" logo will be shown below rendered report results. |False|
340
+|Boolean|[[ShowPreviewTab|/API/CodeSamples/ShowPreviewTab]]|Gets or sets the value indicating whether the Preview Tab is displayed on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
341
+|Boolean|[[ShowPublishRdlButton|/API/CodeSamples/ShowPublishRdlButton]]|Gets or sets whether the publish RDL button should be shown on the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control. Your license key must also allow RDL output.|False|
342
+|Boolean|[[ShowRdlOutputIcon|/API/CodeSamples/ShowRdlOutputIcon]]|Gets or sets whether the RDL button should be shown on the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control.|False|
343
+|Boolean|[[ShowRecentDatasources|/API/CodeSamples/ShowRecentDatasources]]|Gets or sets whether the recent datasources dropdown list will be shown in the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
344
+|Boolean|[[ShowRemoveAll|/API/CodeSamples/ShowRemoveAll]]|Gets or sets the value indicating whether the "Remove All" button should be shown on the Fields Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
345
+|Boolean|[[ShowRemoveFieldInReportViewer|/API/CodeSamples/ShowRemoveFieldInReportViewer]]|Gets or sets the value indicating whether the "Remove Field" dropdown lists are shown on the classic [[Izenda.AdHoc.AdHocSettings.ReportViewer|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-ReportViewer]].**(deprecated)**|True|
346
+|Boolean|[[ShowReportClassifiers|/API/CodeSamples/ShowReportClassifiers]]|Gets or sets the value indicating whether the [[Izenda.Web.UI.ReportClassifiers|/API/Izenda/Web/UI/Izenda-Web-UI-ReportClassifiers]] control should be shown in the "Misc" tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]]. Report classifiers control visibility and ownership.|True|
347
+|Boolean|[[ShowReportColor|/API/CodeSamples/ShowReportColor]]|Gets or sets the value indicating whether report color dropdowns are shown in the Style tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
348
+|Boolean|[[ShowReportingServicesSettings|/API/CodeSamples/ShowReportingServicesSettings]]| Gets or sets the value indicating allows edit reporting services settings **(deprecated)**|False|
349
+|Boolean|[[ShowReportsInHtmlOutput|/API/CodeSamples/ShowReportsInHtmlOutput]]| Gets or sets whether the list of reports should be shown in the ReportViewer. **(deprecated)**|True|
350
+|Boolean|[[ShowReportsListAsDropDown|/API/CodeSamples/ShowReportsListAsDropDown]]|Determines whether the list of reports on the Archive Tab should be displayed as a list of hyperlinks or in a dropdown menu on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|False|
351
+|Boolean|[[ShowReportsTab|/API/CodeSamples/ShowReportsTab]]|Gets or sets whether the Reports Tab is displayed on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|False|
352
+|Boolean|[[ShowResponseServerDetails|/API/CodeSamples/ShowResponseServerDetails]]| Gets or sets whether the response server page will display diagnostic information when navigated to directly. |True|
353
+|Boolean|[[ShowRowButtons|/API/CodeSamples/ShowRowButtons]]|Gets or sets whether the insert and move buttons should be shown on the Fields Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
354
+|Boolean|[[ShowSaveAsToolbarButton|/API/CodeSamples/ShowSaveAsToolbarButton]]|Gets or sets whether the "Save As" button should be shown on the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control.|True|
355
+|Boolean|[[ShowSaveControls|/API/CodeSamples/ShowSaveControls]]|Gets or sets whether save controls should be shown in the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control, the classic report viewer, and the reports tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
356
+|Boolean|[[ShowSaveControlsInReportsTab|/API/CodeSamples/ShowSaveControlsInReportsTab]]|Gets or sets whether save controls should be displayed on the Reports Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|False|
357
+|Boolean|[[ShowSaveInReportViewer|/API/CodeSamples/ShowSaveInReportViewer]]|Gets or sets whether save controls should be shown in the ReportViewer. The [[Izenda.AdHoc.AdHocSettings.ShowSaveControls|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-ShowSaveControls]] setting must also be enabled for this setting to have an effect.**(deprecated)**|True|
358
+|Boolean|[[ShowSaveRdlToolbarButton|/API/CodeSamples/ShowSaveRdlToolbarButton]]|Gets or sets whether the "Save As RDL" button should be shown on the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control.|False|
359
+|Boolean|[[ShowScheduleControls|/API/CodeSamples/ShowScheduleControls]]|Gets or sets whether the report scheduling controls will be shown on the "Misc" tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
360
+|Boolean|[[ShowServerEmailButton|/API/CodeSamples/ShowServerEmailButton]]|Gets or sets the value indicating whether the "server email" icon should be shown on the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control.|False|
361
+|Boolean|[[ShowSettingsButton|/API/CodeSamples/ShowSettingsButton]]| Gets or sets whether the Settings button is displayed on the ribbon menu used throughout AdHoc. |True|
362
+|Boolean|[[ShowSettingsButtonForNonAdmins|/API/CodeSamples/ShowSettingsButtonForNonAdmins]]| Gets or sets whether the Settings button will be shown to users without administrator rights. |False|
363
+|Boolean|[[ShowSharedCheckbox|/API/CodeSamples/ShowSharedCheckbox]]|Gets or sets whether the checkbox for sharing the report is shown on the Misc tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].**(deprecated)**|True|
364
+|Boolean|[[ShowSharingControl|/API/CodeSamples/ShowSharingControl]]|Gets or sets whether the report sharing controls will be displayed on the Misc tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
365
+|Boolean|[[ShowSideHelp|/API/CodeSamples/ShowSideHelp]]|Gets or sets whether side help should be shown on all tabs of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|False|
366
+|Boolean|[[ShowSimpleModeViewer|/API/CodeSamples/ShowSimpleModeViewer]]|Gets or sets a value indicating whether the classic ReportViewer mode is simple mode. Simple mode hides the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control.|False|
367
+|Boolean|[[ShowSqlEditor|/API/CodeSamples/ShowSqlEditor]]| Defines availability of SQL Editor tab for current user |False|
368
+|Boolean|[[ShowSqlOutputIcon|/API/CodeSamples/ShowSqlOutputIcon]]|Gets or sets whether the SQL output icon should be shown in the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
369
+|Boolean|[[ShowStackTrace|/API/CodeSamples/ShowStackTrace]]|Gets or sets the value indicating format for showing exceptions. [[Izenda.AdHoc.AdHocSettings.UseFriendlyErrors|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-UseFriendlyErrors]] must be on for this to have an effect.|True|
370
+|Boolean|[[ShowStyleTab|/API/CodeSamples/ShowStyleTab]]|Gets or sets whether the Style Tab should be displayed on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
371
+|Boolean|[[ShowSummaryLine|/API/CodeSamples/ShowSummaryLine]]|Gets or sets whether the usage of a summary line on the fields tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]] is allowed.**(deprecated)**|True|
372
+|Boolean|[[ShowSummaryTab|/API/CodeSamples/ShowSummaryTab]]|Gets or sets whether the Summary Tab should be displayed on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
373
+|Boolean|[[ShowTableNames|/API/CodeSamples/ShowTableNames]]| Gets or sets whether columns in the "Field" dropdown of the Fields tab will display the table name as well as the column name. When enabled, columns display as [TableName].[ColumnName], as opposed to just "ColumnName". |False|
374
+|Boolean|[[ShowTenantField|/API/CodeSamples/ShowTenantField]]| When false, this hides the field identified in the TenantField property from being selected or viewed by users. Any filters based on the tenant field will still affect the results. |True|
375
+|Boolean|[[ShowTimeZoneDropdown|/API/CodeSamples/ShowTimeZoneDropdown]]|Gets or sets the value indicating whether the timezone dropdown will be shown on the Misc tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
376
+|Boolean|[[ShowTopInFields|/API/CodeSamples/ShowTopInFields]]|Gets or sets whether the "Results" textbox should be displayed on the Fields Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
377
+|Boolean|[[ShowTopInSummary|/API/CodeSamples/ShowTopInSummary]]|Gets or sets whether the "Results" textbox should be displayed on the Summary Tab of [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True|
378
+|Boolean|[[ShowVisualGroupLabels|/API/CodeSamples/ShowVisualGroupLabels]]| Gets or sets whether field names should be shown in visual group header. **(deprecated)**|False|
379
+|Boolean|[[ShowWatermarkedExports|/API/CodeSamples/ShowWatermarkedExports]]| Gets or sets whether exports should contain a watermark when license errors occur. |True|
380
+|Boolean|[[ShowWaterMarks|/API/CodeSamples/ShowWaterMarks]]| Gets or sets whether watermarks will be used on license errors. |True|
381
+|Boolean|[[ShowWidth|/API/CodeSamples/ShowWidth]]|Gets or sets whether the "Width" textbox should be shown on the Fields Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].**(deprecated)**|False|
382
+|Boolean|[[ShowXLSButton|/API/CodeSamples/ShowXLSButton]]| Gets or sets whether exporting to Microsoft Excel is allowed. |True|
383
+|String|[[SimpleFilterCssUrl|/API/CodeSamples/SimpleFilterCssUrl]]|Gets or sets the CSS stylesheet URL for the [[Izenda.Web.UI.FilterList|/API/Izenda/Web/UI/Izenda-Web-UI-FilterList]].|rs.aspx?css=SimpleFilter|
384
+|Boolean|[[SingleLineViewerToolbar|/API/CodeSamples/SingleLineViewerToolbar]]|Gets or set value indicating whether the toolbar for the classic [[Izenda.AdHoc.AdHocSettings.ReportViewer|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-ReportViewer]] should be single line.**(deprecated)**|False|
385
+|String|[[SmtpLogin|/API/CodeSamples/SmtpLogin]]| Gets or sets the SMTP server login username. |String.Empty|
386
+|String|[[SmtpPassword|/API/CodeSamples/SmtpPassword]]| Gets or sets the SMTP server password. |String.Empty|
387
+|Int32|[[SmtpPort|/API/CodeSamples/SmtpPort]]| Gets or sets the SMTP server port for sending e-mails. |25|
388
+|Boolean|[[SmtpSecureConnection|/API/CodeSamples/SmtpSecureConnection]]| Gets or sets the SMTP server secure connection for sending e-mails. |False|
389
+|String|[[SmtpServer|/API/CodeSamples/SmtpServer]]| Gets or sets the SMTP server address for sending e-mails. |localhost|
390
+|Boolean|[[SortColumnNames|/API/CodeSamples/SortColumnNames]]| Gets or sets whether dropdowns with column names are sorted alphabetically. |True|
391
+|Int32|[[SqlCommandTimeout|/API/CodeSamples/SqlCommandTimeout]]| Gets or sets the wait time in seconds for dropdown menus that use results loaded from database queries. If the wait time has elapsed and the query has not returned, the command ends. |3600|
392
+|String|[[SqlServerConnectionString|/API/CodeSamples/SqlServerConnectionString]]| Gets or sets the connection string used to connect to an MSSQL database. |null|
393
+|Boolean|[[StoreCurrentReportSetInApplication|/API/CodeSamples/StoreCurrentReportSetInApplication]]| Gets or sets whether the CurrentReportSet should be stored as an application variable instead of a session variable. |False|
394
+|Int32|[[StoredProcedureStringLimit|/API/CodeSamples/StoredProcedureStringLimit]]| Gets or sets the maximum length of VARCHAR parameters used by Stored Procedures (-1 for MAX) **(deprecated)**|-1|
395
+|Boolean|[[StoreImagesToCache|/API/CodeSamples/StoreImagesToCache]]| Gets or sets the value indicating how temporary images should be stored. |True|
396
+|Boolean|[[StrictANSIOuterJoin|/API/CodeSamples/StrictANSIOuterJoin]]| Gets or sets value indicating that strict ANSI/ISO SQL-92 outer join will be used (affects filters applied to joined tables). |True|
397
+|Boolean|[[StripInvalidCharacters|/API/CodeSamples/StripInvalidCharacters]]| Gets or sets whether invalid characters in report names should be stripped. Valid characters are any alphanumeric characters, underscores, hyphens, backslashes, single quotes, and whitespace. |True|
398
+|String|[[SubCalculationFilterRegex|/API/CodeSamples/SubCalculationFilterRegex]]| Gets or sets the regular expression used for subtotal calculation. If the name of a column matches this expression then it will not be considered when calculating subtotals. |ID$&#124;Id$&#124;^id$&#124;_id$|
399
+|String|[[TabBackgroundImageUrl|/API/CodeSamples/TabBackgroundImageUrl]]|Gets or sets the URL of the background image used for the tabs on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|rs.aspx?image=TabStrip.Background.gif|
400
+|NameDistinctValueCollection|[[TableAliases|/API/CodeSamples/TableAliases]]| Gets or sets the collection of key-value pairs where the key is the table name and the value is a table alias. **(deprecated)**|{}|
401
+|Unit|[[TableDropDownWidth|/API/CodeSamples/TableDropDownWidth]]|Gets or sets the width of the dropdowns on the Advanced mode of the DataSources Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|190px|
402
+|String|[[TableFilterRegex|/API/CodeSamples/TableFilterRegex]]| Gets or sets the regular expression used for table filtering. If the name of a table or a column matches this expression then it will be excluded. |^(IzendaAdHoc)|
403
+|String|[[TabsCss|/API/CodeSamples/TabsCss]]|Gets or sets the CSS style for the [[Izenda.Web.UI.TabStrip|/API/Izenda/Web/UI/Izenda-Web-UI-TabStrip]].**(deprecated)**|@import url(Resources/css/tabs.css);|
404
+|String|[[TabsCssUrl|/API/CodeSamples/TabsCssUrl]]|Gets or sets the CSS stylesheet URL for the [[Izenda.Web.UI.TabStrip|/API/Izenda/Web/UI/Izenda-Web-UI-TabStrip]].|Resources/css/tabs.css|
405
+|String|[[TempFiles|/API/CodeSamples/TempFiles]]| Gets or sets the path to the folder for storing temporary files. |TempFiles|
406
+|String|[[TemplatesPath|/API/CodeSamples/TemplatesPath]]| Gets or sets the path of the folder where designed form templates are stored. Requires Izenda's forms product extension. |[drive]:\[ApplicationFolder]\Reports|
407
+|String|[[TenantField|/API/CodeSamples/TenantField]]| The name of the database field that stores tenant information for users. The user's TenantIDs are used as the values that will be matched within the field's data. |null|
408
+|FieldHighlightInfoDictionary|[[TextHighlight|/API/CodeSamples/TextHighlight]]| Gets the list of name value pairs that correspond to fields in the report and the color used to shade the field contents. **(deprecated)**|{}|
409
+|Boolean|[[ThrowExceptionOnAddConstraintError|/API/CodeSamples/ThrowExceptionOnAddConstraintError]]| Determines whether exception will be thrown when constraint can't be added using Driver.AddConstraint method |True|
410
+|Int32|[[ThumbnailHeight|/API/CodeSamples/ThumbnailHeight]]| Gets or sets the value indicating thumbnail height in pixels. |220|
411
+|Int32|[[ThumbnailWidth|/API/CodeSamples/ThumbnailWidth]]| Gets or sets the value indicating thumbnail width in pixels. |170|
412
+|Unit|[[TimePeriodDropDownWidth|/API/CodeSamples/TimePeriodDropDownWidth]]| Gets or sets the width of the "Values" dropdown when the "In Time Period" operator is selected. |190px|
413
+|Double|[[TimeZoneOffset|/API/CodeSamples/TimeZoneOffset]]| Gets or sets the value indicating the time zone offset in Hours. |0|
414
+|SchedulerTimeZoneCollection|[[TimeZones|/API/CodeSamples/TimeZones]]| Gets or sets the collection of additional and hidden time zones for scheduling reports. |null|
415
+|String|[[ToolbarBackgroundImageUrl|/API/CodeSamples/ToolbarBackgroundImageUrl]]|Gets or sets the URL of the gradient image used on the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|null|
416
+|String|[[ToolbarBorderColor|/API/CodeSamples/ToolbarBorderColor]]|Gets or sets the color of the border used on the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|#95b7f3|
417
+|String|[[ToolbarCssUrl|/API/CodeSamples/ToolbarCssUrl]]|Gets or sets the CSS stylesheet URL for the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|rs.aspx?css=toolbar|
418
+|Boolean|[[TrimTimeInJoins|/API/CodeSamples/TrimTimeInJoins]]| Gets or sets whether joins using DateTime database fields will use the time portion of the field value or not when constructing the join. |True|
419
+|String|[[UnCategorizedReportsMenuItemTitle|/API/CodeSamples/UnCategorizedReportsMenuItemTitle]]| Gets or sets the uncategorized reports menu item title. **(deprecated)**|Reports|
420
+|Boolean|[[UseAdvancedGauge|/API/CodeSamples/UseAdvancedGauge]]| Gets or sets whether to use a more visually appealing gauge when using the "Gauge" format. The basic gauge is a solid color non-stylized bar whereas the advanced gauge has tick marks and uses gradient colors. |True|
421
+|Boolean|[[UseBulkCSV|/API/CodeSamples/UseBulkCSV]]| Gets or sets whether CSV exports will use standard or bulk processing methods. The maximum number of rows a bulk export can retrieve is contingent on the ExportLimit. |True|
422
+|Boolean|[[UseColumnNameForDashboardCommonFilters|/API/CodeSamples/UseColumnNameForDashboardCommonFilters]]| Gets or sets whether common filters in the Dasboard should be combined using Column Name only. Otherwise filters will not be combined at all. |True|
423
+|Boolean|[[UseConstraintsForJoins|/API/CodeSamples/UseConstraintsForJoins]]| Gets or sets whether multiple autojoining conditions are allowed. **(deprecated)**|False|
424
+|Boolean|[[UseDefaultDialogs|/API/CodeSamples/UseDefaultDialogs]]| Gets or sets the value indicating whether system dialogs should be shown instead of AdHoc dialogs. |False|
425
+|Boolean|[[UseFriendlyErrors|/API/CodeSamples/UseFriendlyErrors]]| Gets or sets the value indicating whether friendly errors should be shown on exceptions. Friendly errors are represented with the error message and a hyperlink that opens the stack trace in a framed HTML output string. When this is false, errors are simply re-thrown to be handled by .NET's error handling. |True|
426
+|Boolean|[[UseImageDescriptions|/API/CodeSamples/UseImageDescriptions]]| Gets or sets whether charts, gauges, and other images will use an ALT tag containing relevant information to describe the image. |False|
427
+|Boolean|[[UseNoLock|/API/CodeSamples/UseNoLock]]| Gets or sets the value indicating whether the NOLOCK statment will be used in SQL queries. |True|
428
+|Boolean|[[UseNonPostbackDeleting|/API/CodeSamples/UseNonPostbackDeleting]]| Gets or sets whether deleting a report causes a postback to the server. If the application is an MVC app, then this will always be true. |True|
429
+|Boolean|[[UseNonPostbackExport|/API/CodeSamples/UseNonPostbackExport]]| Gets or sets whether exporting a report will cause a server postback to occur. |True|
430
+|Boolean|[[UseNonPostbackPreview|/API/CodeSamples/UseNonPostbackPreview]]|Gets or sets whether clicking the "Preview" tab on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]] causes a postback to the server. If the application is an MVC app, then this will always be true.|True|
431
+|Boolean|[[UseNonPostbackServerEmailing|/API/CodeSamples/UseNonPostbackServerEmailing]]| Gets or sets the value indicating whether should not be postback on report sever emailing. |True|
432
+|Boolean|[[UseReportID|/API/CodeSamples/UseReportID]]| Gets or sets whether GUIDs will be used instead of report names in web links and url parameters. |False|
433
+|Boolean|[[ValidateBeforeSave|/API/CodeSamples/ValidateBeforeSave]]|Gets or sets the value indicating whether the [[Izenda.AdHoc.ReportSet|/API/Izenda/AdHoc/Izenda-AdHoc-ReportSet]] should be validated before saving. Reports are invalid if they contain no fields or if any piece of the entire report threw an error.|False|
434
+|Boolean|[[ViewsOnly|/API/CodeSamples/ViewsOnly]]| Gets or sets the value indicating whether only views will be displayed on the datasources tab. |False|
435
+|String[]|[[VisibleDataSources|/API/CodeSamples/VisibleDataSources]]|Gets or sets the array of datasource names that should be shown in the datasources dropdown on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|[]|
436
+|String[]|[[VisibleTables|/API/CodeSamples/VisibleTables]]| Gets or sets the array of table names that should be shown in the datasources dropdown. **(deprecated)**|[]|
437
+|VisualGroupStyle|[[VisualGroupStyle|/API/CodeSamples/VisualGroupStyle]]| Gets or sets the default Visual Group style that will be used when designing reports. **(deprecated)**|CommaDelimited|
... ...
\ No newline at end of file