API/AdHocSettings.md
... ...
@@ -4,811 +4,521 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
4 4
5 5
|Datatype|Setting name|Setting description|Default Value|
6 6
|:-------|:----------:|:-----------------:|:-----------:|
7
-|string|[[AddAllFilterRegex|API/CodeSamples/AddAllFilterRegex]]|Gets or sets a regular expression to filter data source fields that can be added with the "Add All" button.|(id|guid)$|
8
-| Dictionary<string,double>|[[AdditionalTimeZones |API/CodeSamples/AdditionalTimeZones ]]||Empty list|
9
-| AdHocConfig|[[AdHocConfig|http://wiki.izenda.us/Integration/Tutorials/Customizing-Izenda-Settings]]|Gets or sets the current Ad Hoc configuration.|new FileSystemAdHocConfig()|
10
-| string|[[AdHocUserKey|API/CodeSamples/AdHocUserKey]]|Gets or sets the password limiting access to the report designer, report list, and report viewer. This is for projects that do not need multi-user security.|string.Empty()|
11
-| AggregateFunctionCollection|[[AggregateFunctions|API/CodeSamples/AggregateFunctions]]||Empty list|
12
-| bool|[[AllowAnalysisGrid|API/CodeSamples/AllowAnalysisGrid]]|Gets or sets the value indicating whether to include Analysis Grid in the Visual Group Style field.|True|
13
-| bool|[[AllowArchivedReportTableCreation|API/CodeSamples/AllowArchivedReportTableCreation]]|Gets or sets whether to allow the application to create an archived reports table on the database.|True|
14
-| bool|[[AllowClientSorting|API/CodeSamples/AllowClientSorting]]||True|
15
-| bool|[[AllowComparativeArithmetic|API/CodeSamples/AllowComparativeArithmetic]]|Gets or sets the value indicating whether comparative arithmetic is allowed in arithmetic checkbox. Comparative operators appear in "A" checkboxes at the Fields tab in the ReportDesigner.|False|
16
-| bool|[[AllowCreateNewCategory|API/CodeSamples/AllowCreateNewCategory]]|Gets or sets the value indicating the possibility to create new categories in Save As dialog in the ReportDesigner.|True|
17
-| bool|[[AllowDataFieldsInDescription|API/CodeSamples/AllowDataFieldsInDescription]]|Gets or sets whether data fields can be used in report descriptions.|True|
18
-| bool|[[AllowDeletingReports|API/CodeSamples/AllowDeletingReports]]|This checkbox enables/disables the delete icons at the report list page against reports names, for the current user. Clicking on the red x delete icon deletes the report.|True|
19
-| bool|[[AllowDeltas|API/CodeSamples/AllowDeltas]]|Gets or sets the value indicating whether "Add Deltas" checkbox should be shown at the fields tab in the ReportDesigner. Any time there is a change in a quantity that change is calculated by taking the later value for that quantity and subtracting from it the earlier value for that quantity.|False|
20
-| bool|[[AllowDomainJoin|API/CodeSamples/AllowDomainJoin]]|Gets or sets the value indicating whether domain joins should be shown on the report designer.|False|
21
-| bool|[[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. These options can be found in the Operator dropdown at the Filters tab in the ReportDesigner.|False|
22
-| bool|[[AllowFieldsAsValue|API/CodeSamples/AllowFieldsAsValue]]|Gets or sets the value indicating whether field name is allowed in filter value. If set, values like "Is Less Than (Field)" appear in the Operator combobox at the Filters tab in the ReportDesigner. Fields comparison allows you to compare values from one field with values from another field.|True|
23
-| bool|[[AllowGroupWithoutSelect|API/CodeSamples/AllowGroupWithoutSelect]]|Gets or sets value indicating if it is possible to make invisible fields which are used for Visual Grouping. If set, fields with both "Hide This Field" (in the advanced properties) and "VG"; flags set, will not lead to report being considered as invalid.|False|
24
-| bool|[[AllowHorizontalBarChart|API/CodeSamples/AllowHorizontalBarChart]]|Gets or sets the value indicating whether Horizontal Bar Chart is allowed. This defines if Horizontal checkbox will be available in the Advanced Properties at the Chart tab in the ReportDesigner, when Bar chart type is used.|True|
25
-| bool|[[AllowHtmlOutputsInScheduledReports|API/CodeSamples/AllowHtmlOutputsInScheduledReports]]||True|
26
-| bool|[[AllowInvalidCharacters|API/CodeSamples/AllowInvalidCharacters]]|Gets or sets the value indicating whether invalid characters in report namesare allowed if not striped. If disabled, non-literal characters in the report name, entered in the Report Designer in Save As dialog, will cause error message during saving report. <br>*Note: Invalid characters will be automatically removed from the report name if [[StripInvalidCharacters]] set to true.*|False|
27
-| bool|[[AllowInvertedGrid|API/CodeSamples/AllowInvertedGrid]]|Allows the inverted checkbox to be shown in the Summary tab in the ReportDesigner. Inverted grid means it exchanges columns for rows (up to 36 rows)|False|
28
-| bool|[[AllowLineOnBar|API/CodeSamples/AllowLineOnBar]]|Gets or sets the value indicating whether is it allowed line on Bar chart. If true, then Line Value feature is available at the Chart tab in the ReportDesigner, when Bar chart type is selected. Line can show additional values on the Bar chart.|True|
29
-| bool|[[AllowMultilineHeaders|API/CodeSamples/AllowMultilineHeaders]]|Gets or sets whether headers in the grid report can be multi-line. This setting could be useful if you have many columns in the report or columns names are very long.|False|
30
-| bool|[[AllowNewFiltersInReportViewer|API/CodeSamples/AllowNewFiltersInReportViewer]]|Gets or sets whether users have the ability to add new filters in the report viewer page of Izenda Reports.|True|
31
-| bool|[[AllowOverwritingReports|API/CodeSamples/AllowOverwritingReports]]|This enables/disables the current user's ability to overwrite reports currently saved. An example of this usage is that many users create base reports for their users to use. Disabling the overwrite report feature ensures that the default reports are not tampered with.|True|
32
-| bool|[[AllowSelfJoin|API/CodeSamples/AllowSelfJoin]]|Gets or sets the value indicating whether is it allowed datasources self join. If true and ShowDataSourcesAsCheckBoxes, then user can select the same data source twice and selfjoin it at the Data Sources tab in the ReportDesigner.|True|
33
-| bool|[[AllowStackedBarChart|API/CodeSamples/AllowStackedBarChart]]|Gets or sets the value indicating whether Stacked Bar Chart is allowed. This defines if Stacked checkbox will be available in the Advanced Properties at the Chart tab in the ReportDesigner, when Bar chart type is used.|True|
34
-| bool|[[AllowSummaryDeltas|API/CodeSamples/AllowSummaryDeltas]]|Gets or sets the value indicating whether the "Show Summary Deltas" checkbox should be shown in the summary tab in the ReportDesigner. Any time there is a change in a quantity, that change is calculated by taking the later value for that quantity and subtracting from it the earlier value for that quantity. The AllowDeltas feature MUST be turned on to use this feature.|True|
35
-| bool|[[AllowVisualGroups|API/CodeSamples/AllowVisualGroups]]||True
36
-|
37
-| string|[[ApplicationHeaderImageUrl|API/CodeSamples/ApplicationHeaderImageUrl]]|Gets or sets the URL of the Application Header Logo.|
38
-|
39
-| bool|[[AutoJoinOnRenderedRows|API/CodeSamples/AutoJoinOnRenderedRows]]||True
40
-|
41
-| bool|[[AutoPostBackOnFilterChange|API/CodeSamples/AutoPostBackOnFilterChange]]|Gets or sets the value indicating whether should be postback on filter change. This affects behavior of ReportViewer when ShowFiltersInReportViewer is enabled, and user changes filters there. All changes will be applied immediately and report will be reloaded.|True
42
-|
43
-| bool|[[CacheEqualsSelect|API/CodeSamples/CacheEqualsSelect]]|Gets or sets the value indicating whether "Equals (Select)" value should be cached. Caching "Equals (Select)" can be useful if you have problems with performance in your data base or slow connection to it. But data in cache may be not relevant if it is updated very often in the data base. So, use this setting carefully.|False
44
-|
45
-| bool|[[CacheQueries|API/CodeSamples/CacheQueries]]|Gets or sets the value indicating whether all queries for the Driver should be cached.|True
46
-|
47
-| bool|[[CacheReports|API/CodeSamples/CacheReports]]|Gets or sets the value indicating whether all loaded reports should be cached. This feature can be very useful if you have problems with performance in your database or connections are slow. Loaded ReportSet will be cached, so there will be no extra queries to the database. When you save the Reportset cache for it will be removed and it will be added again when ReportSet will be loaded again. Report caching may cause problems if you are running more than one instance of Izenda Adhoc with the same reports source (i.e. the same database and table or same reports folder).|False
48
-|
49
-| bool|[[CacheSchema|API/CodeSamples/CacheSchema]]|Gets or sets the value indicating whether DatabaseSchema should be cached. Disable schema caching may be useful if you data base schema changes very often. But ussually it is better to use caching because it will prevent extra queries to the data base.|True
50
-|
51
-| bool|[[CacheStoredProcedureMetaDataToDisk|API/CodeSamples/CacheStoredProcedureMetaDataToDisk]]|Gets or sets the value indicating whether the information about stored procedures will be cached on the server's disk. Normally stored procedures are updated with the database schema. But if CacheStoredProcedureMetaDataToDisk is enabled, they will be stored in the Izenda.config file and will not be updated with the schema. Normally, you don't need to use stored procedure caching, so use this feature only when you have problems with performance while loading a large amount of stored procedures.|False
52
-|
53
-| bool|[[CascadeFilterValues|API/CodeSamples/CascadeFilterValues]]|Gets or sets the value indicating whether filter values at the Filters tab in the ReportDesigner will be cascaded. For example, this will only show cities in the country selected on the prior filter by country|True
54
-|
55
-| char|[[CategoryCharacter|API/CodeSamples/CategoryCharacter]]|Get or set delimiter which is used to delimit category name and report name.|\
56
-|
57
-| bool|[[ChangParentUrlWhenRedirect|API/CodeSamples/ChangParentUrlWhenRedirect]]||False
58
-|
59
-| ChartingEngine|[[ChartingEngine|API/CodeSamples/ChartingEngine]]||DundasChart
60
-|
61
-| int|[[ChartLimit|API/CodeSamples/ChartLimit]]|Gets or sets the value limiting chart items on Dashboards.|500
62
-|
63
-| ChartCollection|[[Charts|API/CodeSamples/Charts]]|Gets or sets the collection of available Charts. The collection of available charts is shown in the Chart Type combobox on the Chart tab in the ReportDesigner.|Izenda.AdHoc.ChartCollection
64
-|
65
-| Point|[[ChartSize|API/CodeSamples/ChartSize]]|Gets or sets the value indicating chart size. This will affect size of all charts in the rendered report or dashboard.|{X=700,Y=300}
66
-|
67
-| string[]|[[ChartSortFields|API/CodeSamples/ChartSortFields]]|Gets or sets the value indicating the fields that will be used for sorting data in charts.|
68
-|
69
-| int|[[CheckBoxListColumns|API/CodeSamples/CheckBoxListColumns]]|Gets or sets the maximum number of checkbox columns in "Quick add" dialog in the Report Designer on the Fields tab. <br> *Note: Fields will be grouped in columns in cases when the number of fields is greater then QuickAddMinElementsInColumn*.|2
70
-|
71
-| bool|[[CheckForUpdates|API/CodeSamples/CheckForUpdates]]||True
72
-|
73
-| bool|[[CheckUserPermission|API/CodeSamples/CheckUserPermission]]|Gets or sets value indicating that user permissions should be checked. If disabled, all reports will be accessible to all users.|True
74
-|
75
-| bool|[[CollapsedFiltersInReportViewer|API/CodeSamples/CollapsedFiltersInReportViewer]]|Gets or sets the value indicating whether the filters section of the Report Viewer should be initially hidden. You should have ShowFiltersInReportViewer enabled to use this setting.|False
76
-|
77
-| Unit|[[ColumnDropDownWidth|API/CodeSamples/ColumnDropDownWidth]]|Gets or sets the value indicating the width of the box for dropdown boxes on the Fields tab in the ReportDesigner.|200px
78
-|
79
-| CultureInfo|[[Culture|API/CodeSamples/Culture]]|Gets or sets the default culture setting for AdHoc. <br> *Note: Use this only in special cases. Normally, you should use the Language setting for localization. To learn more, see the links below:* <br>[[Language]] <br>[[Izenda Language Pack]]|en-US
80
-|
81
-| bool|[[CurrentUserIsAdmin|API/CodeSamples/CurrentUserIsAdmin]]|Gets or sets whether the current user is an Admin user. Admins may see and overwrite all reports for that tenant.|True
82
-|
83
-| bool|[[CurrentUserIsGlobalAdministrator|API/CodeSamples/CurrentUserIsGlobalAdministrator]]|Defines if the current user has global administrator rights.|False
84
-|
85
-| string|[[CurrentUserName|API/CodeSamples/CurrentUserName]]|Gets or sets the name of the current user. This is required for multi-user security.|DefaultAdministrator
86
-|
87
-| string[]|[[CurrentUserRoles|API/CodeSamples/CurrentUserRoles]]|Defines groups set for the current user.|System.String[]
88
-|
89
-| string|[[CurrentUserTenantId|API/CodeSamples/CurrentUserTenantId]]|This identifies what tenant the current user is associated with in a multi-tenant system.|
90
-|
91
-| CustomizeChartDelegate|[[CustomizeChartDelegate|API/CodeSamples/CustomizeChartDelegate]]|Represents a method that runs before chart reports get run.|
92
-|
93
-| CustomTimePeriodCollection|[[CustomTimePeriods|API/CodeSamples/CustomTimePeriods]]|Used to define custom time periods that will be accessible in the 'In Time Period' filter operator on the Filters tab in the ReportDesigner. These options will be appended to the list of time periods that ship with Izenda AdHoc.<br>*Note: There are several overloads for the CustomTimePeriod constructor, so you can define different time periods with various types.*|Izenda.AdHoc.CustomTimePeriodCollection
94
-|
95
-| DashboardDateSliderMode|[[DashboardDateSliderMode|API/CodeSamples/DashboardDateSliderMode]]|Gets or sets the value indicating the size of each section of the graph with the Dashboard date slider.|Auto
96
-|
97
-| string|[[DashboardDesignerUrl|API/CodeSamples/DashboardDesignerUrl]]|Gets or sets the URL of the page used to design dashboards (DashboardDesigner).|DashboardDesigner.aspx
98
-|
99
-| string|[[DashboardDesignerUrlWithDelimiter|API/CodeSamples/DashboardDesignerUrlWithDelimiter]]|Gets the DashboardDesignerUrl with query string characters ("?" and "&") at the end.|DashboardDesigner.aspx?
100
-|
101
-| int|[[DashboardFieldsCount|API/CodeSamples/DashboardFieldsCount]]|Gets or sets the count of additional reports. Affects ReportDesigner when ShowDashboardFieldsTab is true.|3
102
-|
103
-| double|[[DashboardGaugeWidthMax|API/CodeSamples/DashboardGaugeWidthMax]]|Deprecated.|1.79769313486232E+308
104
-|
105
-| double|[[DashboardGaugeWidthMin|API/CodeSamples/DashboardGaugeWidthMin]]|Deprecated.|-1.79769313486232E+308
106
-|
107
-| int|[[DashboardGaugeWidth|API/CodeSamples/DashboardGaugeWidth]]|Gets or sets the gauge width for "Dashboard Gauge" format. This will affect the width of gauges when they are shown in the dashboards. This replaced DashboardGaugeMax and DashboardGaugeMin and should be used instead of these at all times.|200
108
-|
109
-| int|[[DashboardMinimumWidth|/API/CodeSamples/DashboardMinimumWidth]]|Deprecated.|1000
110
-|
111
-| bool|[[DashboardMode|/API/CodeSamples/DashboardMode]]||False
112
-|
113
-| string|[[DashboardsCss|/API/CodeSamples/DashboardsCss]]|Deprecated.|@import url(rs.aspx?css=dashboard);
114
-|
115
-| string|[[DashboardsCssUrl|API/CodeSamples/DashboardsCssUrl]]|Gets or sets the CSS stylesheet URL to use for the TabStrip.|rs.aspx?css=dashboard
116
-|
117
-| string|[[DashboardTabBackgroundImageUrl|API/CodeSamples/DashboardTabBackgroundImageUrl]]|Gets or sets the URL of the image used for the Dashboards' tabs.|
118
-|
119
-| string|[[DashboardViewer|API/CodeSamples/DashboardViewer]]||ReportViewer.aspx
120
-|
121
-| string|[[DashboardViewerWithDelimiter|API/CodeSamples/DashboardViewer]]|Gets or the report viewer page with query string characters ("?" and "&") at the end.|ReportViewer.aspx?
122
-|
123
-| string|[[DatabaseDiagramImageUrl|API/CodeSamples/DatabaseDiagramImageUrl]]|Gets or sets a link to a database diagram image that is displayed on the report designer. Database diagrams display table relationships and can be created through Microsoft SQL. Izenda recommends using a database diagram to simplify the process of joining complex related tables.|
124
-|
125
-| DateTime|[[DataCacheExpiration|API/CodeSamples/DataCacheExpiration]]||null
126
-|
127
-| int|[[DataCacheInterval|API/CodeSamples/DataCacheInterval]]||0
128
-|
129
-| 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. <br> *Note:This property doesn't change the data source name in database. It is for display purposes only.|NameDistinctValueCollection
130
-|
131
-| NameStringsCollection|[[DataSourceCategories|API/CodeSamples/DataSourceCategories]]|This allows you to assign sets of datasources to different categories. When ShowDataSourcesAsCheckBoxes is enabled, this list is added to the Data Sources tab dropdown in the ReportDesigner. If the user selects a category, only datasources from the selected category will be shown.|Izenda.AdHoc.Collections.NameStringsCollection
132
-|
133
-| TimeSpan|[[DataSourceDropDownTimeout|API/CodeSamples/DataSourceDropDownTimeout]]|Gets or sets the timeout between starting loading dropdown values (in the DataSources dropdown at the Data Sources tab in the ReportDesigner) from the server and redirecting to the About page.|00/00/15
134
-|
135
-| Unit|[[DataSourceDropdownWidth|API/CodeSamples/DataSourceDropdownWidth]]|Deprecated|190px
136
-|
137
-| string|[[DataSourceHeading|API/CodeSamples/DataSourceHeading]]|Gets or sets the value of the title on the Data Sources tab of Report Designer. Some users rename this since other users may not be familiar with database terminology.|Data Sources (Tables and Views)
138
-|
139
-| int|[[DataSourceLimit|API/CodeSamples/DataSourceLimit]]|This setting limits the number of data sources Izenda Reports allows to be used in a single report when designing reports.|1000
140
-|
141
-| int|[[DateArithmeticDecimalPlaces|API/CodeSamples/DateArithmeticDecimalPlaces]]|Gets or sets the value indicating how many decimal places to use for comparing dates. This can help yield more precise dates in calculations.|0
142
-|
143
-| string|[[Db2ConnectionString|API/CodeSamples/Db2ConnectionString]]|Gets or sets the connection string for DB2 connections.|
144
-|
145
-| string|[[DefaultAlternatingItemColor|API/CodeSamples/DefaultAlternatingItemColor]]|Gets or sets the default alternating grid item color on reports.|Gainsboro
146
-|
147
-| string|[[DefaultHeaderForegroundColor|API/CodeSamples/DefaultHeaderForegroundColor]]|Gets or sets the default grid header foreground color on reports.|White
148
-|
149
-| string|[[DefaultItemForegroundColor|API/CodeSamples/DefaultItemForegroundColor]]|Gets or sets the default grid item foreground color on reports.|Black
150
-|
151
-| int|[[DefaultItemsPerPage|API/CodeSamples/DefaultItemsPerPage]]|This setting changes how many items are shown in the report viewer per page. For example, let's say a report had 150 items. By default, this value is set to 100. So 100 items would be displayed on the first page. When the user scrolls to the bottom of the page, they will see a link that shows 101-150. When the user clicks on it, the remaining report items will be shown.|10000
152
-|
153
-| int|[[DefaultLinesPerItem|API/CodeSamples/DefaultLinesPerItem]]|Gets or sets the default count of lines per item for the "Multi-Line" feature. The default value is 2 and is listed in the style tab of the report designer under the "Field/Value common pairs" dropdown. Let's say that you have a report with 12 fields. This report would be difficult to print. By changing this value to 2, the grid would be 6 fields wide instead of 12. This is a feature commonly used in accounting style reports.|1
154
-|
155
-| string|[[DefaultLoadTab|API/CodeSamples/DefaultLoadTab]]|Sets the default tab that loads when a report is loaded in report designer. By default, this goes to the Fields tab.|Fields
156
-|
157
-| int|[[DefaultPreviewResults|API/CodeSamples/DefaultPreviewResults]]|This changes the default number of results (records) shown in the report designer preview tab. When exporting, all results will always be exported. Web browsers can become slow or stop completely when reports with hundreds of thousands of lines are generated, so keep this in mind when changing this setting. Ideally, this should be set to a power of 10 (1, 10, 100, 1000, etc).|100
158
-|
159
-| string|[[DefaultReportBorderColor|API/CodeSamples/DefaultReportBorderColor]]|Sets the default grid border color for reports.|White
160
-|
161
-| string|[[DefaultReportHeaderColor|API/CodeSamples/DefaultReportHeaderColor]]|Sets the default report header color.|DarkSlateBlue
162
-|
163
-| string|[[DefaultReportItemColor|API/CodeSamples/DefaultReportItemColor]]|Sets the default report item background color.|White
164
-|
165
-| StringCollection|[[DefaultReportOrder|API/CodeSamples/DefaultReportOrder]]|Gets or sets the default report order on the Style tab in the ReportDesigner. Acceptable string values include: "Maps", "Chart", "Chart2", "Chart3", "Chart4", "Gauges", "Summary", and "Detail". Order is determined by each entry's position in the list.|System.Collections.Specialized.StringCollection
166
-|
167
-| string|[[DefaultSharingRights|API/CodeSamples/DefaultSharingRights]]|Gets or sets the value defining sharing rights that are assigned to the report by default.|None
168
-|
169
-| string|[[DefaultTable|API/CodeSamples/DefaultTable]]|Gets or sets the name of the default table that is automatically added to new reports. If this is blank, no default table will be used. The table must be present in the database and be accessible.|
170
-|
171
-| string|[[DefaultUserName|API/CodeSamples/DefaultUserName]]|This settings allows the application to assign a default username for users logged into the Izenda Reports web application. User names are shown on the report list and on the reports tab of the report designer.|DefaultAdministrator
172
-|
173
-| string|[[DefaultVisibilityForNonAdmins|API/CodeSamples/DefaultVisibilityForNonAdmins]]|Gets or sets the default visibility group for non admins. This setting defines which groups of reports will be visible by default to the non-administrator users.|OnlyMe
174
-|
175
-| Unit|[[DescriptionWidth|API/CodeSamples/DescriptionWidth]]|Gets or sets the width of the "Description" textbox on the Fields tab of the Report Designer.|100px
176
-|
177
-| NameValueCollection|[[DefaultReportOrder|API/CodeSamples/DefaultReportOrder]]|Deprecated.|System.Collections.Specialized.NameValueCollection
178
-|
179
-| bool|[[Distinct|API/CodeSamples/Distinct]]|Sets the default value of the distinct checkbox. The distinct checkbox is located on the datasources tab of the report designer page.|True
180
-|
181
-| bool|[[DistinctSubtotalInnerQuery|API/CodeSamples/DistinctSubtotalInnerQuery]]|Gets or sets the value indicating whether the DISTINCT option should be used in inner queries for calculating subtotals. This can affect database performance.|True
182
-|
183
-| FormatCollection|[[DrillDownStyle|API/CodeSamples/DrillDownStyle]]|Gets or sets the list of available drill-down report field formats. This affects the contents of all "Drill-down style" comboboxes in the ReportDesigner.|Izenda.AdHoc.FormatCollection
184
-|
185
-| AggregateFunctionCollection|[[DundasAggregateFunctions|API/CodeSamples/DundasAggregateFunctions]]||Izenda.AdHoc.AggregateFunctionCollection
186
-|
187
-| string|[[EmailFromAddress|API/CodeSamples/EmailFromAddress]]|This gets or sets the value used as the default "email from" address for the automated scheduler.|adhoc@yourdomain.com
188
-|
189
-| string|[[EmailSubjectFormatString|API/CodeSamples/EmailSubjectFormatString]]|This gets or sets the value used as the default subject of the emailed reports. By default it uses the report name as the subject of the email.|{0}
190
-|
191
-| bool|[[EmbedReportInServerEmail|API/CodeSamples/EmbedReportInServerEmail]]|Gets or sets the value indicating whether a report will be embedded in the server email.|False
192
-|
193
-| string|[[EmptyReportString|API/CodeSamples/EmptyReportString]]||
194
-|
195
-| int|[[EqualsDropdownLimit|API/CodeSamples/EqualsDropdownLimit]]|Deprecated.|500
196
-|
197
-| int|[[EqualsDropdownTimeout|API/CodeSamples/EqualsDropdownTimeout]]|Deprecated.|60
198
-|
199
-| Dictionary<string,string[]>|[[EqualsPopupDestinations |API/CodeSamples/EqualsPopupDestinations ]]||System.Collections.Generic.Dictionary`2[System.String,System.String[]]
200
-|
201
-| string|[[EqualsSelectDateFormat|API/CodeSamples/EqualsSelectDateFormat]]|Deprecated.|MM/dd/yyyy
202
-|
203
-| int|[[EqualsSelectLimit|API/CodeSamples/EqualsSelectLimit]]|Limits the number of rows(the dropdown options) selectable through the "Equals(select)" filter. These filters can be found in the Filters tab of the Report Designer and in the report viewer when an "Equals(Select)" filter is utilized. <br>*Note: by default this is set to either 500 or 1000 rows. If, for example, you have 2 choices (true and false) and the false value is not in the first 1000 rows, then true will be the only option shown unless you increase this number.|500
204
-|
205
-| string|[[EqualsSelectText|API/CodeSamples/EqualsSelectText]]|Gets or sets a value that allows the user to specify the wording for the "Equals(Select)" filter. The "Select(Equals)" option is found in the filter tab of report designer in the operator drop down box.|Equals (Select)
206
-|
207
-| int|[[EqualsSelectTimeout|API/CodeSamples/EqualsSelectTimeout]]|This setting allows the user to set how long to wait while the values of the filters tab is populated before timing out. If you have a large or unoptimized database, increasing this setting can help with proper reporting performance. This setting replaced EqualsDropDownTimeout and should be used instead.|60
208
-|
209
-| string|[[ErrorIzendaReplacement|API/CodeSamples/ErrorIzendaReplacement]]|Gets or sets the value that will replace the word "Izenda" in StackTrace when an exception occurs. This is useful when you brand your distribution of Izenda to your own company name.|Izenda
210
-|
211
-| string[]|[[ExistingDatabaseConstraints|API/CodeSamples/ExistingDatabaseConstraints]]|Gets a list of your database's constraints, if any.|System.String[]
212
-|
213
-| bool|[[ExpandCategorizedReports|API/CodeSamples/ExpandCategorizedReports]]|Gets or sets whether the categorized reports underneath each category in the report list and in the report designer's preview tab can be expanded.|True
214
-|
215
-| bool|[[ExpandVisualGroupGrids|API/CodeSamples/ExpandVisualGroupGrids]]|Gets or sets whether the visually grouped data details can be expanded underneath each visual grouping in the report viewer and in the report designer's preview tab. When enabled, all visual groups will be expanded automatically when you view the report.|True
216
-|
217
-| Font|[[ExportFont|API/CodeSamples/ExportFont]]|Gets or sets the font for the PDF and RTF outputs. This is set to a standard font for [[iTextSharphttp://sourceforge.net/projects/itextsharp/]] by default|iTextSharp.text.Font
218
-|
219
-| int|[[ExportLimit|API/CodeSamples/ExportLimit]]|Gets or sets a value indicating the maximum number of rows a ReportSet may export.|100000
220
-|
221
-| NameValueCollection|[[ExtendedFormats|API/CodeSamples/ExtendedFormats]]|Deprecated.|Izenda.AdHoc.ExtendedFormatsCollection
222
-|
223
-| string[]|[[ExtendedFunctions|API/CodeSamples/ExtendedFunctions]]|This list allows the user specify additional SQL functions that should be included in the functions dropdown of the Fields tab. Learn more about [[UDFshttp://wiki.izenda.us/FAQ/izenda-and-udfs]].|System.String[]
224
-|
225
-| NameValueCollection|[[FieldAliases|API/CodeSamples/FieldAliases]]|Gets or sets the field names(aliases) that the user sees in the Report Designer, on a per-user basis. The name of your database column is used as the key and the alias you want is the value. This is useful for localization and when custom fields are used in your application.|System.Collections.Specialized.NameValueCollection
226
-|
227
-| Unit|[[FieldDropDownWidth|API/CodeSamples/FieldDropDownWidth]]|Gets or sets the width of field dropdown on the Fields tab in the ReportDesigner.|200px
228
-|
229
-| string|[[FieldFilterRegex|API/CodeSamples/FieldFilterRegex]]|Deprecated.|MD5&#124;^(Passw)
230
-|
231
-| int|[[FieldLimit|API/CodeSamples/FieldLimit]]|This setting limits the number of fields Izenda Reports allows to be used in a single report. Fields are set in the fields tab on the report designer page.|1000
232
-|
233
-| FieldList|[[FieldList|API/CodeSamples/FieldList]]|Deprecated.|Izenda.Web.UI.FieldList
234
-|
235
-| string|[[FieldsRegex|API/CodeSamples/FieldsRegex]]|Sets the regular expression used to select specific columns from your datasource. This setting allows the user to use a regular expression to filter certain fields from being added to the report through the fields tab in the report designer. This replaced FieldFilterRegex and should be used instead.|MD5&#124;^(Passw)
236
-|
237
-| string|[[FieldValueCssUrl|API/CodeSamples/FieldValueCssUrl]]||rs.aspx?css=FieldValue
238
-|
239
-| Unit|[[FilterParameterWidth|API/CodeSamples/FilterParameterWidth]]|Gets or sets the width of the Filters tab's "value(s)" controls when the "Equals" operator is selected.|300px
240
-|
241
-| string|[[FiltersCustomPagesPath|API/CodeSamples/FiltersCustomPagesPath]]|Gets or sets the relative path to the Equals(PopUp) page if you are using a custom page.|
242
-|
243
-| string|[[FiltersRegex|API/CodeSamples/FiltersRegex]]|Sets the regular expression used for column filtering for data selection. This setting allows the user to use a regular expression to filter certain fields from being added to the report through the Fields tab in the report designer.|MD5&#124;^(Passw)
244
-|
245
-| bool|[[ForceNewNameOnSave|API/CodeSamples/ForceNewNameOnSave]]|Setting this property forces the "Save" button to function exactly like the "Save As" button. It requires the user to specify a report name when saving. If another report has the same name, Izenda Reports warns the user. <br> *Note: The AllowOverwritingReports property MUST be set to true for this to have any effect.|False
246
-|
247
-| Unit|[[FormatDropDownWidth|API/CodeSamples/FormatDropDownWidth]]|Gets or sets the width of all "Format" dropdowns in the Report Designer.|190px
248
-|
249
-| FormatCollection|[[Formats|API/CodeSamples/Formats]]|Gets or sets the list of available formats to apply to fields.|Izenda.AdHoc.FormatCollection
250
-|
251
-| string|[[FormDesignerUrl|API/CodeSamples/FormDesignerUrl]]|Gets or sets the URL to the FormDesigner page.|./Forms/FormDesigner.aspx
252
-|
253
-| Unit|[[FunctionDropDownWidth|API/CodeSamples/FunctionDropDownWidth]]|Gets or sets the width of Function dropdowns in the Report Designer.|182px
254
-|
255
-| int|[[GaugeHeight|API/CodeSamples/GaugeHeight]]|Gets or sets the height for Gauge controls in ReportSets. This setting replaced GaugeMaximum and GaugeMinimum and should be used instead.<br> *Note: This setting will affect only Linear Gauges*.|50
256
-|
257
-| int |[[GaugeMaximum|API/CodeSamples/GaugeMaximum|Deprecated.|1
258
-|
259
-| int |[[GaugeMaximum|API/CodeSamples/GaugeMinimum]]|Deprecated.|0
260
-|
261
-| string[]|[[GaugeStyles|API/CodeSamples/GaugeStyles]]|Gets or sets custom gauge types. This overrides the existing set of gauge styles, shown as radiobuttons on the Gauge tab in the ReportDesigner. If you use this, you should ensure that you either define IGaugeDrawer objects in the AdHocSettings.RadialGaugeDrawerCollection corresponding to your custom gauge styles, or you have overriden CustomizeGuage in your AdHocConfig.|
262
-|
263
-| int|[[GaugeWidth|API/CodeSamples/GaugeWidth]]|Gets or sets the gauge width for "Gauge" format. This will affect width of gauges when they are shown in reportsets. <br> *Note: This setting will affect only Linear Gauges*.|250
264
-|
265
-| bool|[[GenerateParameterizedSql|API/CodeSamples/GenerateParameterizedSql]]|Gets or sets the value indicating whether queries to the database should be parameterized.|True
266
-|
267
-| bool|[[GenerateThumbnails|API/CodeSamples/GenerateThumbnails]]||False
268
-| string|[[GeoDataTable||API/CodeSamples/GeoDataTable]]|Gets or sets the value indicating the table name which contains geodata for maps.|
269
-|
270
-| GetEqualsSelectValuesDelegate|[[GetEqualsSelectValues|API/CodeSamples/GetEqualsSelectValues]]|Represents a method that returns values for the "Equals(Select)" operator. This handles the list of values shown on the Fields tab in the ReportDesigner in the Value(s) combobox if the "Equals(Select)" operator is used.|
271
-|
272
-| TableItemStyle|[[GridHeaderStyle|API/CodeSamples/GridHeaderStyle]]|Gets or sets the OpenOffice output style for grid headers in the report.|System.Web.UI.WebControls.TableItemStyle
273
-|
274
-| TableItemStyle|[[GridItemStyle|API/CodeSamples/GridItemStyle]]|Gets or sets the OpenOffice output style for grid items in the report.|System.Web.UI.WebControls.TableItemStyle
275
-|
276
-| System.Drawing.Color|[[HeaderForegroundColor|API/CodeSamples/HeaderForegroundColor]]|Gets or sets the color of the report header.|Color [White]
277
-|
278
-| string|[[HeaderStyle|API/CodeSamples/HeaderStyle]]|Gets or sets the CSS style for the headers in the Fields, Summary, and Filters tabs.|font-family\ verdana, arial, helvetica, sans-serif; font-size\ 11px;color\blue;
279
-|
280
-| 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 over the appropriate tab. Can be seen in the ReportDesigner if the ShowSideHelp property is enabled. <br> *Note: You can also enable/disable side help by clicking the Help button (the ShowHelpButton property must be enabled for this)*.|System.Collections.Specialized.NameValueCollection
281
-|
282
-| string[]|[[HiddenCategories|API/CodeSamples/HiddenCategories]]|Sets which categories are hidden for the current user. Report from those categories will not be shown to the current user.|
283
-|
284
-| string[]|[[HiddenColumns|API/CodeSamples/HiddenColumns]]|Gets or sets the array of Column names that should be hidden in the Fields tab dropdowns in the ReportDesigner.|
285
-|
286
-| HiddenFilterCollection|[[HiddenFilters|API/CodeSamples/HiddenFilters]]|This controls row-level security throughout the application. This should be used in all multi-tenant systems and systems where users are restricted to certain records. Hidden filters are applied to the report being executed. They will not appear in the UI and are invisible to the user.|Izenda.AdHoc.HiddenFilterCollection
287
-|
288
-| List<double>|[[HiddenTimeZones|API/CodeSamples/HiddenTimeZones]]|Deprecated.|System.Collections.Generic.List`1[System.Double]
289
-|
290
-| string|[[IdentifiersRegex|API/CodeSamples/IdentifiersRegex]]||
291
-|
292
-| string|[[ImagesPath|API/CodeSamples/ImagesPath]]|Gets or sets the path of the folder that contains the images used by Izenda AdHoc. If the value is not set, then built-in images will be used.|
293
-|
294
-| bool|[[InheritFiltersInSubreports|API/CodeSamples/InheritFiltersInSubreports]]|Gets or sets the value indicating whether filters will be inherited in subreports. When enabled, subreports will have filters from the master report applied.|True
295
-|
296
-| string|[[InstantReport|API/CodeSamples/InstantReport]]|Gets or sets the URL to the InstantReport page for custom implementations.|InstantReport.aspx
297
-|
298
-| string|[[InstantReportWithDelimiter|API/CodeSamples/InstantReportWithDelimiter]]|Gets or sets the URL to the InstantReport page with query string characters appended("?" and "&").|InstantReport.aspx?
299
-|
300
-| bool|[[InvalidateSchemaOnNew|API/CodeSamples/InvalidateSchemaOnNew]]|Gets or sets the value indicating whether the database schema should be invalidated when the user creates new report.|False
301
-|
302
-| int|[[InvertedGridLimit|API/CodeSamples/InvertedGridLimit]]|Gets or sets the maximum count of rows for an inverted grid. This affects the maximum count of rows when set in the ReportDesigner.<br> *Note: The AllowInvertedGrid property MUST be enabled to use InvertedGridLimit*.|36
303
-|
304
-| System.Drawing.Color|[[ItemForegroundColor|API/CodeSamples/ItemForegroundColor]]|Gets or sets the default color of the item text on the report grid.|Color [Black]
305
-|
306
-| Unit|[[JoinDropDownWidth|API/CodeSamples/JoinDropDownWidth]]|Gets or sets the width of the join type dropdowns. These dropdowns can be found at the Data Sources tab of the ReportDesigner when ShowDataSourcesAsCheckBoxes is set to false.|100px
307
-|
308
-| JoinedTablesList|[[JoinedTablesList|API/CodeSamples/JoinedTablesList]]|Deprecated.|Izenda.Web.UI.JoinedTablesList
309
-|
310
-| string|[[JoinFieldRegex|API/CodeSamples/JoinFieldRegex]]|Gets or sets a regular expression used to filter certain fields from being shown in the join field between data sources in the data sources tab of report designer. For example, to show only fields ending with "ID", use following value: AdHocSettings.JoinFieldRegex = "^.*(?<!id)$";|
311
-|
312
-| 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.|System.Collections.Specialized.NameValueCollection
313
-|
314
-| AdHocLanguage|[[Language|API/CodeSamples/Language]]|Gets or sets the display language used for Izenda AdHoc.|English
315
-|
316
-| string|[[LicenseKey|API/CodeSamples/LicenseKey]]|Gets or sets the license key for your distribution of Izenda AdHoc. This is absolutely required for the application to function.|null
317
-|
318
-| char|[[LiteralComma|API/CodeSamples/LiteralComma]]|Gets or sets the delimiter separating items in the 'Equals' filter operator value. This is an actual comma by default for easy copy/paste from CSV format lists.|,
319
-|
320
-| bool|[[LockViewer|API/CodeSamples/LockViewer]]|Gets or sets the value indicating whether the Report Viewer will be locked. If true, controls like Add/Remove field, filters control, etc. will be unavailable in the ReportViewer.|False
321
-|
322
-| string|[[LoginUrl|API/CodeSamples/LoginUrl]]|This setting allows the user to specify their own login page to be utilized by Izenda Reports. Note to utilize this login page the "Require Login" check box must be selected.|Login.aspx
323
-|
324
-| MapInfoCollection|[[MapInfoCollection|API/CodeSamples/MapInfoCollection]]|Gets or sets the registered maps data. This defines the contents of the Map Type dropdown at the Map tab in the ReportDesigner.|Izenda.AdHoc.Map.MapInfoCollection
325
-|
326
-| 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}
327
-|
328
-| float|[[MaxVersion|API/CodeSamples/MaxVersion]]|Gets the max version number.|1048576
329
-|
330
-| int|[[MaximumReportSizeForCache|API/CodeSamples/MaximumReportSizeForCache]]||6.7
331
-|
332
-| Unit|[[MinPdfFontSize|API/CodeSamples/MinPdfFontSize]]|Sets the minimum font size that will be used when creating a PDF document. The default is 10 point.|10pt
333
-|
334
-| bool|[[MultiLevelVisualGrouping|API/CodeSamples/MultiLevelVisualGrouping]]|Deprecated.|True
335
-|
336
-| string|[[MySqlConnectionString|API/CodeSamples/MySqlConnectionString]]|Gets or sets the connection string for MySQL connections.|
337
-|
338
-| string|[[NoDataSourcePage|API/CodeSamples/NoDataSourcePage]]|Gets or sets the URL of the page where users will be redirected if there are no tables in a database. By default it is the settings page.|Settings.aspx
339
-|
340
-| int|[[NumChartPerRow|API/CodeSamples/NumChartPerRow]]|Gets or sets the value indicating the number of charts that should be displayed in one report row on Dashboards.|2
341
-|
342
-| int|[[NumChartTabs|API/CodeSamples/NumChartTabs]]|Sets the maximum number of charts allowed per report in the ReportDesigner. Each chart will have it's own tab in the report designer. Setting this to more than 1 requries a Dashboards license.|2
343
-|
344
-| int|[[NumSharedDropdowns|API/CodeSamples/NumSharedDropdowns]]|Gets or sets the maximum number of user/roles a report can be shared with. This affects the number of "Share With" dropdowns on the Misc tab of the ReportDesigner.|3
345
-|
346
-| bool|[[OpenCustomUrlInNewWindow|API/CodeSamples/OpenCustomUrlInNewWindow]]|Gets or sets the value to enable opening a new window when a custom url link is clicked (See advanced filter settings). If this is not enabled, the current page will change to the clicked on the link.|True
347
-|
348
-| int|[[OracleCommandTimeout|API/CodeSamples/OracleCommandTimeout]]|Sets the time Izenda Reports will wait for an Oracle command to execute before timing out.|3600
349
-|
350
-| string|[[OracleConnectionString|API/CodeSamples/OracleConnectionString]]|Gets or sets the connection string for Oracle Server connections.|
351
-|
352
-| ReportOutputGeneratorCollection|[[OutputTypes|API/CodeSamples/OutputTypes]]|Gets or sets the registered ReportOutputGenerators collection. These define what types of formats Izenda AdHoc can export to.|Izenda.AdHoc.ReportOutputGeneratorCollection
353
-|
354
-| string|[[ParentReportDesignerUrl|API/CodeSamples/ParentReportDesignerUrl]]||
355
-|
356
-| string|[[ParentReportListUrl|API/CodeSamples/ParentReportListUrl]]||
357
-|
358
-| string|[[ParentReportViewerUrl|API/CodeSamples/ParentReportViewerUrl]]||
359
-|
360
-| string|[[ParentSettingsUrl|API/CodeSamples/ParentSettingsUrl]]||
361
-|
362
-| bool|[[PerUserCaching|API/CodeSamples/PerUserCaching]]|Gets or sets the value indicating whether the Driver.DatabaseSchema metadata should be cached.|False
363
-|
364
-| int|[[PivotFieldLimit|API/CodeSamples/PivotFieldLimit]]|Sets the limit for the maximum number of pivot columns that can exist in a report. See more about pivots.|100
365
-|
366
-| string|[[PostgreSQLConnectionString|API/CodeSamples/PostgreSQLConnectionString]]|Gets or sets the connection string for Postgre SQL connections.|
367
-|
368
-| int|[[PreviewColumnLimit|API/CodeSamples/PreviewColumnLimit]]|Gets or sets the value indicating the number of columns to show in the report preview.|100
369
-|
370
-| string|[[PreviewColumnLimitMessage|API/CodeSamples/PreviewColumnLimitMessage]]|Gets or sets the value indicating the message displayed when PreviewColumnLimit is exceeded.|Reports with more than 100 fields must be exported to CSV. Please check CSV Export to view data.
371
-|
372
-| int|[[PreviewTimeout|API/CodeSamples/PreviewTimeout]]|Sets the minimum time Izenda Reports will wait for a MSSQL command to execute before timing out.|0
373
-|
374
-| PrintMode|[[PrintMode|API/CodeSamples/PrintMode]]|Gets or sets the value indicating what print mode will be used, PDF or HTML.|Html2PdfAndHtml
375
-|
376
-| ProcessFiltersDelegate|[[ProcessFiltersDelegate|API/CodeSamples/ProcessFiltersDelegate]]|Deprecated.|
377
-|
378
-| int|[[QuickAddFieldWidth|API/CodeSamples/QuickAddFieldWidth]]|Gets or sets the value indicating the max length of a string in one QuickAdd column.|20
379
-|
380
-| int|[[QuickAddMinElementsInColumn|API/CodeSamples/QuickAddMinElementsInColumn]]|Set the minimum number of elements in each QuickAdd column.|20
381
-|
382
-| string|[[RDLFolder|API/CodeSamples/RDLFolder]]|Gets or sets path to Folder where RDL files would be saved.|RDLFiles
383
-|
384
-| int|[[RecentlyUpdatedCountAtReportList|API/CodeSamples/RecentlyUpdatedCountAtReportList]]||0
385
-|
386
-| System.Drawing.Color|[[ReportAlternatingItemColor|API/CodeSamples/ReportAlternatingItemColor]]|Gets or sets the text color of alternating(even numbered) items in reports. See ReportItemColor for regular(odd numbered) items.|Color [Gainsboro]
387
-|
388
-| System.Drawing.Color|[[ReportBorderColor|API/CodeSamples/ReportBorderColor]]|Gets or sets the color of the report border.|Color [White]
389
-|
390
-| string|[[ReportCss|API/CodeSamples/ReportCss]]|Deprecated.|@import url(rs.aspx?css=Report);
391
-|
392
-| string|[[ReportCssUrl|API/CodeSamples/ReportCssUrl]]|This setting allows the user to specify their own css file to be used on reports generated by Izenda Reports. This setting replaced the ReportCss property and should be used instead.|rs.aspx?css=Report
393
-|
394
-| string|[[ReportDesignerUrl|API/CodeSamples/ReportDesignerUrl]]|Gets or sets the URL of a page used to design reports.|ReportDesigner.aspx
395
-|
396
-| string|[[ReportDesignerUrlWithDelimiter|API/CodeSamples/ReportDesignerUrlWithDelimiter]]|Gets the ReportDesignerUrl with query string characters ("?" and "&") at the end.|ReportDesigner.aspx?
397
-|
398
-| System.Drawing.Color|[[ReportHeaderColor|API/CodeSamples/ReportHeaderColor]]|Gets or sets the color of the report header.|Color [DarkSlateBlue]
399
-|
400
-| Image|[[ReportHeaderImage|API/CodeSamples/ReportHeaderImage]]|Deprecated.|
401
-|
402
-| string|[[ReportHeaderImageUrl|API/CodeSamples/ReportHeaderImageUrl]]|This setting allows the user to set a report header image to be used on reports. This replaced the property ReportHeaderImage and should be used instead.|
403
-|
404
-| string|[[ReportingService2005Url|API/CodeSamples/ReportingService2005Url]]|Gets or sets the base URL of the XML Web service.|http\//localhost/ReportServer/ReportService2005.asmx
405
-|
406
-| System.Drawing.Color|[[ReportItemColor|API/CodeSamples/ReportItemColor]]|Gets or sets the text color of regular(odd numbered) items in reports. See ReportAlternatingItemColor for alternating(even numbered) items.|Color [White]
407
-|
408
-| string|[[ReportList|API/CodeSamples/ReportList]]|Gets or sets the URL of the report list page. If this is null or empty, the Report List button in the toolbar will be hidden.|ReportList.aspx
409
-|
410
-| ReportListSettings|[[ReportListSettings|API/CodeSamples/ReportListSettings]]|Deprecated.|HideAll
411
-|
412
-| ReportSetEventWatcherCollection|[[ReportSetEventWatchers|API/CodeSamples/ReportSetEventWatchers]]|Gets or sets the collection of registered IReportSetEventWatcher objects that perform various actions on ReportSet-related events.|Izenda.AdHoc.ReportSetEventWatcherCollection
413
-|
414
-| string|[[ReportsPath|API/CodeSamples/ReportsPath]]|Sets the path to the directory where report files are stored. This is only needed when FileSystemMode is enabled. Note: Be sure the folder exists and has the correct network user permissions specified.|C/\cygwin64\home\jadams\webforms-cs\Reports
415
-|
416
-| bool|[[ReportsSharedByDefault|API/CodeSamples/ReportsSharedByDefault]]|Deprecated.|True
417
-|
418
-| StorageMode|[[ReportStorageMode|API/CodeSamples/ReportStorageMode]]|Defines how reports are stored: either in the file system or in the database.|Filesystem
419
-|
420
-| ReportTypeCollection|[[ReportTypes|API/CodeSamples/ReportTypes]]|Deprecated.|Izenda.AdHoc.ReportTypeCollection
421
-|
422
-| string|[[ReportViewer|API/CodeSamples/ReportViewer]]|Gets or sets the URL of the report viewer page.|ReportViewer.aspx
423
-|
424
-| int|[[ReportViewerDefaultPreviewResults|API/CodeSamples/ReportViewerDefaultPreviewResults]]|This textbox specifies the default number of results in the Report Viewer for all reports. Izenda does not recommend setting this to a large number such as 5000 or larger as the html report will take a long time to generate. If you would like to view all the data, we recommend exporting the report. This will always provide the entire report.|100
425
-|
426
-| string|[[ReportViewerPostHtml|API/CodeSamples/ReportViewerPostHtml]]|Gets or sets the string of html that will be placed after the entire HtmlOutputReportResults section. This can be seen in the ReportViewer at the bottom page after the report body.|
427
-|
428
-| string|[[ReportViewerPreHtml|API/CodeSamples/ReportViewerPreHtml]]|Gets or sets the string of html code that placing before the entire HtmlOutputReportResults section. This can be seen in the ReportViewer in the top of the page before the report body.|
429
-|
430
-| int|[[ReportViewerRefreshInterval|API/CodeSamples/ReportViewerRefreshInterval]]|Deprecated.|0
431
-|
432
-| string|[[ReportViewerWithDelimiter|API/CodeSamples/ReportViewerWithDelimiter]]|Gets the url of the report viewer page with query string characters ("?" and "&") at the end.|ReportViewer.aspx?
433
-|
434
-| string|[[ReportViewPageTitle|API/CodeSamples/ReportViewPageTitle]]|Gets or sets the title of report viewer page. This text can be seen as the title of the browser window when ReportViewer is opened.|
435
-|
436
-| bool|[[RequireLogin|API/CodeSamples/RequireLogin]]|This setting tells Izenda Reports that system will use authorization.<br> *Note: The LoginUrl property MUST be specified if this setting is enabled*.|False
437
-|
438
-| string|[[ResponseServer|API/CodeSamples/ResponseServer]]|Gets or sets the URL of the ResponseServer page.|rs.aspx
439
-|
440
-| string|[[ResponseServerWithDelimiter|API/CodeSamples/ResponseServerWithDelimiter]]|Gets the URL of the ResponseServer page with query string characters("?" and "&") at the end.|rs.aspx?
441
-|
442
-| string|[[ResponseServerWithDelimiterFull|API/CodeSamples/ResponseServerWithDelimiterFull]]|Deprecated.|rs.aspx?
443
-|
444
-| int[]|[[ResultsDropdownValues|API/CodeSamples/ResultsDropdownValues]]|Gets or sets the list of the values in the "Results" dropdown in the toolbar of the ReportDesigner. This will override as many default entries in the list as it can.|System.Int32[]
445
-|
446
-| string|[[SavedReportsTable|API/CodeSamples/SavedReportsTable]]|Gets or sets the table name for saved reports.|
447
-|
448
-| string|[[SaveReportSetNextUrl|API/CodeSamples/SaveReportSetNextUrl]]|Gets or sets the URL of the page to which users will be redirected after saving reports.|
449
-|
450
-| string|[[ScheduledReportsUrlFormatString|API/CodeSamples/ScheduledReportsUrlFormatString]]|Gets or sets the url that is sent via email as the report web address when the user selects "link" in the scheduling control's "send email as" field. [[Report schedulinghttp://wiki.izenda.us/FAQ/Questions/How-do-I-use-the-Izenda-Reports-report-email-scheduler]] MUST be turned on for this to have an effect.|http\//localhost\54232/ReportViewer.aspx?{0}
451
-|
452
-| SchedulerOutputCollection|[[SchedulerExports|API/CodeSamples/SchedulerExports]]|Deprecated.|Izenda.AdHoc.SchedulerOutputCollection
453
-|
454
-| SchedulerOutputCollection|[[SchedulerOutputTypes|API/CodeSamples/SchedulerOutputTypes]]|Gets or sets the value indicating the allowed formats for scheduling reports. This defines the contents of the "Send Email As" dropdown at the Misc tab in the ReportDesigner.|Izenda.AdHoc.SchedulerOutputCollection
455
-|
456
-| string|[[SchedulerTenantID|API/CodeSamples/SchedulerTenantID]]|Deprecated.|
457
-|
458
-| TimeSpan|[[SchemaCacheTimeout|API/CodeSamples/SchemaCacheTimeout]]|Gets or sets how long the system should wait before giving up on caching the schema.|1.00/00/00
459
-|
460
-| string|[[ScriptDirectory|API/CodeSamples/ScriptDirectory]]|Deprecated.|
461
-|
462
-| Unit|[[SelectValueDropDownWidth|API/CodeSamples/SelectValueDropDownWidth]]|Gets or sets the width of the "Value(s)" dropdown on the Filters tab in the Report Designer.|300px
463
-|
464
-| bool|[[ServiceMode|API/CodeSamples/ServiceMode]]|Deprecated.|False
465
-|
466
-| string|[[SettingsKey|API/CodeSamples/SettingsKey]]|Gets or sets a password used to access the settings page. It should be used in tandem with UserKey if you don't need multi-user security.|
467
-|
468
-| string|[[SettingsPageUrl|API/CodeSamples/SettingsPageUrl]]|Gets or sets the URL of the Settings page.|Settings.aspx
469
-|
470
-| 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.|
471
-|
472
-| bool|[[ShowAddAll|API/CodeSamples/ShowAddAll]]|Deprecated|False
473
-|
474
-| bool|[[ShowAddFieldInReportViewer|API/CodeSamples/ShowAddFieldInReportViewer]]|Deprecated|True
475
-|
476
-| bool|[[ShowAdminButton|API/CodeSamples/ShowAdminButton]]|Deprecated|True
477
-|
478
-| bool|[[ShowAdvancedChartingButton|API/CodeSamples/ShowAdvancedChartingButton]]|This checkbox enables/disables the advanced button from being shown in the Chart tab of Report Designer.|True
479
-|
480
-| bool|[[ShowAllInPreview|API/CodeSamples/ShowAllInPreview]]|Gets or sets a value indicating whether an "All" option should be displayed in the "Results per page" dropdown on the Report Preview.|True
481
-|
482
-| bool|[[ShowAllInResults|API/CodeSamples/ShowAllInResults]]|Gets or sets a value indicating whether an "All" option should be displayed in the "Results per page" dropdown on the Report Viewer.|True
483
-|
484
-| bool|[[ShowAllTables|API/CodeSamples/ShowAllTables]]|Deprecated|True
485
-|
486
-| bool|[[ShowArithmeticInSummary|API/CodeSamples/ShowArithmeticInSummary]]|Gets or sets the value indicating whether the "Arithmetic" options should be displayed in the Summary tab of the Report Designer.|False
487
-|
488
-| bool|[[ShowArithmeticOperations|API/CodeSamples/ShowArithmeticOperations]]|Gets or sets the value indicating whether the "Arithmetic" options should be displayed in the Fields tab of the Report Designer.|True
489
-|
490
-| bool|[[ShowBackButton|API/CodeSamples/ShowBackButton]]|Gets or sets whether to show a "Back" button on the Report Viewer & Report Designer toolbars.|False
491
-|
492
-| bool|[[ShowBetweenDateCalendar|API/CodeSamples/ShowBetweenDateCalendar]]|Gets or sets the value indicating whether calendar controls should be used for "Between" operation for DateTime filters. |True
493
-|
494
-| bool|[[ShowBulkCSVButton|API/CodeSamples/ShowBulkCSVButton]]|Deprecated|False
495
-|
496
-| bool|[[ShowCategoryTextboxInSaveDialog|API/CodeSamples/ShowCategoryTextboxInSaveDialog]]|Gets or sets the value indicating whether the "Category" dropdown should be shown in the "save as" dialog for reports.|True
497
-|
498
-| bool|[[ShowChartLegend|API/CodeSamples/ShowChartLegend]]|Get or sets the value controlling whether charts should show legends.|True
499
-|
500
-| bool|[[ShowChartTab|API/CodeSamples/ShowChartTab]]|This checkbox enables/disables the "Charts" tab from the Izenda Reports application report designer page.|True
501
-|
502
-| bool|[[ShowClientEmailButton|API/CodeSamples/ShowClientEmailButton]]|Gets or sets the value controlling whether the "email report from client" button is shown on the Izenda Reports toolbar.|True
503
-|
504
-| bool|[[ShowConstraintsSettings|API/CodeSamples/ShowConstraintsSettings]]|Gets or sets the value indicating the "Constraints" tab is shown on the Settings page.|False
505
-|
506
-| bool|[[ShowContinueLinks|API/CodeSamples/ShowContinueLinks]]|Gets or sets the value indicating whether the "Continue to" buttons are displayed throughout the tabs of the Report Designer.|True
507
-|
508
-| bool|[[ShowCSVButton|API/CodeSamples/ShowCSVButton]]|Gets or sets the value indicating whether the Export to CSV button is displayed on the Izenda Reports toolbar.|True
509
-|
510
-| bool|[[ShowCustomFormatType|API/CodeSamples/ShowCustomFormatType]]|Gets or sets the value indicating whether the "Custom" format type should be shown in the "Formats" dropdown.|False
511
-|
512
-| bool|[[ShowDashboardAddDropDown|API/CodeSamples/ShowDashboardAddDropDown]]|Deprecated|False
513
-|
514
-| bool|[[ShowDashboardFieldsTab|API/CodeSamples/ShowDashboardFieldsTab]]|Gets or sets the value indicating whether the "Dasbhoard Fields" tab is displayed on the Report Designer.|False
515
-|
516
-| bool|[[ShowDashboardPartViewerLinks|API/CodeSamples/ShowDashboardPartViewerLinks]]|Gets or sets the value indicating whether the Dashboard Viewer will have "edit" links for it's reports.|True
517
-|
518
-| bool|[[ShowDashboardSettings|API/CodeSamples/ShowDashboardSettings]]|Deprecated|False
519
-|
520
-| bool|[[ShowDatabaseDiagramIcon|API/CodeSamples/ShowDatabaseDiagramIcon]]|Gets or sets the value indicating whether the Database Diagram icon should be shown in the toolbar in the ReportDesigner.|True
521
-|
522
-| bool|[[ShowDatabaseTypes|API/CodeSamples/ShowDatabaseTypes]]|Gets or sets the value indicating whether database types should be shown in the Fields dropdown.|False
523
-|
524
-| bool|[[ShowDataSourcesAsCheckBoxes|API/CodeSamples/ShowDataSourcesAsCheckBoxes]]|Gets or sets the value indicating which mode of the Data Sources list is shown.|True
525
-|
526
-| bool|[[ShowDataSourcesTab|API/CodeSamples/ShowDataSourcesTab]]|Gets or sets whether the Data Sources tab is shown on the Report Designer.|True
527
-|
528
-| bool|[[ShowDataWhenParametersBlank|API/CodeSamples/ShowDataWhenParametersBlank]]|Deprecated|True
529
-|
530
-| bool|[[ShowDescriptionsInReportsTab|API/CodeSamples/ShowDescriptionsInReportsTab]]|Deprecated|False
531
-|
532
-| bool|[[ShowDesignDashboardLink|API/CodeSamples/ShowDesignDashboardLink]]|Deprecated. Use ShowDesignLinks instead.|True
533
-|
534
-| bool|[[ShowDesignLinkInReportViewer|API/CodeSamples/ShowDesignLinkInReportViewer]]|Deprecated. Use ShowDesignLinks instead.|True
535
-|
536
-| bool|[[ShowDesignLinks|API/CodeSamples/ShowDesignLinks]]|Gets or sets a value indicating whether "Design" links should be shown in the Report list and in the toolbar.|True
537
-|
538
-| bool|[[ShowDetailFormat|API/CodeSamples/ShowDetailFormat]]|Deprecated.|True
539
-|
540
-| bool|[[ShowDistinct|API/CodeSamples/ShowDistinct]]|Gets or sets the value indicating whether the "Distinct" checkbox should be shown on the Data Source tab in the Report Designer.|True
541
-|
542
-| bool|[[ShowDOCButton|API/CodeSamples/ShowDOCButton]]|Gets or sets whether to show the Microsoft Word export button on the Report Viewer & Designer toolbar.|True
543
-|
544
-| bool|[[ShowEtlButton|API/CodeSamples/ShowEtlButton]]|Gets or sets the value indicating whether the upload data button should be shown in the report viewer. |False
545
-|
546
-| bool|[[ShowFieldAsValueDropDown|API/CodeSamples/ShowFieldAsValueDropDown]]|Gets or sets the value indicating whether the "(Field)" operators will display their "Value(s)" as textboxes or dropdown menus.|True
547
-|
548
-| bool|[[ShowFieldsTab|API/CodeSamples/ShowFieldsTab]]|Gets or sets the value indicating whether the fields tab should be shown on the Report Designer.|True
549
-|
550
-| bool|[[ShowFieldValueCheckbox|API/CodeSamples/ShowFieldValueCheckbox]]|Gets or sets the value indicating whether the "Show main report in Field/Value style" checkbox should be shown on the Style tab in the ReportDesigner.|True
551
-|
552
-| bool|[[ShowFieldValueSummaryCheckbox|API/CodeSamples/ShowFieldValueSummaryCheckbox]]|Gets or sets the value indicating whether the "Show summary report in Field/Value style" checkbox should be shown on the Style tab in the ReportDesigner.|True
553
-|
554
-| bool|[[ShowFilterFunctions|API/CodeSamples/ShowFilterFunctions]]|Deprecated|True
555
-|
556
-| bool|[[ShowFilterLogic|API/CodeSamples/ShowFilterLogic]]|Gets or sets the value indicating whether the "Filter Logic" textbox should be shown in the Filters tab in the Report Designer.|True
557
-|
558
-| bool|[[ShowFiltersInDashboards|API/CodeSamples/ShowFiltersInDashboards]]|Gets or sets the value indicating whether the "Filters" tab should be shown when viewing Dashboards.|True
559
-|
560
-| bool|[[ShowFiltersInReportViewer|API/CodeSamples/ShowFiltersInReportViewer]]|Gets or sets the value indicating whether the "Filters" tab should be shown in the Report Viewer.|True
561
-|
562
-| bool|[[ShowFiltersTab|API/CodeSamples/ShowFiltersTab]]|Gets or sets the value indicating whether the "Filters" tab should be shown in the Report Designer.|True
563
-|
564
-| bool|[[ShowFunctions|API/CodeSamples/ShowFunctions]]|Gets or sets whether "Functions" controls should be shown for "Fields" on the Fields and Summary tabs on the Report Designer.|True
565
-|
566
-| bool|[[ShowGaugePercentage|API/CodeSamples/ShowGaugePercentage]]|Gets or sets the value indicating whether percentages should be shown on Gauges.|False
567
-|
568
-| bool|[[ShowGaugeTab|API/CodeSamples/ShowGaugeTab]]|Gets or sets the value indicating whether the Gauges tab will be shown on the Report Designer.|True
569
-|
570
-| bool|[[ShowGoButton|API/CodeSamples/ShowGoButton]]|Gets or sets whether the Go button is shown on the Izenda Reports toolbars.|False
571
-|
572
-| bool|[[ShowGradientBackground|API/CodeSamples/ShowGradientBackground]]||False
573
-|
574
-| bool|[[ShowGroupInFunctionDropdown|API/CodeSamples/ShowGroupInFunctionDropdown]]|Gets or sets the value indicating whether GROUP feature should be shown as a function at the Fields tab in the ReportDesigner.|True
575
-|
576
-| bool|[[ShowGroupMonth|API/CodeSamples/ShowGroupMonth]]|Deprecated|False
577
-|
578
-| bool|[[ShowHelpButton|API/CodeSamples/ShowHelpButton]]|Gets or sets the value indicating whether the "HideHelpPanel" icon should be shown in the toolbar. |False
579
-|
580
-| bool|[[ShowHtmlAsCode|API/CodeSamples/ShowHtmlAsCode]]|Gets or sets whether fetching HTML code contained in database fields displays as HTML or plain text. |False
581
-|
582
-| bool|[[ShowInTimePeriod|API/CodeSamples/ShowInTimePeriod]]|Gets or sets the value indicating whether "In Time Period" items are shown in operators dropdown on the Report Designer. |True
583
-|
584
-| bool|[[ShowInvertSummaryCheckbox|API/CodeSamples/ShowInvertSummaryCheckbox]]|Deprecated|False
585
-|
586
-| bool|[[ShowInvisible|API/CodeSamples/ShowInvisible]]|Deprecated|False
587
-|
588
-| bool|[[ShowJoinDropDown|API/CodeSamples/ShowJoinDropDown]]|Gets or sets the value indicating whether the join type dropdown should be shown in the JoinedTablesList. |False
589
-|
590
-| bool|[[ShowJustification|API/CodeSamples/ShowJustification]]|Gets or sets whether justification boxes are shown in the Report Designer.|True
591
-|
592
-| bool|[[ShowLinkFormats|API/CodeSamples/ShowLinkFormats]]|Deprecated|True
593
-|
594
-| bool|[[ShowLoadingForDesigner|API/CodeSamples/ShowLoadingForDesigner]]|Deprecated|False
595
-|
596
-| bool|[[ShowLoadingOnDesignerLoad|API/CodeSamples/ShowLoadingOnDesignerLoad]]|Deprecated|False
597
-|
598
-| bool|[[ShowLogoInPdf|API/CodeSamples/ShowLogoInPdf]]|Deprecated|False
599
-|
600
-| bool|[[ShowMapTab|API/CodeSamples/ShowMapTab]]|Gets or sets the value indicating whether the Map tab should be shown in the Report Designer.|True
601
-|
602
-| bool|[[ShowMenuInReportViewer|API/CodeSamples/ShowMenuInReportViewer]]|Deprecated|False
603
-|
604
-| bool|[[ShowMiscTab|API/CodeSamples/ShowMiscTab]]|Gets or sets whether the Misc tab is displayed on the Report Designer page. |True
605
-|
606
-| bool|[[ShowModifyButton|API/CodeSamples/ShowModifyButton]]|Deprecated|True
607
-|
608
-| bool|[[ShowMultiLineControls|API/CodeSamples/ShowMultiLineControls]]|Gets or sets the value indicating whether the "Multi-Line" feature is enabled.|False
609
-|
610
-| bool|[[ShowNewButton|API/CodeSamples/ShowNewButton]]|Gets or sets whether the "New" button is shown on the Report Viewer for creating new reports.|True
611
-|
612
-| bool|[[ShowNonIndexedJoinFields|API/CodeSamples/ShowNonIndexedJoinFields]]|Gets or sets the value indicating whether non-indexed join fields should be shown.|True
613
-|
614
-| bool|[[ShowODTButton|API/CodeSamples/ShowODTButton]]|Deprecated|False
615
-|
616
-| bool|[[ShowOnlineDocumentation|API/CodeSamples/ShowOnlineDocumentation]]|Gets or sets the value indicating whether to show "Details" buttons in the settings page. |True
617
-|
618
-| bool|[[ShowOpenOfficeButton|API/CodeSamples/ShowOpenOfficeButton]]|Gets or sets the value indicating whether the "OpenOffice" export button is shown. |False
619
-|
620
-| bool|[[ShowPDFButton|API/CodeSamples/ShowPDFButton]]|Gets or sets the value indicating whether the "PDF" export button is shown.|True
621
-|
622
-| bool|[[ShowPivot|API/CodeSamples/ShowPivot]]|Gets or sets whether to show the "Add Pivot" button on the Report Designer.|True
623
-|
624
-| bool|[[ShowPoweredByLogo|API/CodeSamples/ShowPoweredByLogo]]|Gets or sets whether to show the "Powered By Izenda" logo throughout the application.|False
625
-|
626
-| bool|[[ShowPreviewTab|API/CodeSamples/ShowPreviewTab]]|Gets or sets whether the "Preview" tab is shown in the Report Designer.|True
627
-|
628
-| bool|[[ShowPublishRdlButton|API/CodeSamples/ShowPublishRdlButton]]|Gets or sets whether to show the "Publish RDL" button on the Report Designer toolbar.|False
629
-|
630
-| bool|[[ShowRdlOutputIcon|API/CodeSamples/ShowRdlOutputIcon]]|Gets or sets whether to show the "RDL" button on the Report Designer toolbar.|False
631
-|
632
-| bool|[[ShowReadOnlyCheckbox|/API/CodeSamples/ShowReadOnlyCheckbox]]|Deprecated. This setting is no longer available.|True
633
-|
634
-| bool|[[ShowRecentDatasources|API/CodeSamples/ShowRecentDatasources]]|Gets or sets the value indicating whether the Recent Datasources dropdown list will be shown on the Data Sources tab of the Report Designer.|True
635
-|
636
-| bool|[[ShowRemoveAll|API/CodeSamples/ShowRemoveAll]]||True
637
-|
638
-| bool|[[ShowRemoveFieldInReportViewer|API/CodeSamples/ShowRemoveFieldInReportViewer]]||True
639
-|
640
-| bool|[[ShowReportClassifiers|API/CodeSamples/ShowReportClassifiers]]|Gets or sets the value indicating whether the ReportClassifiers control should be shown on the "Misc" tab of the ReportDesigner.|True
641
-|
642
-| bool|[[ShowReportColor|API/CodeSamples/ShowReportColor]]|Gets or sets the value indicating whether report color (Item and AlternatingItem) dropdowns are shown on the Style tab in the Report Designer.|True
643
-|
644
-| bool|[[ShowReportingServicesSettings|API/CodeSamples/ShowReportingServicesSettings]]|Deprecated|False
645
-|
646
-| bool|[[ShowReportsInHtmlOutput|API/CodeSamples/ShowReportsInHtmlOutput]]|Deprecated|True
647
-|
648
-| bool|[[ShowReportsListAsDropDown|API/CodeSamples/ShowReportsListAsDropDown]]|Gets or sets the value indicating which mode to use for the Reports tab.|False
649
-|
650
-| bool|[[ShowReportsTab|API/CodeSamples/ShowReportsTab]]|Gets or sets whether the Reports tab should be shown on the Report Designer.|False
651
-|
652
-| bool|[[ShowResponseServerDetails|API/CodeSamples/ShowResponseServerDetails]]|Gets or sets whether to show a diagnostic test using the Response Server page.|True
653
-|
654
-| bool|[[ShowRowButtons|API/CodeSamples/ShowRowButtons]]|Gets or sets the value indicating whether "insert" and "move" buttons should be shown on the Fields tab in the Report Designer.|True
655
-|
656
-| bool|[[ShowRTFButton|API/CodeSamples/ShowRTFButton]]|Gets or sets the whether to enable the button to export to RTF format.|True
657
-|
658
-| bool|[[ShowSaveAsToolbarButton|API/CodeSamples/ShowSaveAsToolbarButton]]|Gets or sets whether the save as button is shown on the toolbar in Report Designer.|True
659
-|
660
-| bool|[[ShowSaveControls|API/CodeSamples/ShowSaveControls]]|Gets or sets whether the save controls (save and save as icons) in the toolbar are shown on the report designer.|True
661
-|
662
-| bool|[[ShowSaveControlsInReportsTab|API/CodeSamples/ShowSaveControlsInReportsTab]]|Gets or sets the value indicating whether save controls should be shown in the toolbar in the Report Viewer.|False
663
-|
664
-| bool|[[ShowSaveInReportViewer|API/CodeSamples/ShowSaveInReportViewer]]|Deprecated|True
665
-|
666
-| bool|[[ShowSaveRdlToolbarButton|API/CodeSamples/ShowSaveRdlToolbarButton]]|Gets or sets the value indicating whether the "Save As RDL" button should be shown on the toolbar.|False
667
-|
668
-| bool|[[ShowScheduleControls|API/CodeSamples/ShowScheduleControls]]|Defines whether or not the scheduling controls are show at the Misc tab in the Report Designer.|True
669
-|
670
-| bool|[[ShowServerEmailButton|API/CodeSamples/ShowServerEmailButton]]|Gets or sets whether the "E-Mail report from server" button from the Izenda Reports toolbars.|False
671
-|
672
-| bool|[[ShowSettingsButton|API/CodeSamples/ShowSettingsButton]]|Gets or sets whether the "Settings" button is shown on the toolbar.|True
673
-|
674
-| bool|[[ShowSettingsButtonForNonAdmins|API/CodeSamples/ShowSettingsButtonForNonAdmins]]|Gets or sets whether the Settings button will be shown to users without administrator rights.|False
675
-|
676
-| bool|[[ShowSharedCheckbox|API/CodeSamples/ShowSharedCheckbox]]|Deprecated|True
677
-|
678
-| bool|[[ShowSharingControl|API/CodeSamples/ShowSharingControl]]|Gets or sets the value indicating whether the sharing control will be shown at the Misc tab in the Report Designer.|True
679
-|
680
-| bool|[[ShowSideHelp|API/CodeSamples/ShowSideHelp]]|Gets or sets the value indicating whether side help should be shown in the Report Designer.|False
681
-|
682
-| bool|[[ShowSimpleModeViewer|API/CodeSamples/ShowSimpleModeViewer]]|Gets or sets whether to display the Simple Mode of the Report Viewer.|False
683
-|
684
-| bool|[[ShowSqlOutputIcon|API/CodeSamples/ShowSqlOutputIcon]]|Deprecated|True
685
-|
686
-| bool|[[ShowStackTrace|API/CodeSamples/ShowStackTrace]]|Gets or sets the value indicating the format for showing exceptions.|True
687
-|
688
-| bool|[[ShowStyleTab|API/CodeSamples/ShowStyleTab]]|Gets or sets whether the Style tab is shown on the Report Designer page.|True
689
-|
690
-| bool|[[ShowSummaryLine|API/CodeSamples/ShowSummaryLine]]|Deprecated|True
691
-|
692
-| bool|[[ShowSummaryTab|API/CodeSamples/ShowSummaryTab]]|Gets or sets whether the summary tab is shown on the Report Designer.|True
693
-|
694
-| bool|[[ShowTableNames|API/CodeSamples/ShowTableNames]]|Gets or sets whether the fields in dropdowns should be grouped by table name. |True
695
-|
696
-| bool|[[ShowTenantField|API/CodeSamples/ShowTenantField]]|Gets or sets whether the field identified in the TenantField property is shown.|True
697
-|
698
-| bool|[[ShowTimeZoneDropdown|API/CodeSamples/ShowTimeZoneDropdown]]|Gets or sets the value indicating whether the timezone dropdown will be shown in the Report Designer on the Misc tab. <br> *Note: ShowScheduleControls MUST be set to true to use this*.|True
699
-|
700
-| bool|[[ShowTopInFields|API/CodeSamples/ShowTopInFields]]|Gets or sets whether to display the "Records" textbox on the Fields tab of the Report Designer.|True
701
-|
702
-| bool|[[ShowTopInSummary|API/CodeSamples/ShowTopInSummary]]|Gets or sets whether to display the "Records" textbox on the Summary tab of the Report Designer.|True
703
-|
704
-| bool|[[ShowVisualGroupLabels|API/CodeSamples/ShowVisualGroupLabels]]|Deprecated|False
705
-|
706
-| bool|[[ShowWatermarkedExports|API/CodeSamples/ShowWatermarkedExports]]|Gets or sets the value indicating whether a watermarked export should be used when there are license errors.|True
707
-|
708
-| bool|[[ShowWaterMarks|API/CodeSamples/ShowWaterMarks]]|Gets or sets the value indicating whether watermarks should be used when there are license errors.|True
709
-|
710
-| bool|[[ShowWidth|API/CodeSamples/ShowWidth]]|Deprecated|False
711
-|
712
-| bool|[[ShowXLSButton|API/CodeSamples/ShowXLSButton]]|Gets or sets the value indicating whether the "XLS" export button is shown on the toolbar. |True
713
-|
714
-| string|[[SimpleFilterCssUrl|API/CodeSamples/SimpleFilterCssUrl]]||rs.aspx?css=SimpleFilter
715
-|
716
-| bool|[[SingleLineViewerToolbar|API/CodeSamples/SingleLineViewerToolbar]]|Gets or set value indicating whether the ReportViewer toolbar should be single line.|False
717
-|
718
-| string|[[SmtpLogin|API/CodeSamples/SmtpLogin]]|Gets or sets the SMTP server login name.|
719
-|
720
-| string|[[SmtpPassword|API/CodeSamples/SmtpPassword]]|Gets or sets the SMTP server password.|
721
-|
722
-| string|[[SmtpServer|API/CodeSamples/SmtpServer]]|Gets or sets the SMTP server address used by your company to send out emails.|localhost
723
-|
724
-| bool|[[SortColumnNames|API/CodeSamples/SortColumnNames]]|Gets or sets the value indicating whether dropdowns with column names are sorted alphabetically. |True
725
-|
726
-| int|[[SqlCommandTimeout|API/CodeSamples/SqlCommandTimeout]]|Gets or sets the wait time in seconds for loading dropdowns from the database.|3600
727
-|
728
-| string|[[SqlServerConnectionString|API/CodeSamples/SqlServerConnectionString]]|Gets or sets the connection string for MS SQL Server connections.|
729
-|
730
-| bool|[[StoreCurrentReportSetInApplication|API/CodeSamples/StoreCurrentReportSetInApplication]]||False
731
-|
732
-| int|[[StoredProcedureStringLimit|API/CodeSamples/StoredProcedureStringLimit]]|Gets or sets the value indicating the max length of a string returned by a Stored Procedure.|-1
733
-|
734
-| bool|[[StoreImagesToCache|API/CodeSamples/StoreImagesToCache]]|Gets or sets the value indicating how temporary images should be stored.|True
735
-|
736
-| bool|[[StrictANSIOuterJoin|API/CodeSamples/StrictANSIOuterJoin]]||True
737
-|
738
-| bool|[[StripInvalidCharacters|API/CodeSamples/StripInvalidCharacters]]|Gets or sets the value indicating whether invalid characters in report names should be stripped out.|True
739
-|
740
-| string|[[SubCalculationFilterRegex|API/CodeSamples/SubCalculationFilterRegex]]|Gets or sets whether the user can use a regular expression to filter certain numeric fields from having subcalculation function options when selected in the Fields tab of Report Designer.|ID$&#124;Id$&#124;^id$&#124;_id$
741
-|
742
-| string|[[TabBackgroundImageUrl|API/CodeSamples/TabBackgroundImageUrl]]|Gets or sets the path to an image used to customize the look of the tabs on the Report Designer.|rs.aspx?image=TabStrip.Background.gif
743
-|
744
-| NameDistinctValueCollection|[[TableAliases|API/CodeSamples/TableAliases]]|Deprecated|NameDistinctValueCollection
745
-|
746
-| Unit|[[TableDropDownWidth|API/CodeSamples/TableDropDownWidth]]|This replaces the property DataSourceDropDownWidth and should be used instead.|190px
747
-|
748
-| string|[[TableFilterRegex|API/CodeSamples/TableFilterRegex]]|Gets or sets the regular expression used for table filtering.|^(IzendaAdHoc)
749
-|
750
-| string|[[TabsCss|API/CodeSamples/TabsCss]]|Deprecated. Use TabsCssUrl instead.|@import url(rs.aspx?css=tabs);
751
-|
752
-| string|[[TabsCssUrl|API/CodeSamples/TabsCssUrl]]|Gets or sets the CSS stylesheet URL to use for the TabStrip.|rs.aspx?css=tabs
753
-|
754
-| string|[[TempFiles|API/CodeSamples/TempFiles]]|Gets or sets the value indicating the path where temporary files are stored.|TempFiles
755
-|
756
-| string|[[TemplatesPath|API/CodeSamples/TemplatesPath]]||C/\cygwin64\home\jadams\webforms-cs\Reports
757
-|
758
-| string|[[TenantField|API/CodeSamples/TenantField]]|The field that will be internally filtered by the current TenantID value. |
759
-|
760
-| FieldHighlightInfoDictionary|[[TextHighlight|API/CodeSamples/TextHighlight]]|Deprecated.|Izenda.AdHoc.FieldHighlightInfoDictionary
761
-|
762
-| int|[[ThumbnailHeight|API/CodeSamples/ThumbnailHeight]]|Gets or sets the height of thumbnail images on the Report List.|220
763
-|
764
-| int|[[ThumbnailWidth|API/CodeSamples/ThumbnailWidth]]|Gets or sets the width of thumbnail images on the Report List.|170
765
-|
766
-| Unit|[[TimePeriodDropDownWidth|API/CodeSamples/TimePeriodDropDownWidth]]|Gets or sets the width of the time period dropdown.|190px
767
-|
768
-| int|[[TimeZoneOffset|API/CodeSamples/TimeZoneOffset]]|Gets or sets the value indicating the time zone offset of the current user in hours.|0
769
-|
770
-| SchedulerTimeZoneCollection|[[TimeZones|API/CodeSamples/TimeZones]]|Gets or sets the collection of additional and hidden time zones. |Izenda.AdHoc.SchedulerTimeZoneCollection
771
-|
772
-| string|[[ToolbarBackgroundImageUrl|API/CodeSamples/ToolbarBackgroundImageUrl]]|Gets or sets a URL to an image to customize the look of the toolbar section of the report designer.|rs.aspx?image=Toolbar.Toolgrad.gif
773
-|
774
-| string|[[ToolbarBorderColor|API/CodeSamples/ToolbarBorderColor]]|Gets or sets the color of the toolbar border.|#95b7f3
775
-|
776
-| string|[[ToolbarCssUrl|API/CodeSamples/ToolbarCssUrl]]|Gets or sets the CSS stylesheet URL for the Toolbar.|rs.aspx?css=toolbar
777
-|
778
-| string|[[UnCategorizedReportsMenuItemTitle|API/CodeSamples/UnCategorizedReportsMenuItemTitle]]|Deprecated|Reports
779
-|
780
-| bool|[[UseAdvancedGauge|API/CodeSamples/UseAdvancedGauge]]|Gets or sets the value indicating whether advanced is used for "Gauge" format. |True
781
-|
782
-| bool|[[UseBulkCSV|API/CodeSamples/UseBulkCSV]]|Gets or sets the value indicating whether to use the Bulk CSV export option. |True
783
-|
784
-| bool|[[UseColumnNameForDashboardCommonFilters|API/CodeSamples/UseColumnNameForDashboardCommonFilters]]||True
785
-|
786
-| bool|[[UseConstraintsForJoins|API/CodeSamples/UseConstraintsForJoins]]|Gets or sets the value indicating if multiple autojoining conditions are allowed. |False
787
-|
788
-| bool|[[UseDefaultDialogs|API/CodeSamples/UseDefaultDialogs]]||False
789
-|
790
-| bool|[[UseFriendlyErrors|API/CodeSamples/UseFriendlyErrors]]|Gets or sets the value indicating whether friendly errors should be shown on exceptions.|True
791
-|
792
-| bool|[[UseImageDescriptions|API/CodeSamples/UseImageDescriptions]]||False
793
-|
794
-| bool|[[UseNoLock|API/CodeSamples/UseNoLock]]|Gets or sets the value indicating whether nolock statements will be used in sql-queries.|True
795
-|
796
-| bool|[[UseNonPostbackDeleting|API/CodeSamples/UseNonPostbackDeleting]]|Gets or sets the value indicating whether a postback should occur on deleting a report.|True
797
-|
798
-| bool|[[UseNonPostbackExport|API/CodeSamples/UseNonPostbackExport]]|Gets or sets the value indicating whether a postback should occur on exporting a report.|True
799
-|
800
-| bool|[[UseNonPostbackPreview|API/CodeSamples/UseNonPostbackPreview]]|Gets or sets the value indicating whether a postback should occur on previewing a report.|True
801
-|
802
-| bool|[[UseNonPostbackServerEmailing|API/CodeSamples/UseNonPostbackServerEmailing]]|Gets or sets the value indicating whether a postback should occur when emailing a report from the server.|True
803
-|
804
-| bool|[[UseReportID|API/CodeSamples/UseReportID]]|Gets or sets whether the application uses a GUID instead of the report name in the query string.|False
805
-|
806
-| bool|[[ValidateBeforeSave|API/CodeSamples/ValidateBeforeSave]]|Gets or sets the value indicating whether ReportSet should be validated before saving.|False
807
-|
808
-| bool|[[ViewsOnly|API/CodeSamples/ViewsOnly]]|ViewsOnly should be used if you would like all views visible and only views visible at the Data Sources tab. |False
809
-|
810
-| string[]|[[VisibleDataSources|API/CodeSamples/VisibleDataSources]]|Gets or sets the array of table names that should be shown in the tables dropdown in the ReportDesigner on the Data Sources tab.|System.String[]
811
-|
812
-| string[]|[[VisibleTables|API/CodeSamples/VisibleTables]]|Deprecated. Use VisibleDataSources instead.|System.String[]
813
-|
814
-| VisualGroupStyle|[[VisualGroupStyle|API/CodeSamples/VisualGroupStyle]]|Deprecated|CommaDelimited|
... ...
\ No newline at end of file
0
+|String|[[AddAllFilterRegex|/API/CodeSamples/AddAllFilterRegex]]|Gets or sets the regular expression used for "Add All" filtering.
1
+ If name of a column matches this expression then it will not be added on "Add All" click.|(id&124;guid)$|
2
+|Dictionary`2|[[AdditionalTimeZones|/API/CodeSamples/AdditionalTimeZones]]|List of additional timezones.|System.Collections.Generic.Dictionary`2[System.String,System.Double]|
3
+|AdHocConfig|[[AdHocConfig|/API/CodeSamples/AdHocConfig]]|Gets or sets the current - Ad Hoc configuration.|FileSystemAdHocConfig|
4
+|String|[[AdHocUserKey|/API/CodeSamples/AdHocUserKey]]|Gets or sets a single password limiting access to the report designer, report list and report viewer.|String.Empty|
5
+|AggregateFunctionCollection|[[AggregateFunctions|/API/CodeSamples/AggregateFunctions]]||Izenda.AdHoc.AggregateFunctionCollection|
6
+|Boolean|[[AllowAnalysisGrid|/API/CodeSamples/AllowAnalysisGrid]]|Gets or sets the value indicating whether it is allowed analysis grid|True|
7
+|Boolean|[[AllowArchivedReportTableCreation|/API/CodeSamples/AllowArchivedReportTableCreation]]|Gets or sets the value indicating whether it is allowed to create the database table
8
+ that contains archived reports if there is no such table in the database.|True|
9
+|Boolean|[[AllowClientSorting|/API/CodeSamples/AllowClientSorting]]||True|
10
+|Boolean|[[AllowComparativeArithmetic|/API/CodeSamples/AllowComparativeArithmetic]]|Gets or sets the value indicating whether comparative arithmetic is allowed in arithmetic checkbox.|False|
11
+|Boolean|[[AllowCreateNewCategory|/API/CodeSamples/AllowCreateNewCategory]]|Gets or sets the value indicating the possibility to create new categories in Save As dialog.|True|
12
+|Boolean|[[AllowDataFieldsInDescription|/API/CodeSamples/AllowDataFieldsInDescription]]|Gets or sets the value indicating whether any column names
13
+ (enclosed in square brackets) in the description of the report should be replaced
14
+ to the value of Details report cell placed in the first row and the specified column.|True|
15
+|Boolean|[[AllowDeletingReports|/API/CodeSamples/AllowDeletingReports]]|Gets or sets the value indicating whether deleting reports is allowed.|True|
16
+|Boolean|[[AllowDeltas|/API/CodeSamples/AllowDeltas]]|Gets or sets the value indicating whether "Add Deltas" checkbox should be shown
17
+ in fields.|False|
18
+|Boolean|[[AllowDomainJoin|/API/CodeSamples/AllowDomainJoin]]|Gets or set value indicating domain join should be shown at report designer.|False|
19
+|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|
20
+|Boolean|[[AllowFieldsAsValue|/API/CodeSamples/AllowFieldsAsValue]]|Gets or sets the value indicating whether field name is allowed in filter value.|True|
21
+|Boolean|[[AllowGroupWithoutSelect|/API/CodeSamples/AllowGroupWithoutSelect]]|Gets or sets value indicating if it is possible to make invisible fields which are used for Visual Grouping.|False|
22
+|Boolean|[[AllowHorizontalBarChart|/API/CodeSamples/AllowHorizontalBarChart]]|Gets or sets the value indicating whether Horizontal Bar Chart is allowed|True|
23
+|Boolean|[[AllowHtmlOutputsInScheduledReports|/API/CodeSamples/AllowHtmlOutputsInScheduledReports]]|Get or set value indicating allowing formats for scheduling reports|True|
24
+|Boolean|[[AllowInvalidCharacters|/API/CodeSamples/AllowInvalidCharacters]]|Gets or sets the value indicating whether invalid characters in report namesare allowed if not striped.|False|
25
+|Boolean|[[AllowInvertedGrid|/API/CodeSamples/AllowInvertedGrid]]|Gets or sets the value indicating whether "Invert" checkbox should be shown
26
+ in the summary tab.|False|
27
+|Boolean|[[AllowLineOnBar|/API/CodeSamples/AllowLineOnBar]]|Gets or sets the value indicating whether is it allowed line on Bar chart.|True|
28
+|Boolean|[[AllowMultilineHeaders|/API/CodeSamples/AllowMultilineHeaders]]|Gets or sets if headers can be multiline.|False|
29
+|Boolean|[[AllowNewFiltersInReportViewer|/API/CodeSamples/AllowNewFiltersInReportViewer]]|Gets or sets the value indicating whether user can add new filters in the report viewer.|True|
30
+|Boolean|[[AllowOverwritingReports|/API/CodeSamples/AllowOverwritingReports]]|Gets or sets the value indicating whether reports overwriting is allowed.|True|
31
+|Boolean|[[AllowSelfJoin|/API/CodeSamples/AllowSelfJoin]]|Gets or sets the value indicating whether is it allowed datasources self join.|True|
32
+|Boolean|[[AllowStackedBarChart|/API/CodeSamples/AllowStackedBarChart]]|Gets or sets the value indicating whether Stacked Bar Chart is allowed|True|
33
+|Boolean|[[AllowSummaryDeltas|/API/CodeSamples/AllowSummaryDeltas]]|Gets or sets the value indicating whether "Show Summary Deltas" checkbox should be shown
34
+ in the summary tab.|True|
35
+|Boolean|[[AllowVisualGroups|/API/CodeSamples/AllowVisualGroups]]|Gets or sets the value indicating whether visual groups are allowed.|True|
36
+|String|[[ApplicationHeaderImageUrl|/API/CodeSamples/ApplicationHeaderImageUrl]]|Gets or sets the URL of the Header Logo.|String.Empty|
37
+|Boolean|[[AutoJoinOnRenderedRows|/API/CodeSamples/AutoJoinOnRenderedRows]]|Gets or sets the value indicating whether auto-join function should work
38
+ for server-rendered rows in|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
+|Boolean|[[CacheQueries|/API/CodeSamples/CacheQueries]]|Gets or sets the value indicating whether all queries for the should be cached.|True|
42
+|Boolean|[[CacheReports|/API/CodeSamples/CacheReports]]|Gets or sets the value indicating whether all loaded reports should be cached.|True|
43
+|Boolean|[[CacheSchema|/API/CodeSamples/CacheSchema]]|Gets or sets the value indicating whether should be cached.|True|
44
+|Boolean|[[CacheStoredProcedureMetaDataToDisk|/API/CodeSamples/CacheStoredProcedureMetaDataToDisk]]|Gets or sets the value indicating is the information about the stored procedures will be cached on disk.|False|
45
+|Boolean|[[CascadeFilterValues|/API/CodeSamples/CascadeFilterValues]]|Gets or sets the value indicating whether filter values will be cascaded.
46
+ 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 s.|Izenda.AdHoc.ChartCollection|
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.|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 .|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|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.|Izenda.AdHoc.CustomTimePeriodCollection|
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 ().|DashboardDesigner.aspx|
69
+|String|[[DashboardDesignerUrlWithDelimiter|/API/CodeSamples/DashboardDesignerUrlWithDelimiter]]|Gets the with "?" or "&" 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.|1.79769313486232E+308|
72
+|Double|[[DashboardGaugeMin|/API/CodeSamples/DashboardGaugeMin]]|Gets or sets the guage min value for "Dashboard Gauge" format.|-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.|1000|
75
+|Boolean|[[DashboardMode|/API/CodeSamples/DashboardMode]]|Gets or sets the value indicating whether dashboard mode is enabled.|False|
76
+|String|[[DashboardsCss|/API/CodeSamples/DashboardsCss]]|Gets or sets the css style for the .|@import url(rs.aspx?css=dashboard);|
77
+|String|[[DashboardsCssUrl|/API/CodeSamples/DashboardsCssUrl]]|Gets or sets the css stylesheet URL for the .|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.|Dashboards.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]]||0|
83
+|NameDistinctValueCollection|[[DataSourceAliases|/API/CodeSamples/DataSourceAliases]]|Gets or sets the collection of key-value pairs where the key is the table name and
84
+ the value is a table alias.|NameDistinctValueCollection|
85
+|NameStringsCollection|[[DataSourceCategories|/API/CodeSamples/DataSourceCategories]]|This allows to assign sets of datasources to different categories.|Izenda.AdHoc.Collections.NameStringsCollection|
86
+|TimeSpan|[[DataSourceDropDownTimeout|/API/CodeSamples/DataSourceDropDownTimeout]]|Gets or sets the timeout between starting loading dropdown values from server
87
+ and redicecting to About page.|00:00:15|
88
+|Unit|[[DataSourceDropDownWidth|/API/CodeSamples/DataSourceDropDownWidth]]|Gets or sets the width of data source dropdown.|190px|
89
+|String|[[DataSourceHeading|/API/CodeSamples/DataSourceHeading]]|Renames the heading within the datasources tab of Izenda Reports.|Data Sources (Tables and Views)|
90
+|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|
91
+|Int32|[[DateArithmeticDecimalPlaces|/API/CodeSamples/DateArithmeticDecimalPlaces]]|Gets or sets the value indicating how many decimal places dates show up when comparing dates.|0|
92
+|String|[[Db2ConnectionString|/API/CodeSamples/Db2ConnectionString]]|Gets or sets the connection string for DB2|String.Empty|
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.|System.Collections.Specialized.StringCollection|
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.|System.Collections.Specialized.NameValueCollection|
110
+|Boolean|[[Distinct|/API/CodeSamples/Distinct]]|Gets or sets the initial value for field.|True|
111
+|Boolean|[[DistinctSubtotalInnerQuery|/API/CodeSamples/DistinctSubtotalInnerQuery]]|Gets or sets the value indicating whether DISTINCT option should be used
112
+ in inner query for the subtotals calculating.|True|
113
+|FormatCollection|[[DrillDownStyle|/API/CodeSamples/DrillDownStyle]]|Gets or sets the list of available drill-down report fields formats.|Izenda.AdHoc.FormatCollection|
114
+|AggregateFunctionCollection|[[DundasAggregateFunctions|/API/CodeSamples/DundasAggregateFunctions]]||Izenda.AdHoc.AggregateFunctionCollection|
115
+|String|[[EmailFromAddress|/API/CodeSamples/EmailFromAddress]]|Email from address for the automated scheduler.|adhoc@yourdomain.com|
116
+|String|[[EmailSubjectFormatString|/API/CodeSamples/EmailSubjectFormatString]]|Gets or set subject of the emailed report for scheduler.|{0}|
117
+|Boolean|[[EmbedReportInServerEmail|/API/CodeSamples/EmbedReportInServerEmail]]|Gets or sets the value indicating whether report will be embedded in the server email.|False|
118
+|String|[[EmptyReportString|/API/CodeSamples/EmptyReportString]]||String.Empty|
119
+|Int32|[[EqualsDropDownLimit|/API/CodeSamples/EqualsDropDownLimit]]|Limits the number of (options) rows selectable through an equals (drop down) filter.|2000|
120
+|Int32|[[EqualsDropDownTimeout|/API/CodeSamples/EqualsDropDownTimeout]]|Gets or sets the wait time in seconds for "Equals (Select)"
121
+ dropdown values loading.|10|
122
+|Dictionary`2|[[EqualsPopupDestinations|/API/CodeSamples/EqualsPopupDestinations]]|Gets or sets the value indicating which aspx page will be used for column in Equlas Popup filter.|System.Collections.Generic.Dictionary`2[System.String,System.String[]]|
123
+|String|[[EqualsSelectDateFormat|/API/CodeSamples/EqualsSelectDateFormat]]|Gets or sets default date format utilized by the equals select filters.|MM/dd/yyyy|
124
+|Int32|[[EqualsSelectLimit|/API/CodeSamples/EqualsSelectLimit]]|Limits the number of (options) rows selectable through an equals (drop down) filter.|500|
125
+|String|[[EqualsSelectText|/API/CodeSamples/EqualsSelectText]]|Gets or sets the text of "Equals (Select)" operator.|Equals (Select)|
126
+|Int32|[[EqualsSelectTimeout|/API/CodeSamples/EqualsSelectTimeout]]|Gets or sets the wait time in seconds for "Equals (Select)"
127
+ dropdown values loading.|60|
128
+|String|[[ErrorIzendaReplacement|/API/CodeSamples/ErrorIzendaReplacement]]|Gets or set value wich will replace "Izenda" word in StackTrace while exception|Izenda|
129
+|String[]|[[ExistingDatabaseConstraints|/API/CodeSamples/ExistingDatabaseConstraints]]|Gets database constraints.|System.String[]|
130
+|Boolean|[[ExpandCategorizedReports|/API/CodeSamples/ExpandCategorizedReports]]|Gets or sets the value indicating whether categorized
131
+ reports should be expanded by default.|True|
132
+|Boolean|[[ExpandVisualGroupGrids|/API/CodeSamples/ExpandVisualGroupGrids]]|Gets or sets the value indicating visual groups are expanded by default.|True|
133
+|TextSharpFontWrapper|[[ExportFont|/API/CodeSamples/ExportFont]]|Gets or sets the font for the PDF and RTF outputs.|String.Empty|
134
+|Int32|[[ExportLimit|/API/CodeSamples/ExportLimit]]|Gets or set value indicating ReportSet max row count while export|100000|
135
+|NameValueCollection|[[ExtendedFormats|/API/CodeSamples/ExtendedFormats]]|Gets or sets the collection of names and values of additional formats
136
+ which should be displayed in "Formats" dropdown lists.|Izenda.AdHoc.ExtendedFormatsCollection|
137
+|String[]|[[ExtendedFunctions|/API/CodeSamples/ExtendedFunctions]]|Gets or sets the array of additional functions to display in every
138
+ "Functions" dropdown lists.|System.String[]|
139
+|NameValueCollection|[[FieldAliases|/API/CodeSamples/FieldAliases]]|Gets or sets the collection of key-value pairs where the key is the field name and
140
+ the value is a field alias.|System.Collections.Specialized.NameValueCollection|
141
+|Unit|[[FieldDropDownWidth|/API/CodeSamples/FieldDropDownWidth]]|Gets or sets the width of field dropdown.|200px|
142
+|String|[[FieldFilterRegex|/API/CodeSamples/FieldFilterRegex]]|Gets or sets the regular expression used for column filtering.
143
+ If name of a column matches this expression then it will not be shown.|MD5&124;^(Passw)|
144
+|Int32|[[FieldLimit|/API/CodeSamples/FieldLimit]]|Limits the number of fields Izenda Reports allows to be used in a single report.|1000|
145
+|FieldList|[[FieldList|/API/CodeSamples/FieldList]]|Gets or sets the default control.|Izenda.Web.UI.FieldList|
146
+|String|[[FieldsRegex|/API/CodeSamples/FieldsRegex]]|Gets or sets the regular expression used for column filtering in Field tab.
147
+ If name of a column matches this expression then it will not be shown in fields select in Field tab.|MD5&124;^(Passw)|
148
+|String|[[FieldValueCssUrl|/API/CodeSamples/FieldValueCssUrl]]|Css file to be used on reports with Field|Value style.|rs.aspx?css=FieldValue|
149
+|Unit|[[FilterParameterWidth|/API/CodeSamples/FilterParameterWidth]]|Gets or sets the width of filter parameter edit.|300px|
150
+|String|[[FiltersCustomPagesPath|/API/CodeSamples/FiltersCustomPagesPath]]|Gets or sets the relative path to the Equals(PopUp) custom pages.|String.Empty|
151
+|String|[[FiltersRegex|/API/CodeSamples/FiltersRegex]]|Gets or sets the regular expression used for column filtering in Filter tab.
152
+ If name of a column matches this expression then it will not be shown in fields select in Filter tab.|MD5&124;^(Passw)|
153
+|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|
154
+|Unit|[[FormatDropDownWidth|/API/CodeSamples/FormatDropDownWidth]]|Gets or sets the width of format dropdown.|190px|
155
+|FormatCollection|[[Formats|/API/CodeSamples/Formats]]|Gets or sets the list of available fields formats.|Izenda.AdHoc.FormatCollection|
156
+|String|[[FormDesignerUrl|/API/CodeSamples/FormDesignerUrl]]||./Forms/FormDesigner.aspx|
157
+|Unit|[[FunctionDropDownWidth|/API/CodeSamples/FunctionDropDownWidth]]|Gets or sets the width of function dropdown.|182px|
158
+|Int32|[[GaugeHeight|/API/CodeSamples/GaugeHeight]]|Gets or sets the gauge height for "Gauge" format.|50|
159
+|Double|[[GaugeMaximum|/API/CodeSamples/GaugeMaximum]]|Gets or sets the maximum value of gauge.|1|
160
+|Double|[[GaugeMinimum|/API/CodeSamples/GaugeMinimum]]|Gets or sets the minimum value of gauge.|0|
161
+|String[]|[[GaugeStyles|/API/CodeSamples/GaugeStyles]]|Gets or sets custom gauge types.|String.Empty|
162
+|Int32|[[GaugeWidth|/API/CodeSamples/GaugeWidth]]|Gets or sets the gauge width for "Gauge" format.|250|
163
+|Boolean|[[GenerateParameterizedSql|/API/CodeSamples/GenerateParameterizedSql]]|Gets or sets the value indicating whether queries to the database should
164
+ be parameterized.|True|
165
+|Boolean|[[GenerateThumbnails|/API/CodeSamples/GenerateThumbnails]]|Gets or sets the value indicating whether reports thumbnails should popup in the ReportList.|False|
166
+|String|[[GeoDataTable|/API/CodeSamples/GeoDataTable]]|Gets or sets the value indicating the table name wich contains geodata for maps.|String.Empty|
167
+|GetEqualsSelectValuesDelegate|[[GetEqualsSelectValues|/API/CodeSamples/GetEqualsSelectValues]]|Represents a method that returns values for operator.|String.Empty|
168
+|TableItemStyle|[[GridHeaderStyle|/API/CodeSamples/GridHeaderStyle]]|Gets or sets the OpenOffice output style for report results grid header.|System.Web.UI.WebControls.TableItemStyle|
169
+|TableItemStyle|[[GridItemStyle|/API/CodeSamples/GridItemStyle]]|Gets or sets the Excel output style for report results grid item.|System.Web.UI.WebControls.TableItemStyle|
170
+|Color|[[HeaderForegroundColor|/API/CodeSamples/HeaderForegroundColor]]|Gets or sets the color of report header.|Color [White]|
171
+|String|[[HeaderStyle|/API/CodeSamples/HeaderStyle]]|Gets or sets the style for the , and
172
+ headers.|font-family: verdana, arial, helvetica, sans-serif; font-size: 11px;color:blue;|
173
+|NameValueCollection|[[HelpText|/API/CodeSamples/HelpText]]|Gets or sets the collection of key-value pairs where the key is the tab name and
174
+ the value is a hint that will be shown when mouse is over the appropriate tab.|System.Collections.Specialized.NameValueCollection|
175
+|String[]|[[HiddenCategories|/API/CodeSamples/HiddenCategories]]|Sets which categories are hidden for the current user|String.Empty|
176
+|String[]|[[HiddenColumns|/API/CodeSamples/HiddenColumns]]|Gets or sets the array of Column names should be hidden in fileds dropdown.|String.Empty|
177
+|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|Izenda.AdHoc.HiddenFilterCollection|
178
+|List`1|[[HiddenTimeZones|/API/CodeSamples/HiddenTimeZones]]|List of timezones to hide.|System.Collections.Generic.List`1[System.Double]|
179
+|String|[[IdentifiersRegex|/API/CodeSamples/IdentifiersRegex]]||^.*[iI][Dd]$|
180
+|String|[[ImagesPath|/API/CodeSamples/ImagesPath]]|Gets or sets the path of the folder which contains the images used by Ad Hoc.
181
+ If the value is then built-in images will be used.|String.Empty|
182
+|Boolean|[[InheritFiltersInSubreports|/API/CodeSamples/InheritFiltersInSubreports]]|Gets or sets the value indicating whether filters will be inherited in subreports.|True|
183
+|String|[[InstantReport|/API/CodeSamples/InstantReport]]|Gets or sets the URL of the report viewer page.|InstantReport.aspx|
184
+|String|[[InstantReportWithDelimiter|/API/CodeSamples/InstantReportWithDelimiter]]|Gets the instant report page with "?" or "&" char at the end.|InstantReport.aspx?|
185
+|Boolean|[[InvalidateSchemaOnNew|/API/CodeSamples/InvalidateSchemaOnNew]]|Gets or sets the value indicating whether database schema is invalidated then
186
+ user creates new report.|False|
187
+|Int32|[[InvertedGridLimit|/API/CodeSamples/InvertedGridLimit]]|Gets or sets the maximum count of rows for inverted grid.|36|
188
+|Color|[[ItemForegroundColor|/API/CodeSamples/ItemForegroundColor]]|Gets or sets the color of report header.|Color [Black]|
189
+|Unit|[[JoinDropDownWidth|/API/CodeSamples/JoinDropDownWidth]]|Gets or sets the width of join type dropdown.|100px|
190
+|JoinedTablesList|[[JoinedTablesList|/API/CodeSamples/JoinedTablesList]]|Gets or sets the default control.|Izenda.Web.UI.JoinedTablesList|
191
+|String|[[JoinFieldRegex|/API/CodeSamples/JoinFieldRegex]]|Gets or sets the regular expression used for table filtering.
192
+ If name of a table or a column matches this expression then it will be excluded|String.Empty|
193
+|NameValueCollection|[[LabelAliases|/API/CodeSamples/LabelAliases]]|Gets or sets the collection of key-value pairs where the key is the field name and
194
+ the value is a field alias.|System.Collections.Specialized.NameValueCollection|
195
+|AdHocLanguage|[[Language|/API/CodeSamples/Language]]|Friendly setter of the default culture for Ad Hoc.|English|
196
+|Char|[[LiteralComma|/API/CodeSamples/LiteralComma]]|Gets or sets the delimiter separating items in the 'Equals' filter operator value.|,|
197
+|Boolean|[[LockViewer|/API/CodeSamples/LockViewer]]|Gets or sets the value indicating whether Report Viewer will be locked or not.|False|
198
+|String|[[LoginUrl|/API/CodeSamples/LoginUrl]]|Gets or sets login page Url.|Login.aspx|
199
+|MapInfoCollection|[[MapInfoCollection|/API/CodeSamples/MapInfoCollection]]|Gets or sets the registered maps data.|Izenda.AdHoc.Map.MapInfoCollection|
200
+|Size|[[MaxImageSize|/API/CodeSamples/MaxImageSize]]|Gets or sets the maximum image size of the report images.
201
+ If the size of an image is larger than the specified value then
202
+ the image will be scaled.|{Width=320, Height=240}|
203
+|Int32|[[MaximumReportSizeForCache|/API/CodeSamples/MaximumReportSizeForCache]]||1048576|
204
+|Single|[[MaxVersion|/API/CodeSamples/MaxVersion]]|Gets Max Version.|6.7|
205
+|Unit|[[MinPdfFontSize|/API/CodeSamples/MinPdfFontSize]]|Sets the minium font size that will be used when creating a PDF document. Default is 10 point.|10pt|
206
+|Boolean|[[MultiLevelVisualGrouping|/API/CodeSamples/MultiLevelVisualGrouping]]|Gets or set value indicating whether Visual Groups should be multi-level.|True|
207
+|String|[[MySqlConnectionString|/API/CodeSamples/MySqlConnectionString]]|Gets or sets the connection string for MySQL.|String.Empty|
208
+|String|[[NoDataSourcePage|/API/CodeSamples/NoDataSourcePage]]|Gets or sets url of the page where user will be redirected if
209
+ there is no tables in a data base|Settings.aspx|
210
+|Int32|[[NumChartPerRow|/API/CodeSamples/NumChartPerRow]]|Gets or set value indicating number of charts in one reports row|2|
211
+|Int32|[[NumChartTabs|/API/CodeSamples/NumChartTabs]]|Gets or set value indicating maximum possibile charts for the report set.|2|
212
+|Int32|[[NumSharedDropdowns|/API/CodeSamples/NumSharedDropdowns]]|Gets or sets the maximum number of user/roles a report can be shared with.|3|
213
+|Boolean|[[OpenCustomUrlInNewWindow|/API/CodeSamples/OpenCustomUrlInNewWindow]]|Gets or sets the value indicating whether CustomUrl field links should open in a new window.|True|
214
+|Int32|[[OracleCommandTimeout|/API/CodeSamples/OracleCommandTimeout]]|Sets the time Izenda Reports will wait for an Oracle command to execute before timing out.|3600|
215
+|String|[[OracleConnectionString|/API/CodeSamples/OracleConnectionString]]|Gets or sets the connection string for Oracle.|String.Empty|
216
+|ReportOutputGeneratorCollection|[[OutputTypes|/API/CodeSamples/OutputTypes]]|Gets or sets the registered s.|Izenda.AdHoc.ReportOutputGeneratorCollection|
217
+|String|[[ParentReportDesignerUrl|/API/CodeSamples/ParentReportDesignerUrl]]||String.Empty|
218
+|String|[[ParentReportListUrl|/API/CodeSamples/ParentReportListUrl]]||String.Empty|
219
+|String|[[ParentReportViewerUrl|/API/CodeSamples/ParentReportViewerUrl]]||String.Empty|
220
+|String|[[ParentSettingsUrl|/API/CodeSamples/ParentSettingsUrl]]||String.Empty|
221
+|Boolean|[[PerUserCaching|/API/CodeSamples/PerUserCaching]]|Gets or sets the value indicating whether should be cached.|False|
222
+|Int32|[[PivotFieldLimit|/API/CodeSamples/PivotFieldLimit]]|Limit for how many pivot columns are in a report.|100|
223
+|String|[[PostgreSQLConnectionString|/API/CodeSamples/PostgreSQLConnectionString]]|Gets or sets the connection string for Postgres.|String.Empty|
224
+|Int32|[[PreviewColumnLimit|/API/CodeSamples/PreviewColumnLimit]]|Gets or set value indicating number of columns to show in preview|100|
225
+|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.|
226
+|Int32|[[PreviewTimeout|/API/CodeSamples/PreviewTimeout]]|Gets or sets the for SQL commands.|0|
227
+|PrintMode|[[PrintMode|/API/CodeSamples/PrintMode]]|Gets or sets the value indicating what print mode will be used, PDF or HTML.|PdfAndHtml|
228
+|ProcessFiltersDelegate|[[ProcessFiltersDelegate|/API/CodeSamples/ProcessFiltersDelegate]]|Represents a method that handles execution.|String.Empty|
229
+|Int32|[[QuickAddFieldWidth|/API/CodeSamples/QuickAddFieldWidth]]|Gets or set value indicating max length of string in one QuickAdd column|20|
230
+|Int32|[[QuickAddMinElementsInColumn|/API/CodeSamples/QuickAddMinElementsInColumn]]|Gets or set value indicating how many elements are in one QuickAdd column|20|
231
+|String|[[RDLFolder|/API/CodeSamples/RDLFolder]]|Gets or sets path to Folder where RDL files whould be saved|RDLFiles|
232
+|Int32|[[RecentlyUpdatedCountAtReportList|/API/CodeSamples/RecentlyUpdatedCountAtReportList]]|Gets or sets the value indicating how many reports will shown at recent list at ReportList|0|
233
+|Color|[[ReportAlternatingItemColor|/API/CodeSamples/ReportAlternatingItemColor]]|Gets or sets the color of report alternating item.|Color [Gainsboro]|
234
+|Color|[[ReportBorderColor|/API/CodeSamples/ReportBorderColor]]|Gets or sets the color of report border.|Color [White]|
235
+|String|[[ReportCss|/API/CodeSamples/ReportCss]]|Gets or sets the css style for the report HTML and Word output.|@import url(Resources/css/Report.css);|
236
+|String|[[ReportCssUrl|/API/CodeSamples/ReportCssUrl]]|Css file to be used on reports generated by Izenda Reports.|Resources/css/Report.css|
237
+|String|[[ReportDesignerUrl|/API/CodeSamples/ReportDesignerUrl]]|Gets or sets the URL of a page used to design reports ( page).|ReportDesigner.aspx|
238
+|String|[[ReportDesignerUrlWithDelimiter|/API/CodeSamples/ReportDesignerUrlWithDelimiter]]|Gets the with "?" or "&" char at the end.|ReportDesigner.aspx?|
239
+|Color|[[ReportHeaderColor|/API/CodeSamples/ReportHeaderColor]]|Gets or sets the color of report header.|Color [DarkSlateBlue]|
240
+|Image|[[ReportHeaderImage|/API/CodeSamples/ReportHeaderImage]]||String.Empty|
241
+|String|[[ReportHeaderImageUrl|/API/CodeSamples/ReportHeaderImageUrl]]|Gets or sets the image which will be shown at the top of the report.|String.Empty|
242
+|String|[[ReportingService2005Url|/API/CodeSamples/ReportingService2005Url]]|Gets or sets the base URL of the XML Web service.|http://localhost/ReportServer/ReportService2005.asmx|
243
+|Color|[[ReportItemColor|/API/CodeSamples/ReportItemColor]]|Gets or sets the color of report item.|Color [White]|
244
+|String|[[ReportList|/API/CodeSamples/ReportList]]|Gets or sets the URL of the report list page.|ReportList.aspx|
245
+|ReportListSettings|[[ReportListSettings|/API/CodeSamples/ReportListSettings]]|Gets or sets the value indicating ReportList display|HideAll|
246
+|ReportSetEventWatcherCollection|[[ReportSetEventWatchers|/API/CodeSamples/ReportSetEventWatchers]]|Gets or sets the collection of registered
247
+ which can do some actions on -related events.|Izenda.AdHoc.ReportSetEventWatcherCollection|
248
+|String|[[ReportsPath|/API/CodeSamples/ReportsPath]]|Gets or sets the path of the folder where
249
+ stores its reports.
250
+ If the value is then reports will be stored
251
+ in "Reports" subfolder of application folder.|C:\cygwin64\home\jadams\webforms-cs-2\Reports|
252
+|Boolean|[[ReportsSharedByDefault|/API/CodeSamples/ReportsSharedByDefault]]||True|
253
+|StorageMode|[[ReportStorageMode|/API/CodeSamples/ReportStorageMode]]|Defines how reports are stored - in the file system or in the database|Filesystem|
254
+|ReportTypeCollection|[[ReportTypes|/API/CodeSamples/ReportTypes]]|Gets or sets the report types.|Izenda.AdHoc.ReportTypeCollection|
255
+|String|[[ReportViewer|/API/CodeSamples/ReportViewer]]|Gets or sets the URL of the report viewer page.|ReportViewer.aspx|
256
+|Int32|[[ReportViewerDefaultPreviewResults|/API/CodeSamples/ReportViewerDefaultPreviewResults]]|Specifies the default number of results previewed in the report view page for all reports.|100|
257
+|String|[[ReportViewerPostHtml|/API/CodeSamples/ReportViewerPostHtml]]|Gets or sets the string contains html code that placing after the
258
+ entire HtmlOutputReportResults section.|String.Empty|
259
+|String|[[ReportViewerPreHtml|/API/CodeSamples/ReportViewerPreHtml]]|Gets or sets the string contains html code that placing before the
260
+ entire HtmlOutputReportResults section.|String.Empty|
261
+|Int32|[[ReportViewerRefreshInterval|/API/CodeSamples/ReportViewerRefreshInterval]]|Gets or sets the milliseconds between preview auto-refresh.
262
+ If 0 then there no auto-refresh.|0|
263
+|String|[[ReportViewerWithDelimiter|/API/CodeSamples/ReportViewerWithDelimiter]]|Gets the report viewer page with "?" or "&" char at the end.|ReportViewer.aspx?|
264
+|String|[[ReportViewPageTitle|/API/CodeSamples/ReportViewPageTitle]]|Gets or sets the title of report view page.|String.Empty|
265
+|Boolean|[[RequireLogin|/API/CodeSamples/RequireLogin]]|This setting tells Izenda Reports to use the login page specified above in the Login URL setting.|False|
266
+|String|[[ResponseServer|/API/CodeSamples/ResponseServer]]|Gets or sets the URL of the page.|rs.aspx|
267
+|String|[[ResponseServerWithDelimiter|/API/CodeSamples/ResponseServerWithDelimiter]]|Gets the page with "?" or "&" char at the end.|rs.aspx?|
268
+|String|[[ResponseServerWithDelimiterFull|/API/CodeSamples/ResponseServerWithDelimiterFull]]||rs.aspx?|
269
+|Int32[]|[[ResultsDropdownValues|/API/CodeSamples/ResultsDropdownValues]]|Gets or sets the list of the values in the preview results dropdown dialog.|System.Int32[]|
270
+|String|[[SavedReportsTable|/API/CodeSamples/SavedReportsTable]]|Gets or sets the table name for saved reports.|IzendaAdHocReports|
271
+|String|[[SaveReportSetNextUrl|/API/CodeSamples/SaveReportSetNextUrl]]|Gets or sets the URL of the report viewer page.|String.Empty|
272
+|String|[[ScheduledReportsUrlFormatString|/API/CodeSamples/ScheduledReportsUrlFormatString]]|Gets or sets the url that is sent via email as the report web address.|http://localhost:56324/ReportViewer.aspx?{0}|
273
+|SchedulerOutputCollection|[[SchedulerExports|/API/CodeSamples/SchedulerExports]]||Izenda.AdHoc.SchedulerOutputCollection|
274
+|SchedulerOutputCollection|[[SchedulerOutputTypes|/API/CodeSamples/SchedulerOutputTypes]]|Get or set value indicating allowed formats for scheduling reports|Izenda.AdHoc.SchedulerOutputCollection|
275
+|String|[[SchedulerTenantID|/API/CodeSamples/SchedulerTenantID]]|Gets or sets the tenantId for scheduler.|String.Empty|
276
+|TimeSpan|[[SchemaCacheTimeout|/API/CodeSamples/SchemaCacheTimeout]]|Gets or sets the time span for schema caching.|1.00:00:00|
277
+|String|[[ScriptDirectory|/API/CodeSamples/ScriptDirectory]]||String.Empty|
278
+|Unit|[[SelectValueDropDownWidth|/API/CodeSamples/SelectValueDropDownWidth]]|Gets or sets the width of filter values dropdown.|300px|
279
+|Boolean|[[ServiceMode|/API/CodeSamples/ServiceMode]]|Gets or set value indication service mode|False|
280
+|String|[[SettingsKey|/API/CodeSamples/SettingsKey]]|Gets or sets password to access Settings control|String.Empty|
281
+|String|[[SettingsPageUrl|/API/CodeSamples/SettingsPageUrl]]|Gets or sets the URL of the page.|Settings.aspx|
282
+|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|
283
+|Boolean|[[ShowAddAll|/API/CodeSamples/ShowAddAll]]|Gets or sets the value indicating whether AddAll button and dropdown should be shown in the .|False|
284
+|Boolean|[[ShowAddFieldInReportViewer|/API/CodeSamples/ShowAddFieldInReportViewer]]||True|
285
+|Boolean|[[ShowAdminButton|/API/CodeSamples/ShowAdminButton]]|Gets or sets the value indicating showing buttons for administration|True|
286
+|Boolean|[[ShowAdvancedChartingButton|/API/CodeSamples/ShowAdvancedChartingButton]]|Gets or sets the value indicating whether "Show Advanced" button should be shown
287
+ in the .|True|
288
+|Boolean|[[ShowAllInPreview|/API/CodeSamples/ShowAllInPreview]]|Gets or sets the value indicating whether "CombinedTop Count" dropdown list should have the
289
+ "All" item in preview.|True|
290
+|Boolean|[[ShowAllInResults|/API/CodeSamples/ShowAllInResults]]|Gets or sets the value indicating whether "CombinedTop Count" dropdown list should have the
291
+ "All" item in results.|True|
292
+|Boolean|[[ShowAllTables|/API/CodeSamples/ShowAllTables]]|Gets or sets the value indicating whether all tables should be shown in tables dropdown.|True|
293
+|Boolean|[[ShowArithmeticInSummary|/API/CodeSamples/ShowArithmeticInSummary]]|Gets or sets the value indicating whether arithmetic operations are shown in the
294
+ summary tab of .|False|
295
+|Boolean|[[ShowArithmeticOperations|/API/CodeSamples/ShowArithmeticOperations]]|Gets or sets the value indicating whether arithmetic operations are shown in .|True|
296
+|Boolean|[[ShowBackButton|/API/CodeSamples/ShowBackButton]]|Gets or sets the value indicating whether "Back" button should be
297
+ shown in the .|False|
298
+|Boolean|[[ShowBetweenDateCalendar|/API/CodeSamples/ShowBetweenDateCalendar]]||True|
299
+|Boolean|[[ShowBulkCSVButton|/API/CodeSamples/ShowBulkCSVButton]]|Gets or sets the value indicating possibility export to BulkCSV|False|
300
+|Boolean|[[ShowCategoryTextboxInSaveDialog|/API/CodeSamples/ShowCategoryTextboxInSaveDialog]]|Gets or sets the value indicating whether category checkbox should be shown
301
+ in the save dialog.|True|
302
+|Boolean|[[ShowChartLegend|/API/CodeSamples/ShowChartLegend]]|Gets or sets the value indicating whether chart legend should be shown.|True|
303
+|Boolean|[[ShowChartTab|/API/CodeSamples/ShowChartTab]]|Gets or sets the value indicating whether chart tab should be shown.|True|
304
+|Boolean|[[ShowClientEmailButton|/API/CodeSamples/ShowClientEmailButton]]|Gets or sets the value indicating whether the email from client icon should be
305
+ shown in the toolbar.|True|
306
+|Boolean|[[ShowConstraintsSettings|/API/CodeSamples/ShowConstraintsSettings]]|Gets or sets the value indicating allows edit constraints settings.|False|
307
+|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|
308
+|Boolean|[[ShowCSVButton|/API/CodeSamples/ShowCSVButton]]|Gets or sets the value indicating possibility export to CSV|True|
309
+|Boolean|[[ShowCustomFormatType|/API/CodeSamples/ShowCustomFormatType]]|Gets or sets the value indicating whether "Custom" format type
310
+ should be shown in formats dropdown.|False|
311
+|Boolean|[[ShowDashboardAddDropDown|/API/CodeSamples/ShowDashboardAddDropDown]]|Gets or sets a value indicating whether "add dashboard subreport" should be shown as DropDownList control.|False|
312
+|Boolean|[[ShowDashboardFieldsTab|/API/CodeSamples/ShowDashboardFieldsTab]]|Gets or sets the value indicating whether tab with
313
+ dashboard fields is shown.|False|
314
+|Boolean|[[ShowDashboardPartViewerLinks|/API/CodeSamples/ShowDashboardPartViewerLinks]]|Gets or sets the value indicating whether Dashboard Viewer will have edit links for it's reports|True|
315
+|Boolean|[[ShowDashboardSettings|/API/CodeSamples/ShowDashboardSettings]]|Gets or sets the value indicating allows edit dashboard settings|False|
316
+|Boolean|[[ShowDatabaseDiagramIcon|/API/CodeSamples/ShowDatabaseDiagramIcon]]|Gets or sets the value indicating whether the Database Diagram icon should be
317
+ shown in the toolbar.|True|
318
+|Boolean|[[ShowDatabaseTypes|/API/CodeSamples/ShowDatabaseTypes]]|Gets or set value indicating whether database types should be shown in the fields dropdown.|False|
319
+|Boolean|[[ShowDataSourcesAsCheckBoxes|/API/CodeSamples/ShowDataSourcesAsCheckBoxes]]|Gets or sets the value indicating mode of data sources list is showed.|True|
320
+|Boolean|[[ShowDataSourcesTab|/API/CodeSamples/ShowDataSourcesTab]]|Gets or sets the value indicating whether tab with
321
+ data sources list is showed.|True|
322
+|Boolean|[[ShowDataWhenParametersBlank|/API/CodeSamples/ShowDataWhenParametersBlank]]|Gets or sets the value indicating whether data should be shown
323
+ in report viewer if all parameters is blank.|True|
324
+|Boolean|[[ShowDescriptionsInReportsTab|/API/CodeSamples/ShowDescriptionsInReportsTab]]|Gets or sets the value indicating whether reports descriptions should be
325
+ shown in the reports tab of .|False|
326
+|Boolean|[[ShowDesignDashboardLink|/API/CodeSamples/ShowDesignDashboardLink]]|Gets or sets the value indicating whether design new dashboard link is shown|True|
327
+|Boolean|[[ShowDesignLinkInReportViewer|/API/CodeSamples/ShowDesignLinkInReportViewer]]|Gets or set value indicating whether design link should be shown in .|True|
328
+|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|
329
+|Boolean|[[ShowDetailFormat|/API/CodeSamples/ShowDetailFormat]]|Gets or sets the value indicating whether "Detail Link" format
330
+ should be shown in formats dropdown.|True|
331
+|Boolean|[[ShowDistinct|/API/CodeSamples/ShowDistinct]]|Gets or set value indicating whether "Distinct" should be shown at the Data Source tab.|True|
332
+|Boolean|[[ShowDOCButton|/API/CodeSamples/ShowDOCButton]]|Gets or sets the value indicating possibility export to DOC|True|
333
+|Boolean|[[ShowEtlButton|/API/CodeSamples/ShowEtlButton]]|Gets or sets the value indicating whether the upload data button should be
334
+ shown in the report viewer.|False|
335
+|Boolean|[[ShowFieldAsValueDropDown|/API/CodeSamples/ShowFieldAsValueDropDown]]|Gets or sets the value indicating whether fields dropdown will be shown as value
336
+ on "Is Less Then (Field)", "Is Greater Then (Field)" and "Equals (Field)" operators.|True|
337
+|Boolean|[[ShowFieldsTab|/API/CodeSamples/ShowFieldsTab]]|Gets or sets the value indicating whether tab with
338
+ fields list is shown.|True|
339
+|Boolean|[[ShowFieldValueCheckbox|/API/CodeSamples/ShowFieldValueCheckbox]]|Gets or sets the value indicating whether "Field|Value" checkbox should be shown
340
+ in the field tab.|True|
341
+|Boolean|[[ShowFieldValueSummaryCheckbox|/API/CodeSamples/ShowFieldValueSummaryCheckbox]]|Gets or sets the value indicating whether "Field|Value" checkbox should be shown
342
+ in the summary tab.|True|
343
+|Boolean|[[ShowFilterFunctions|/API/CodeSamples/ShowFilterFunctions]]|Gets or sets the value indicating whether Remove All button should be shown in the .|True|
344
+|Boolean|[[ShowFilterLogic|/API/CodeSamples/ShowFilterLogic]]|Gets or sets the value indicating whether Filter Logic should be shown in the .|True|
345
+|Boolean|[[ShowFiltersInDashboards|/API/CodeSamples/ShowFiltersInDashboards]]|Gets or set value indicating whether filters should be shown in .|True|
346
+|Boolean|[[ShowFiltersInReportViewer|/API/CodeSamples/ShowFiltersInReportViewer]]|Gets or set value indicating whether filters should be shown in .|True|
347
+|Boolean|[[ShowFiltersTab|/API/CodeSamples/ShowFiltersTab]]|Gets or sets the value indicating whether tab with
348
+ filters list is showed.|True|
349
+|Boolean|[[ShowFunctions|/API/CodeSamples/ShowFunctions]]|Gets or sets the value indicating whether functions should be shown
350
+ in the .|True|
351
+|Boolean|[[ShowGaugePercentage|/API/CodeSamples/ShowGaugePercentage]]|Gets or sets the value indicating whether percentage at gauges should be shown.|False|
352
+|Boolean|[[ShowGaugeTab|/API/CodeSamples/ShowGaugeTab]]|Gets or sets the value indicating whether gauges tab should be shown in report designer.|True|
353
+|Boolean|[[ShowGoButton|/API/CodeSamples/ShowGoButton]]|Gets or sets the value indicating whether "Go" button should be shown
354
+ in the .|False|
355
+|Boolean|[[ShowGradientBackground|/API/CodeSamples/ShowGradientBackground]]|Gets or sets the value indicating is data grid items will be shaded with gradient|False|
356
+|Boolean|[[ShowGroupInFunctionDropdown|/API/CodeSamples/ShowGroupInFunctionDropdown]]|Gets or sets the value indicating whether GROUP feature should be shown as a function.
357
+ Otherwise, it will be shown as a separate checkbox.|True|
358
+|Boolean|[[ShowGroupMonth|/API/CodeSamples/ShowGroupMonth]]|Gets or set value indicating whether Group(Month) function should be visible.|False|
359
+|Boolean|[[ShowHelpButton|/API/CodeSamples/ShowHelpButton]]|Gets or sets the value indicating whether the "HideHelpPanel" icon should be
360
+ shown in the toolbar.|False|
361
+|Boolean|[[ShowHtmlAsCode|/API/CodeSamples/ShowHtmlAsCode]]|This feature enables/disables showing HTML code containing in database fields as plain text.|False|
362
+|Boolean|[[ShowInTimePeriod|/API/CodeSamples/ShowInTimePeriod]]|Gets or sets the value indicating whether "In Time Period" item is shown in operators dropdown.|True|
363
+|Boolean|[[ShowInvertSummaryCheckbox|/API/CodeSamples/ShowInvertSummaryCheckbox]]|Gets or sets the value indicating whether "Invert" checkbox should be shown
364
+ in the summary tab.|False|
365
+|Boolean|[[ShowInvisible|/API/CodeSamples/ShowInvisible]]|Gets or sets the value indicating whether invisible checkboxes should be
366
+ shown in the .|False|
367
+|Boolean|[[ShowJoinDropDown|/API/CodeSamples/ShowJoinDropDown]]|Gets or sets the value indicating whether join type dropdown should be
368
+ shown in the .|False|
369
+|Boolean|[[ShowJustification|/API/CodeSamples/ShowJustification]]|Gets or sets the value indicating whether justification type should be
370
+ shown in the field tab.|True|
371
+|Boolean|[[ShowLinkFormats|/API/CodeSamples/ShowLinkFormats]]|This feature enables/disables the link format function options for fields in the fields tab of reportdesigner.|True|
372
+|Boolean|[[ShowLoadingForDesigner|/API/CodeSamples/ShowLoadingForDesigner]]|Gets or set value indicating whether loading message should be shown.|False|
373
+|Boolean|[[ShowLoadingOnDesignerLoad|/API/CodeSamples/ShowLoadingOnDesignerLoad]]|Gets or set value indicating whether loading message should be shown on designer load.|False|
374
+|Boolean|[[ShowLogoInPdf|/API/CodeSamples/ShowLogoInPdf]]||False|
375
+|Boolean|[[ShowMapTab|/API/CodeSamples/ShowMapTab]]|Gets or sets the value indicating whether the Map Tab should be
376
+ shown in the report viewer.|True|
377
+|Boolean|[[ShowMenuInReportViewer|/API/CodeSamples/ShowMenuInReportViewer]]|Gets or set value indicating whether menu should be shown in .|False|
378
+|Boolean|[[ShowMiscTab|/API/CodeSamples/ShowMiscTab]]|This checkbox enables/disables the misc tab from the Izenda Reports application report designer page.|True|
379
+|Boolean|[[ShowModifyButton|/API/CodeSamples/ShowModifyButton]]|Gets or sets the value indicating whether the "Modify" button should be
380
+ shown in the report viewer.|True|
381
+|Boolean|[[ShowMultiLineControls|/API/CodeSamples/ShowMultiLineControls]]|Gets or sets the value indicating whether "Multi-Line" feature is enabled.|False|
382
+|Boolean|[[ShowNewButton|/API/CodeSamples/ShowNewButton]]|Gets or sets the value indicating whether the "New" icon should be
383
+ shown in the toolbar.|True|
384
+|Boolean|[[ShowNonIndexedJoinFields|/API/CodeSamples/ShowNonIndexedJoinFields]]|Gets or sets the value indicating whether non-indexed join fields should be shown.|True|
385
+|Boolean|[[ShowODTButton|/API/CodeSamples/ShowODTButton]]|Gets or sets the value indicating possibility export to ODT|False|
386
+|Boolean|[[ShowOnlineDocumentation|/API/CodeSamples/ShowOnlineDocumentation]]|Gets or sets the value indicating if it's nessesary to show Details button in Settings.|True|
387
+|Boolean|[[ShowOpenOfficeButton|/API/CodeSamples/ShowOpenOfficeButton]]|Gets or sets the value indicating possibility export to OpenOffice|False|
388
+|Boolean|[[ShowPDFButton|/API/CodeSamples/ShowPDFButton]]|Gets or sets the value indicating possibility export to PDF|True|
389
+|Boolean|[[ShowPivot|/API/CodeSamples/ShowPivot]]|Enables/disables the option of adding pivots to reports.|True|
390
+|Boolean|[[ShowPoweredByLogo|/API/CodeSamples/ShowPoweredByLogo]]|Gets or sets the value indicating whether "Powered By Izenda" logo
391
+ should be shown.|False|
392
+|Boolean|[[ShowPreviewTab|/API/CodeSamples/ShowPreviewTab]]|Gets or sets the value indicating whether tab with
393
+ preview is showed.|True|
394
+|Boolean|[[ShowPublishRdlButton|/API/CodeSamples/ShowPublishRdlButton]]|Gets or sets the value indicating whether publish rdl button should be
395
+ shown in the reports tab of .|False|
396
+|Boolean|[[ShowRdlOutputIcon|/API/CodeSamples/ShowRdlOutputIcon]]|Gets or sets the value indicating whether rdl button should be
397
+ shown in the reports tab of .|False|
398
+|Boolean|[[ShowRecentDatasources|/API/CodeSamples/ShowRecentDatasources]]|Gets or sets the value indicating whether recent datasources dropdown list will be shown in ReportDesigner.|True|
399
+|Boolean|[[ShowRemoveAll|/API/CodeSamples/ShowRemoveAll]]|Gets or sets the value indicating whether Remove All button should be shown in the .|True|
400
+|Boolean|[[ShowRemoveFieldInReportViewer|/API/CodeSamples/ShowRemoveFieldInReportViewer]]||True|
401
+|Boolean|[[ShowReportClassifiers|/API/CodeSamples/ShowReportClassifiers]]|Gets or sets the value indicating whether
402
+ control should be shown in the "Misc" tab.|True|
403
+|Boolean|[[ShowReportColor|/API/CodeSamples/ShowReportColor]]|Gets or sets the value indicating whether report color dropdowns are shown in .|True|
404
+|Boolean|[[ShowReportingServicesSettings|/API/CodeSamples/ShowReportingServicesSettings]]|Gets or sets the value indicating allows edit reporting services settings|False|
405
+|Boolean|[[ShowReportsInHtmlOutput|/API/CodeSamples/ShowReportsInHtmlOutput]]|Gets or sets the value indicating whether the list of reports should be shown in the
406
+ Report viewer.|True|
407
+|Boolean|[[ShowReportsListAsDropDown|/API/CodeSamples/ShowReportsListAsDropDown]]|Gets or sets the value indicating whether reports displayed in Archive tab should
408
+ be hyperlinks or should be items of dropdown list box.
409
+ if reports should be displayed as hyperlinks.
410
+ if reports should be displayed as items of dropdown list box.|False|
411
+|Boolean|[[ShowReportsTab|/API/CodeSamples/ShowReportsTab]]|Gets or sets the value indicating whether tab with
412
+ reports list is showed.|False|
413
+|Boolean|[[ShowResponseServerDetails|/API/CodeSamples/ShowResponseServerDetails]]|Gets or set value indicating showing diagnostic test at response server page|True|
414
+|Boolean|[[ShowRowButtons|/API/CodeSamples/ShowRowButtons]]|Gets or sets the value indicating whether insert and move buttons should be
415
+ shown in the .|True|
416
+|Boolean|[[ShowRTFButton|/API/CodeSamples/ShowRTFButton]]|Gets or sets the value indicating possibility export to RTF|True|
417
+|Boolean|[[ShowSaveAsToolbarButton|/API/CodeSamples/ShowSaveAsToolbarButton]]|Gets or sets the value indicating whether "Save As" button should be shown
418
+ in the .|True|
419
+|Boolean|[[ShowSaveControls|/API/CodeSamples/ShowSaveControls]]|Gets or sets the value indicating whether save controls should be
420
+ shown in the reports tab of and in the .|True|
421
+|Boolean|[[ShowSaveControlsInReportsTab|/API/CodeSamples/ShowSaveControlsInReportsTab]]|Gets or sets the value indicating whether save controls should be
422
+ shown in the reports tab of .|False|
423
+|Boolean|[[ShowSaveInReportViewer|/API/CodeSamples/ShowSaveInReportViewer]]|Gets or sets the value indicating whether save controls should be
424
+ shown in the ReportViewer.|True|
425
+|Boolean|[[ShowSaveRdlToolbarButton|/API/CodeSamples/ShowSaveRdlToolbarButton]]|Gets or sets the value indicating whether "Save As RDL" button should be shown
426
+ in the .|False|
427
+|Boolean|[[ShowScheduleControls|/API/CodeSamples/ShowScheduleControls]]|Gets or sets the value indicating whether
428
+ should be shown in the "Misc" tab.|True|
429
+|Boolean|[[ShowServerEmailButton|/API/CodeSamples/ShowServerEmailButton]]|Gets or sets the value indicating whether the email from server icon should be
430
+ shown in the toolbar.|False|
431
+|Boolean|[[ShowSettingsButton|/API/CodeSamples/ShowSettingsButton]]|Gets or sets the value indicating showing buttons for administration.
432
+ An alias for ShowAdminButton setting.|True|
433
+|Boolean|[[ShowSettingsButtonForNonAdmins|/API/CodeSamples/ShowSettingsButtonForNonAdmins]]|Defines if Settings button will be shown to users without administrator rights|False|
434
+|Boolean|[[ShowSharedCheckbox|/API/CodeSamples/ShowSharedCheckbox]]||True|
435
+|Boolean|[[ShowSharingControl|/API/CodeSamples/ShowSharingControl]]|Gets or sets the value indicating is the sharing control will be shown.|True|
436
+|Boolean|[[ShowSideHelp|/API/CodeSamples/ShowSideHelp]]|Gets or set value indicating whether side help should be shown in .|False|
437
+|Boolean|[[ShowSimpleModeViewer|/API/CodeSamples/ShowSimpleModeViewer]]|Gets or sets a value indicating whether report viewer mode is simple mode.|False|
438
+|Boolean|[[ShowSqlOutputIcon|/API/CodeSamples/ShowSqlOutputIcon]]|Gets or sets the value indicating whether the SQL output icon should be
439
+ shown in the toolbar.|True|
440
+|Boolean|[[ShowStackTrace|/API/CodeSamples/ShowStackTrace]]|Gets or sets the value indicating format for showing exceptions.|True|
441
+|Boolean|[[ShowStyleTab|/API/CodeSamples/ShowStyleTab]]|Gets or sets the value indicating whether style tab should be shown in the report designer.|True|
442
+|Boolean|[[ShowSummaryLine|/API/CodeSamples/ShowSummaryLine]]|This feature allows the usage of a summary line in the fields tab of report designer.|True|
443
+|Boolean|[[ShowSummaryTab|/API/CodeSamples/ShowSummaryTab]]|Gets or sets the value indicating whether summary tab should be shown.|True|
444
+|Boolean|[[ShowTableNames|/API/CodeSamples/ShowTableNames]]|Gets or sets the value indicating whether colums should be grouped by table name.
445
+ Otherwise show columns as "ColumnName(TableName)".|True|
446
+|Boolean|[[ShowTenantField|/API/CodeSamples/ShowTenantField]]|When false, this hides the field identified in the TenantField property|True|
447
+|Boolean|[[ShowTimeZoneDropdown|/API/CodeSamples/ShowTimeZoneDropdown]]|Gets or sets the value indicating whether timezone dropdown will be shown in the Report Designer.|True|
448
+|Boolean|[[ShowTopInFields|/API/CodeSamples/ShowTopInFields]]|Gets or sets the value indicating whether results count dropdown
449
+ should be shown in the fields tab of .|True|
450
+|Boolean|[[ShowTopInSummary|/API/CodeSamples/ShowTopInSummary]]|Gets or sets the value indicating whether results count dropdown
451
+ should be shown in the summary tab of .|True|
452
+|Boolean|[[ShowVisualGroupLabels|/API/CodeSamples/ShowVisualGroupLabels]]|Gets or sets the value indicating whether field names should be shown in visual group header.|False|
453
+|Boolean|[[ShowWatermarkedExports|/API/CodeSamples/ShowWatermarkedExports]]|Gets or sets the value indicating whether watermarked
454
+ export should be used on license errors.|True|
455
+|Boolean|[[ShowWaterMarks|/API/CodeSamples/ShowWaterMarks]]|Gets or sets the value indicating whether watermarks
456
+ should be used on license errors.|True|
457
+|Boolean|[[ShowWidth|/API/CodeSamples/ShowWidth]]|Gets or sets the value indicating whether width edit should be
458
+ shown in the .|False|
459
+|Boolean|[[ShowXLSButton|/API/CodeSamples/ShowXLSButton]]|Gets or sets the value indicating possibility export to XLS|True|
460
+|String|[[SimpleFilterCssUrl|/API/CodeSamples/SimpleFilterCssUrl]]|Gets or sets the css stylesheet URL for the .|rs.aspx?css=SimpleFilter|
461
+|Boolean|[[SingleLineViewerToolbar|/API/CodeSamples/SingleLineViewerToolbar]]|Gets or set value indicating whether toolbar should
462
+ be single line.|False|
463
+|String|[[SmtpLogin|/API/CodeSamples/SmtpLogin]]|Gets or sets the SMTP server login.|String.Empty|
464
+|String|[[SmtpPassword|/API/CodeSamples/SmtpPassword]]|Gets or sets the SMTP server password.|String.Empty|
465
+|String|[[SmtpServer|/API/CodeSamples/SmtpServer]]|Gets or sets the SMTP server address for sending e-mails.|localhost|
466
+|Boolean|[[SortColumnNames|/API/CodeSamples/SortColumnNames]]|Gets or sets the value indicating whether dropdowns with column names
467
+ are sorted alphabetically.|True|
468
+|Int32|[[SqlCommandTimeout|/API/CodeSamples/SqlCommandTimeout]]|Gets or sets the wait time in seconds for database command dropdown values loading.|3600|
469
+|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;|
470
+|Boolean|[[StoreCurrentReportSetInApplication|/API/CodeSamples/StoreCurrentReportSetInApplication]]|Gets or sets whether reportSet should be stored in application instead of session.|False|
471
+|Int32|[[StoredProcedureStringLimit|/API/CodeSamples/StoredProcedureStringLimit]]|Gets or set value indicating the max length of an string returned by a Stored Procedure (-1 for MAX)|-1|
472
+|Boolean|[[StoreImagesToCache|/API/CodeSamples/StoreImagesToCache]]|Gets or sets the value indicating how temporary images should be stored.|True|
473
+|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|
474
+|Boolean|[[StripInvalidCharacters|/API/CodeSamples/StripInvalidCharacters]]|Gets or sets the value indicating whether invalid characters in report names
475
+ should be striped.|True|
476
+|String|[[SubCalculationFilterRegex|/API/CodeSamples/SubCalculationFilterRegex]]|Gets or sets the regular expression used for subtotals calculation.
477
+ If name of a column matches this expression then it will not be added to subtotals.|ID$&124;Id$&124;^id$&124;_id$|
478
+|String|[[TabBackgroundImageUrl|/API/CodeSamples/TabBackgroundImageUrl]]|Gets or sets the URL of the tabs background image.|rs.aspx?image=TabStrip.Background.gif|
479
+|NameDistinctValueCollection|[[TableAliases|/API/CodeSamples/TableAliases]]|Gets or sets the collection of key-value pairs where the key is the table name and
480
+ the value is a table alias.|NameDistinctValueCollection|
481
+|Unit|[[TableDropDownWidth|/API/CodeSamples/TableDropDownWidth]]|Gets or sets the width of table dropdown.|190px|
482
+|String|[[TableFilterRegex|/API/CodeSamples/TableFilterRegex]]|Gets or sets the regular expression used for table filtering.
483
+ If name of a table or a column matches this expression then it will be excluded|^(IzendaAdHoc)|
484
+|String|[[TabsCss|/API/CodeSamples/TabsCss]]|Gets or sets the css style for the .|@import url(Resources/css/tabs.css);|
485
+|String|[[TabsCssUrl|/API/CodeSamples/TabsCssUrl]]|Gets or sets the css stylesheet URL for the .|Resources/css/tabs.css|
486
+|String|[[TempFiles|/API/CodeSamples/TempFiles]]|Gets or set value indicating path to temporary files.|TempFiles|
487
+|String|[[TemplatesPath|/API/CodeSamples/TemplatesPath]]|Gets or sets the path of the folder where templates are stored.|C:\cygwin64\home\jadams\webforms-cs-2\Reports|
488
+|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|
489
+|FieldHighlightInfoDictionary|[[TextHighlight|/API/CodeSamples/TextHighlight]]||Izenda.AdHoc.FieldHighlightInfoDictionary|
490
+|Int32|[[ThumbnailHeight|/API/CodeSamples/ThumbnailHeight]]|Gets or sets the value indicating thumbnail size in pixels.|220|
491
+|Int32|[[ThumbnailWidth|/API/CodeSamples/ThumbnailWidth]]|Gets or sets the value indicating thumbnail size in pixels.|170|
492
+|Unit|[[TimePeriodDropDownWidth|/API/CodeSamples/TimePeriodDropDownWidth]]|Gets or sets the width of time period dropdown.|190px|
493
+|Int32|[[TimeZoneOffset|/API/CodeSamples/TimeZoneOffset]]|Gets or sets the value indicating the time zone offset in Hours.|0|
494
+|SchedulerTimeZoneCollection|[[TimeZones|/API/CodeSamples/TimeZones]]|Collection of additional and hidden time zones.|Izenda.AdHoc.SchedulerTimeZoneCollection|
495
+|String|[[ToolbarBackgroundImageUrl|/API/CodeSamples/ToolbarBackgroundImageUrl]]|Gets or sets the URL of the toolbar background image.|rs.aspx?image=Toolbar.Toolgrad.gif|
496
+|String|[[ToolbarBorderColor|/API/CodeSamples/ToolbarBorderColor]]|Gets or sets the color of toolbar border.|#95b7f3|
497
+|String|[[ToolbarCssUrl|/API/CodeSamples/ToolbarCssUrl]]|Gets or sets the css stylesheet URL for the .|rs.aspx?css=toolbar|
498
+|String|[[UnCategorizedReportsMenuItemTitle|/API/CodeSamples/UnCategorizedReportsMenuItemTitle]]|Gets or sets the uncategorized reports menu item title.|Reports|
499
+|Boolean|[[UseAdvancedGauge|/API/CodeSamples/UseAdvancedGauge]]|Gets or sets the value indicating whether advanced is used for "Gauge" format.|True|
500
+|Boolean|[[UseBulkCSV|/API/CodeSamples/UseBulkCSV]]|Gets or sets the value indicating whether Bulk CSV use.|True|
501
+|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|
502
+|Boolean|[[UseConstraintsForJoins|/API/CodeSamples/UseConstraintsForJoins]]|Gets or sets the value indicating if multiple autojoining conditions are allowed.|False|
503
+|Boolean|[[UseDefaultDialogs|/API/CodeSamples/UseDefaultDialogs]]|Gets or sets the value indicating whether system dialogs should be shown instead of Ad hoc dialogs.|False|
504
+|Boolean|[[UseFriendlyErrors|/API/CodeSamples/UseFriendlyErrors]]|Gets or sets the value indicating whether friendly errors
505
+ should be shown on exceptions.|True|
506
+|Boolean|[[UseImageDescriptions|/API/CodeSamples/UseImageDescriptions]]||False|
507
+|Boolean|[[UseNoLock|/API/CodeSamples/UseNoLock]]|Gets or sets the value indicating whether nolock statment will be used in sql-queries|True|
508
+|Boolean|[[UseNonPostbackDeleting|/API/CodeSamples/UseNonPostbackDeleting]]|Gets or sets the value indicating whether should not be postback on report deleting.|True|
509
+|Boolean|[[UseNonPostbackExport|/API/CodeSamples/UseNonPostbackExport]]|Gets or sets the value indicating whether should not be postback on report export.|True|
510
+|Boolean|[[UseNonPostbackPreview|/API/CodeSamples/UseNonPostbackPreview]]|Gets or sets the value indicating whether should not be postback on report preview.|True|
511
+|Boolean|[[UseNonPostbackServerEmailing|/API/CodeSamples/UseNonPostbackServerEmailing]]|Gets or sets the value indicating whether should not be postback on report sever emailing.|True|
512
+|Boolean|[[UseReportID|/API/CodeSamples/UseReportID]]|Gets or sets the value indicating whether GUIDs will be used instead of report names in addresses.|False|
513
+|Boolean|[[ValidateBeforeSave|/API/CodeSamples/ValidateBeforeSave]]|Gets or sets the value indicating whether reportset should be validated before saving|False|
514
+|Boolean|[[ViewsOnly|/API/CodeSamples/ViewsOnly]]|Gets or sets the value indicating whether only views is shown in tables dropdown.|False|
515
+|String[]|[[VisibleDataSources|/API/CodeSamples/VisibleDataSources]]|Gets or sets the array of table names should be shown in tables dropdown.|System.String[]|
516
+|String[]|[[VisibleTables|/API/CodeSamples/VisibleTables]]|Gets or sets the array of table names should be shown in tables dropdown.|System.String[]|
517
+|VisualGroupStyle|[[VisualGroupStyle|/API/CodeSamples/VisualGroupStyle]]|Gets or set value indicating what style should be used for visual groups.|CommaDelimited|