API/AdHocSettings.md
... ...
@@ -4,24 +4,19 @@ 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 the regular expression used for "Add All" filtering.
8
- If name of a column matches this expression then it will not be added on "Add All" click.|(id&124;guid)$|
7
+|String|[[AddAllFilterRegex|/API/CodeSamples/AddAllFilterRegex]]|Gets or sets the regular expression used for "Add All" filtering. If name of a column matches this expression then it will not be added on "Add All" click.|(id&124;guid)$|
9 8
|Dictionary`2|[[AdditionalTimeZones|/API/CodeSamples/AdditionalTimeZones]]|List of additional timezones.|System.Collections.Generic.Dictionary`2[System.String,System.Double]|
10
-|AdHocConfig|[[AdHocConfig|/API/CodeSamples/AdHocConfig]]|Gets or sets the current - Ad Hoc configuration.|FileSystemAdHocConfig|
9
+|AdHocConfig|[[AdHocConfig|/API/CodeSamples/AdHocConfig]]|Gets or sets the current - Ad Hoc configuration.|Izenda.AdHoc.FileSystemAdHocConfig|
11 10
|String|[[AdHocUserKey|/API/CodeSamples/AdHocUserKey]]|Gets or sets a single password limiting access to the report designer, report list and report viewer.|String.Empty|
12 11
|AggregateFunctionCollection|[[AggregateFunctions|/API/CodeSamples/AggregateFunctions]]||Izenda.AdHoc.AggregateFunctionCollection|
13 12
|Boolean|[[AllowAnalysisGrid|/API/CodeSamples/AllowAnalysisGrid]]|Gets or sets the value indicating whether it is allowed analysis grid|True|
14
-|Boolean|[[AllowArchivedReportTableCreation|/API/CodeSamples/AllowArchivedReportTableCreation]]|Gets or sets the value indicating whether it is allowed to create the database table
15
- that contains archived reports if there is no such table in the database.|True|
13
+|Boolean|[[AllowArchivedReportTableCreation|/API/CodeSamples/AllowArchivedReportTableCreation]]|Gets or sets the value indicating whether it is allowed to create the database table that contains archived reports if there is no such table in the database.|True|
16 14
|Boolean|[[AllowClientSorting|/API/CodeSamples/AllowClientSorting]]||True|
17 15
|Boolean|[[AllowComparativeArithmetic|/API/CodeSamples/AllowComparativeArithmetic]]|Gets or sets the value indicating whether comparative arithmetic is allowed in arithmetic checkbox.|False|
18 16
|Boolean|[[AllowCreateNewCategory|/API/CodeSamples/AllowCreateNewCategory]]|Gets or sets the value indicating the possibility to create new categories in Save As dialog.|True|
19
-|Boolean|[[AllowDataFieldsInDescription|/API/CodeSamples/AllowDataFieldsInDescription]]|Gets or sets the value indicating whether any column names
20
- (enclosed in square brackets) in the description of the report should be replaced
21
- to the value of Details report cell placed in the first row and the specified column.|True|
17
+|Boolean|[[AllowDataFieldsInDescription|/API/CodeSamples/AllowDataFieldsInDescription]]|Gets or sets the value indicating whether any column names (enclosed in square brackets) in the description of the report should be replaced to the value of Details report cell placed in the first row and the specified column.|True|
22 18
|Boolean|[[AllowDeletingReports|/API/CodeSamples/AllowDeletingReports]]|Gets or sets the value indicating whether deleting reports is allowed.|True|
23
-|Boolean|[[AllowDeltas|/API/CodeSamples/AllowDeltas]]|Gets or sets the value indicating whether "Add Deltas" checkbox should be shown
24
- in fields.|False|
19
+|Boolean|[[AllowDeltas|/API/CodeSamples/AllowDeltas]]|Gets or sets the value indicating whether "Add Deltas" checkbox should be shown in fields.|False|
25 20
|Boolean|[[AllowDomainJoin|/API/CodeSamples/AllowDomainJoin]]|Gets or set value indicating domain join should be shown at report designer.|False|
26 21
|Boolean|[[AllowEqualsSelectForStoredProcedures|/API/CodeSamples/AllowEqualsSelectForStoredProcedures]]|Gets or sets the value indicating is it allowed to use Equals(Select) or Equals(Multiple) for filters in case when stored procedure used.|False|
27 22
|Boolean|[[AllowFieldsAsValue|/API/CodeSamples/AllowFieldsAsValue]]|Gets or sets the value indicating whether field name is allowed in filter value.|True|
... ...
@@ -29,28 +24,24 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
29 24
|Boolean|[[AllowHorizontalBarChart|/API/CodeSamples/AllowHorizontalBarChart]]|Gets or sets the value indicating whether Horizontal Bar Chart is allowed|True|
30 25
|Boolean|[[AllowHtmlOutputsInScheduledReports|/API/CodeSamples/AllowHtmlOutputsInScheduledReports]]|Get or set value indicating allowing formats for scheduling reports|True|
31 26
|Boolean|[[AllowInvalidCharacters|/API/CodeSamples/AllowInvalidCharacters]]|Gets or sets the value indicating whether invalid characters in report namesare allowed if not striped.|False|
32
-|Boolean|[[AllowInvertedGrid|/API/CodeSamples/AllowInvertedGrid]]|Gets or sets the value indicating whether "Invert" checkbox should be shown
33
- in the summary tab.|False|
27
+|Boolean|[[AllowInvertedGrid|/API/CodeSamples/AllowInvertedGrid]]|Gets or sets the value indicating whether "Invert" checkbox should be shown in the summary tab.|False|
34 28
|Boolean|[[AllowLineOnBar|/API/CodeSamples/AllowLineOnBar]]|Gets or sets the value indicating whether is it allowed line on Bar chart.|True|
35 29
|Boolean|[[AllowMultilineHeaders|/API/CodeSamples/AllowMultilineHeaders]]|Gets or sets if headers can be multiline.|False|
36 30
|Boolean|[[AllowNewFiltersInReportViewer|/API/CodeSamples/AllowNewFiltersInReportViewer]]|Gets or sets the value indicating whether user can add new filters in the report viewer.|True|
37 31
|Boolean|[[AllowOverwritingReports|/API/CodeSamples/AllowOverwritingReports]]|Gets or sets the value indicating whether reports overwriting is allowed.|True|
38 32
|Boolean|[[AllowSelfJoin|/API/CodeSamples/AllowSelfJoin]]|Gets or sets the value indicating whether is it allowed datasources self join.|True|
39 33
|Boolean|[[AllowStackedBarChart|/API/CodeSamples/AllowStackedBarChart]]|Gets or sets the value indicating whether Stacked Bar Chart is allowed|True|
40
-|Boolean|[[AllowSummaryDeltas|/API/CodeSamples/AllowSummaryDeltas]]|Gets or sets the value indicating whether "Show Summary Deltas" checkbox should be shown
41
- in the summary tab.|True|
34
+|Boolean|[[AllowSummaryDeltas|/API/CodeSamples/AllowSummaryDeltas]]|Gets or sets the value indicating whether "Show Summary Deltas" checkbox should be shown in the summary tab.|True|
42 35
|Boolean|[[AllowVisualGroups|/API/CodeSamples/AllowVisualGroups]]|Gets or sets the value indicating whether visual groups are allowed.|True|
43 36
|String|[[ApplicationHeaderImageUrl|/API/CodeSamples/ApplicationHeaderImageUrl]]|Gets or sets the URL of the Header Logo.|String.Empty|
44
-|Boolean|[[AutoJoinOnRenderedRows|/API/CodeSamples/AutoJoinOnRenderedRows]]|Gets or sets the value indicating whether auto-join function should work
45
- for server-rendered rows in|True|
37
+|Boolean|[[AutoJoinOnRenderedRows|/API/CodeSamples/AutoJoinOnRenderedRows]]|Gets or sets the value indicating whether auto-join function should work for server-rendered rows in|True|
46 38
|Boolean|[[AutoPostBackOnFilterChange|/API/CodeSamples/AutoPostBackOnFilterChange]]|Gets or sets the value indicating whether should be postback on filter change.|True|
47 39
|Boolean|[[CacheEqualsSelect|/API/CodeSamples/CacheEqualsSelect]]|Gets or sets the value indicating whether "Equals (Select)" value should be cached.|False|
48 40
|Boolean|[[CacheQueries|/API/CodeSamples/CacheQueries]]|Gets or sets the value indicating whether all queries for the should be cached.|True|
49 41
|Boolean|[[CacheReports|/API/CodeSamples/CacheReports]]|Gets or sets the value indicating whether all loaded reports should be cached.|True|
50 42
|Boolean|[[CacheSchema|/API/CodeSamples/CacheSchema]]|Gets or sets the value indicating whether should be cached.|True|
51 43
|Boolean|[[CacheStoredProcedureMetaDataToDisk|/API/CodeSamples/CacheStoredProcedureMetaDataToDisk]]|Gets or sets the value indicating is the information about the stored procedures will be cached on disk.|False|
52
-|Boolean|[[CascadeFilterValues|/API/CodeSamples/CascadeFilterValues]]|Gets or sets the value indicating whether filter values will be cascaded.
53
- For example, this will only show cities in the countries selected on the prior filter|True|
44
+|Boolean|[[CascadeFilterValues|/API/CodeSamples/CascadeFilterValues]]|Gets or sets the value indicating whether filter values will be cascaded. For example, this will only show cities in the countries selected on the prior filter|True|
54 45
|Char|[[CategoryCharacter|/API/CodeSamples/CategoryCharacter]]|Get or set delimiter which is used to delimit category name and report name|\|
55 46
|Boolean|[[ChangParentUrlWhenRedirect|/API/CodeSamples/ChangParentUrlWhenRedirect]]||False|
56 47
|ChartingEngine|[[ChartingEngine|/API/CodeSamples/ChartingEngine]]|Defines which ChartingEngine will be used (ZedGraph, ComponentArt, or Dundas)|DundasChart|
... ...
@@ -84,14 +75,12 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
84 75
|String|[[DashboardsCssUrl|/API/CodeSamples/DashboardsCssUrl]]|Gets or sets the css stylesheet URL for the .|rs.aspx?css=dashboard|
85 76
|String|[[DashboardTabBackgroundImageUrl|/API/CodeSamples/DashboardTabBackgroundImageUrl]]|Gets or sets the URL of the tabs background image for Dashboard.|String.Empty|
86 77
|String|[[DashboardViewer|/API/CodeSamples/DashboardViewer]]|Gets or sets the URL of the dashboard viewer page.|ReportViewer.aspx|
87
-|String|[[DashboardViewerWithDelimiter|/API/CodeSamples/DashboardViewerWithDelimiter]]|Gets the report viewer page with "?" or "&" char at the end.|Dashboards.aspx?|
78
+|String|[[DashboardViewerWithDelimiter|/API/CodeSamples/DashboardViewerWithDelimiter]]|Gets the report viewer page with "?" or "&" char at the end.|ReportViewer.aspx?|
88 79
|String|[[DatabaseDiagramImageUrl|/API/CodeSamples/DatabaseDiagramImageUrl]]|Gets or sets the URL of image with database diagram.|String.Empty|
89 80
|Int32|[[DataCacheInterval|/API/CodeSamples/DataCacheInterval]]||0|
90
-|NameDistinctValueCollection|[[DataSourceAliases|/API/CodeSamples/DataSourceAliases]]|Gets or sets the collection of key-value pairs where the key is the table name and
91
- the value is a table alias.|NameDistinctValueCollection|
81
+|NameDistinctValueCollection|[[DataSourceAliases|/API/CodeSamples/DataSourceAliases]]|Gets or sets the collection of key-value pairs where the key is the table name and the value is a table alias.|NameDistinctValueCollection|
92 82
|NameStringsCollection|[[DataSourceCategories|/API/CodeSamples/DataSourceCategories]]|This allows to assign sets of datasources to different categories.|Izenda.AdHoc.Collections.NameStringsCollection|
93
-|TimeSpan|[[DataSourceDropDownTimeout|/API/CodeSamples/DataSourceDropDownTimeout]]|Gets or sets the timeout between starting loading dropdown values from server
94
- and redicecting to About page.|00:00:15|
83
+|TimeSpan|[[DataSourceDropDownTimeout|/API/CodeSamples/DataSourceDropDownTimeout]]|Gets or sets the timeout between starting loading dropdown values from server and redicecting to About page.|00:00:15|
95 84
|Unit|[[DataSourceDropDownWidth|/API/CodeSamples/DataSourceDropDownWidth]]|Gets or sets the width of data source dropdown.|190px|
96 85
|String|[[DataSourceHeading|/API/CodeSamples/DataSourceHeading]]|Renames the heading within the datasources tab of Izenda Reports.|Data Sources (Tables and Views)|
97 86
|Int32|[[DataSourceLimit|/API/CodeSamples/DataSourceLimit]]|Limits the number of data sources Izenda Reports allows to be used as data sources in a single report.|1000|
... ...
@@ -115,8 +104,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
115 104
|Unit|[[DescriptionWidth|/API/CodeSamples/DescriptionWidth]]|Gets or sets the width of description edit.|100px|
116 105
|NameValueCollection|[[DetailReportFormatString|/API/CodeSamples/DetailReportFormatString]]|Gets or sets the extended link formats for "Detail Link" format.|System.Collections.Specialized.NameValueCollection|
117 106
|Boolean|[[Distinct|/API/CodeSamples/Distinct]]|Gets or sets the initial value for field.|True|
118
-|Boolean|[[DistinctSubtotalInnerQuery|/API/CodeSamples/DistinctSubtotalInnerQuery]]|Gets or sets the value indicating whether DISTINCT option should be used
119
- in inner query for the subtotals calculating.|True|
107
+|Boolean|[[DistinctSubtotalInnerQuery|/API/CodeSamples/DistinctSubtotalInnerQuery]]|Gets or sets the value indicating whether DISTINCT option should be used in inner query for the subtotals calculating.|True|
120 108
|FormatCollection|[[DrillDownStyle|/API/CodeSamples/DrillDownStyle]]|Gets or sets the list of available drill-down report fields formats.|Izenda.AdHoc.FormatCollection|
121 109
|AggregateFunctionCollection|[[DundasAggregateFunctions|/API/CodeSamples/DundasAggregateFunctions]]||Izenda.AdHoc.AggregateFunctionCollection|
122 110
|String|[[EmailFromAddress|/API/CodeSamples/EmailFromAddress]]|Email from address for the automated scheduler.|adhoc@yourdomain.com|
... ...
@@ -124,39 +112,30 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
124 112
|Boolean|[[EmbedReportInServerEmail|/API/CodeSamples/EmbedReportInServerEmail]]|Gets or sets the value indicating whether report will be embedded in the server email.|False|
125 113
|String|[[EmptyReportString|/API/CodeSamples/EmptyReportString]]||String.Empty|
126 114
|Int32|[[EqualsDropDownLimit|/API/CodeSamples/EqualsDropDownLimit]]|Limits the number of (options) rows selectable through an equals (drop down) filter.|2000|
127
-|Int32|[[EqualsDropDownTimeout|/API/CodeSamples/EqualsDropDownTimeout]]|Gets or sets the wait time in seconds for "Equals (Select)"
128
- dropdown values loading.|10|
115
+|Int32|[[EqualsDropDownTimeout|/API/CodeSamples/EqualsDropDownTimeout]]|Gets or sets the wait time in seconds for "Equals (Select)" dropdown values loading.|10|
129 116
|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[]]|
130 117
|String|[[EqualsSelectDateFormat|/API/CodeSamples/EqualsSelectDateFormat]]|Gets or sets default date format utilized by the equals select filters.|MM/dd/yyyy|
131 118
|Int32|[[EqualsSelectLimit|/API/CodeSamples/EqualsSelectLimit]]|Limits the number of (options) rows selectable through an equals (drop down) filter.|500|
132 119
|String|[[EqualsSelectText|/API/CodeSamples/EqualsSelectText]]|Gets or sets the text of "Equals (Select)" operator.|Equals (Select)|
133
-|Int32|[[EqualsSelectTimeout|/API/CodeSamples/EqualsSelectTimeout]]|Gets or sets the wait time in seconds for "Equals (Select)"
134
- dropdown values loading.|60|
120
+|Int32|[[EqualsSelectTimeout|/API/CodeSamples/EqualsSelectTimeout]]|Gets or sets the wait time in seconds for "Equals (Select)" dropdown values loading.|60|
135 121
|String|[[ErrorIzendaReplacement|/API/CodeSamples/ErrorIzendaReplacement]]|Gets or set value wich will replace "Izenda" word in StackTrace while exception|Izenda|
136
-|String[]|[[ExistingDatabaseConstraints|/API/CodeSamples/ExistingDatabaseConstraints]]|Gets database constraints.|System.String[]|
137
-|Boolean|[[ExpandCategorizedReports|/API/CodeSamples/ExpandCategorizedReports]]|Gets or sets the value indicating whether categorized
138
- reports should be expanded by default.|True|
122
+|String[]|[[ExistingDatabaseConstraints|/API/CodeSamples/ExistingDatabaseConstraints]]|Gets database constraints.|String.Empty|
123
+|Boolean|[[ExpandCategorizedReports|/API/CodeSamples/ExpandCategorizedReports]]|Gets or sets the value indicating whether categorized reports should be expanded by default.|True|
139 124
|Boolean|[[ExpandVisualGroupGrids|/API/CodeSamples/ExpandVisualGroupGrids]]|Gets or sets the value indicating visual groups are expanded by default.|True|
140 125
|TextSharpFontWrapper|[[ExportFont|/API/CodeSamples/ExportFont]]|Gets or sets the font for the PDF and RTF outputs.|String.Empty|
141 126
|Int32|[[ExportLimit|/API/CodeSamples/ExportLimit]]|Gets or set value indicating ReportSet max row count while export|100000|
142
-|NameValueCollection|[[ExtendedFormats|/API/CodeSamples/ExtendedFormats]]|Gets or sets the collection of names and values of additional formats
143
- which should be displayed in "Formats" dropdown lists.|Izenda.AdHoc.ExtendedFormatsCollection|
144
-|String[]|[[ExtendedFunctions|/API/CodeSamples/ExtendedFunctions]]|Gets or sets the array of additional functions to display in every
145
- "Functions" dropdown lists.|System.String[]|
146
-|NameValueCollection|[[FieldAliases|/API/CodeSamples/FieldAliases]]|Gets or sets the collection of key-value pairs where the key is the field name and
147
- the value is a field alias.|System.Collections.Specialized.NameValueCollection|
127
+|NameValueCollection|[[ExtendedFormats|/API/CodeSamples/ExtendedFormats]]|Gets or sets the collection of names and values of additional formats which should be displayed in "Formats" dropdown lists.|Izenda.AdHoc.ExtendedFormatsCollection|
128
+|String[]|[[ExtendedFunctions|/API/CodeSamples/ExtendedFunctions]]|Gets or sets the array of additional functions to display in every "Functions" dropdown lists.|System.String[]|
129
+|NameValueCollection|[[FieldAliases|/API/CodeSamples/FieldAliases]]|Gets or sets the collection of key-value pairs where the key is the field name and the value is a field alias.|System.Collections.Specialized.NameValueCollection|
148 130
|Unit|[[FieldDropDownWidth|/API/CodeSamples/FieldDropDownWidth]]|Gets or sets the width of field dropdown.|200px|
149
-|String|[[FieldFilterRegex|/API/CodeSamples/FieldFilterRegex]]|Gets or sets the regular expression used for column filtering.
150
- If name of a column matches this expression then it will not be shown.|MD5&124;^(Passw)|
131
+|String|[[FieldFilterRegex|/API/CodeSamples/FieldFilterRegex]]|Gets or sets the regular expression used for column filtering. If name of a column matches this expression then it will not be shown.|MD5&124;^(Passw)|
151 132
|Int32|[[FieldLimit|/API/CodeSamples/FieldLimit]]|Limits the number of fields Izenda Reports allows to be used in a single report.|1000|
152 133
|FieldList|[[FieldList|/API/CodeSamples/FieldList]]|Gets or sets the default control.|Izenda.Web.UI.FieldList|
153
-|String|[[FieldsRegex|/API/CodeSamples/FieldsRegex]]|Gets or sets the regular expression used for column filtering in Field tab.
154
- If name of a column matches this expression then it will not be shown in fields select in Field tab.|MD5&124;^(Passw)|
134
+|String|[[FieldsRegex|/API/CodeSamples/FieldsRegex]]|Gets or sets the regular expression used for column filtering in Field tab. If name of a column matches this expression then it will not be shown in fields select in Field tab.|MD5&124;^(Passw)|
155 135
|String|[[FieldValueCssUrl|/API/CodeSamples/FieldValueCssUrl]]|Css file to be used on reports with Field|Value style.|rs.aspx?css=FieldValue|
156 136
|Unit|[[FilterParameterWidth|/API/CodeSamples/FilterParameterWidth]]|Gets or sets the width of filter parameter edit.|300px|
157 137
|String|[[FiltersCustomPagesPath|/API/CodeSamples/FiltersCustomPagesPath]]|Gets or sets the relative path to the Equals(PopUp) custom pages.|String.Empty|
158
-|String|[[FiltersRegex|/API/CodeSamples/FiltersRegex]]|Gets or sets the regular expression used for column filtering in Filter tab.
159
- If name of a column matches this expression then it will not be shown in fields select in Filter tab.|MD5&124;^(Passw)|
138
+|String|[[FiltersRegex|/API/CodeSamples/FiltersRegex]]|Gets or sets the regular expression used for column filtering in Filter tab. If name of a column matches this expression then it will not be shown in fields select in Filter tab.|MD5&124;^(Passw)|
160 139
|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|
161 140
|Unit|[[FormatDropDownWidth|/API/CodeSamples/FormatDropDownWidth]]|Gets or sets the width of format dropdown.|190px|
162 141
|FormatCollection|[[Formats|/API/CodeSamples/Formats]]|Gets or sets the list of available fields formats.|Izenda.AdHoc.FormatCollection|
... ...
@@ -167,53 +146,43 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
167 146
|Double|[[GaugeMinimum|/API/CodeSamples/GaugeMinimum]]|Gets or sets the minimum value of gauge.|0|
168 147
|String[]|[[GaugeStyles|/API/CodeSamples/GaugeStyles]]|Gets or sets custom gauge types.|String.Empty|
169 148
|Int32|[[GaugeWidth|/API/CodeSamples/GaugeWidth]]|Gets or sets the gauge width for "Gauge" format.|250|
170
-|Boolean|[[GenerateParameterizedSql|/API/CodeSamples/GenerateParameterizedSql]]|Gets or sets the value indicating whether queries to the database should
171
- be parameterized.|True|
149
+|Boolean|[[GenerateParameterizedSql|/API/CodeSamples/GenerateParameterizedSql]]|Gets or sets the value indicating whether queries to the database should be parameterized.|True|
172 150
|Boolean|[[GenerateThumbnails|/API/CodeSamples/GenerateThumbnails]]|Gets or sets the value indicating whether reports thumbnails should popup in the ReportList.|False|
173 151
|String|[[GeoDataTable|/API/CodeSamples/GeoDataTable]]|Gets or sets the value indicating the table name wich contains geodata for maps.|String.Empty|
174 152
|GetEqualsSelectValuesDelegate|[[GetEqualsSelectValues|/API/CodeSamples/GetEqualsSelectValues]]|Represents a method that returns values for operator.|String.Empty|
175 153
|TableItemStyle|[[GridHeaderStyle|/API/CodeSamples/GridHeaderStyle]]|Gets or sets the OpenOffice output style for report results grid header.|System.Web.UI.WebControls.TableItemStyle|
176 154
|TableItemStyle|[[GridItemStyle|/API/CodeSamples/GridItemStyle]]|Gets or sets the Excel output style for report results grid item.|System.Web.UI.WebControls.TableItemStyle|
177 155
|Color|[[HeaderForegroundColor|/API/CodeSamples/HeaderForegroundColor]]|Gets or sets the color of report header.|Color [White]|
178
-|String|[[HeaderStyle|/API/CodeSamples/HeaderStyle]]|Gets or sets the style for the , and
179
- headers.|font-family: verdana, arial, helvetica, sans-serif; font-size: 11px;color:blue;|
180
-|NameValueCollection|[[HelpText|/API/CodeSamples/HelpText]]|Gets or sets the collection of key-value pairs where the key is the tab name and
181
- the value is a hint that will be shown when mouse is over the appropriate tab.|System.Collections.Specialized.NameValueCollection|
156
+|String|[[HeaderStyle|/API/CodeSamples/HeaderStyle]]|Gets or sets the style for the , and headers.|font-family: verdana, arial, helvetica, sans-serif; font-size: 11px;color:blue;|
157
+|NameValueCollection|[[HelpText|/API/CodeSamples/HelpText]]|Gets or sets the collection of key-value pairs where the key is the tab name and the value is a hint that will be shown when mouse is over the appropriate tab.|System.Collections.Specialized.NameValueCollection|
182 158
|String[]|[[HiddenCategories|/API/CodeSamples/HiddenCategories]]|Sets which categories are hidden for the current user|String.Empty|
183 159
|String[]|[[HiddenColumns|/API/CodeSamples/HiddenColumns]]|Gets or sets the array of Column names should be hidden in fileds dropdown.|String.Empty|
184 160
|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|
185 161
|List`1|[[HiddenTimeZones|/API/CodeSamples/HiddenTimeZones]]|List of timezones to hide.|System.Collections.Generic.List`1[System.Double]|
186
-|String|[[IdentifiersRegex|/API/CodeSamples/IdentifiersRegex]]||^.*[iI][Dd]$|
187
-|String|[[ImagesPath|/API/CodeSamples/ImagesPath]]|Gets or sets the path of the folder which contains the images used by Ad Hoc.
188
- If the value is then built-in images will be used.|String.Empty|
162
+|String|[[IdentifiersRegex|/API/CodeSamples/IdentifiersRegex]]||String.Empty|
163
+|String|[[ImagesPath|/API/CodeSamples/ImagesPath]]|Gets or sets the path of the folder which contains the images used by Ad Hoc. If the value is then built-in images will be used.|String.Empty|
189 164
|Boolean|[[InheritFiltersInSubreports|/API/CodeSamples/InheritFiltersInSubreports]]|Gets or sets the value indicating whether filters will be inherited in subreports.|True|
190 165
|String|[[InstantReport|/API/CodeSamples/InstantReport]]|Gets or sets the URL of the report viewer page.|InstantReport.aspx|
191 166
|String|[[InstantReportWithDelimiter|/API/CodeSamples/InstantReportWithDelimiter]]|Gets the instant report page with "?" or "&" char at the end.|InstantReport.aspx?|
192
-|Boolean|[[InvalidateSchemaOnNew|/API/CodeSamples/InvalidateSchemaOnNew]]|Gets or sets the value indicating whether database schema is invalidated then
193
- user creates new report.|False|
167
+|Boolean|[[InvalidateSchemaOnNew|/API/CodeSamples/InvalidateSchemaOnNew]]|Gets or sets the value indicating whether database schema is invalidated then user creates new report.|False|
194 168
|Int32|[[InvertedGridLimit|/API/CodeSamples/InvertedGridLimit]]|Gets or sets the maximum count of rows for inverted grid.|36|
195 169
|Color|[[ItemForegroundColor|/API/CodeSamples/ItemForegroundColor]]|Gets or sets the color of report header.|Color [Black]|
196 170
|Unit|[[JoinDropDownWidth|/API/CodeSamples/JoinDropDownWidth]]|Gets or sets the width of join type dropdown.|100px|
197 171
|JoinedTablesList|[[JoinedTablesList|/API/CodeSamples/JoinedTablesList]]|Gets or sets the default control.|Izenda.Web.UI.JoinedTablesList|
198
-|String|[[JoinFieldRegex|/API/CodeSamples/JoinFieldRegex]]|Gets or sets the regular expression used for table filtering.
199
- If name of a table or a column matches this expression then it will be excluded|String.Empty|
200
-|NameValueCollection|[[LabelAliases|/API/CodeSamples/LabelAliases]]|Gets or sets the collection of key-value pairs where the key is the field name and
201
- the value is a field alias.|System.Collections.Specialized.NameValueCollection|
172
+|String|[[JoinFieldRegex|/API/CodeSamples/JoinFieldRegex]]|Gets or sets the regular expression used for table filtering. If name of a table or a column matches this expression then it will be excluded|String.Empty|
173
+|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|
202 174
|AdHocLanguage|[[Language|/API/CodeSamples/Language]]|Friendly setter of the default culture for Ad Hoc.|English|
203 175
|Char|[[LiteralComma|/API/CodeSamples/LiteralComma]]|Gets or sets the delimiter separating items in the 'Equals' filter operator value.|,|
204 176
|Boolean|[[LockViewer|/API/CodeSamples/LockViewer]]|Gets or sets the value indicating whether Report Viewer will be locked or not.|False|
205 177
|String|[[LoginUrl|/API/CodeSamples/LoginUrl]]|Gets or sets login page Url.|Login.aspx|
206 178
|MapInfoCollection|[[MapInfoCollection|/API/CodeSamples/MapInfoCollection]]|Gets or sets the registered maps data.|Izenda.AdHoc.Map.MapInfoCollection|
207
-|Size|[[MaxImageSize|/API/CodeSamples/MaxImageSize]]|Gets or sets the maximum image size of the report images.
208
- If the size of an image is larger than the specified value then
209
- the image will be scaled.|{Width=320, Height=240}|
179
+|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}|
210 180
|Int32|[[MaximumReportSizeForCache|/API/CodeSamples/MaximumReportSizeForCache]]||1048576|
211 181
|Single|[[MaxVersion|/API/CodeSamples/MaxVersion]]|Gets Max Version.|6.7|
212 182
|Unit|[[MinPdfFontSize|/API/CodeSamples/MinPdfFontSize]]|Sets the minium font size that will be used when creating a PDF document. Default is 10 point.|10pt|
213 183
|Boolean|[[MultiLevelVisualGrouping|/API/CodeSamples/MultiLevelVisualGrouping]]|Gets or set value indicating whether Visual Groups should be multi-level.|True|
214 184
|String|[[MySqlConnectionString|/API/CodeSamples/MySqlConnectionString]]|Gets or sets the connection string for MySQL.|String.Empty|
215
-|String|[[NoDataSourcePage|/API/CodeSamples/NoDataSourcePage]]|Gets or sets url of the page where user will be redirected if
216
- there is no tables in a data base|Settings.aspx|
185
+|String|[[NoDataSourcePage|/API/CodeSamples/NoDataSourcePage]]|Gets or sets url of the page where user will be redirected if there is no tables in a data base|Settings.aspx|
217 186
|Int32|[[NumChartPerRow|/API/CodeSamples/NumChartPerRow]]|Gets or set value indicating number of charts in one reports row|2|
218 187
|Int32|[[NumChartTabs|/API/CodeSamples/NumChartTabs]]|Gets or set value indicating maximum possibile charts for the report set.|2|
219 188
|Int32|[[NumSharedDropdowns|/API/CodeSamples/NumSharedDropdowns]]|Gets or sets the maximum number of user/roles a report can be shared with.|3|
... ...
@@ -239,8 +208,8 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
239 208
|Int32|[[RecentlyUpdatedCountAtReportList|/API/CodeSamples/RecentlyUpdatedCountAtReportList]]|Gets or sets the value indicating how many reports will shown at recent list at ReportList|0|
240 209
|Color|[[ReportAlternatingItemColor|/API/CodeSamples/ReportAlternatingItemColor]]|Gets or sets the color of report alternating item.|Color [Gainsboro]|
241 210
|Color|[[ReportBorderColor|/API/CodeSamples/ReportBorderColor]]|Gets or sets the color of report border.|Color [White]|
242
-|String|[[ReportCss|/API/CodeSamples/ReportCss]]|Gets or sets the css style for the report HTML and Word output.|@import url(Resources/css/Report.css);|
243
-|String|[[ReportCssUrl|/API/CodeSamples/ReportCssUrl]]|Css file to be used on reports generated by Izenda Reports.|Resources/css/Report.css|
211
+|String|[[ReportCss|/API/CodeSamples/ReportCss]]|Gets or sets the css style for the report HTML and Word output.|@import url(rs.aspx?css=Report);|
212
+|String|[[ReportCssUrl|/API/CodeSamples/ReportCssUrl]]|Css file to be used on reports generated by Izenda Reports.|rs.aspx?css=Report|
244 213
|String|[[ReportDesignerUrl|/API/CodeSamples/ReportDesignerUrl]]|Gets or sets the URL of a page used to design reports ( page).|ReportDesigner.aspx|
245 214
|String|[[ReportDesignerUrlWithDelimiter|/API/CodeSamples/ReportDesignerUrlWithDelimiter]]|Gets the with "?" or "&" char at the end.|ReportDesigner.aspx?|
246 215
|Color|[[ReportHeaderColor|/API/CodeSamples/ReportHeaderColor]]|Gets or sets the color of report header.|Color [DarkSlateBlue]|
... ...
@@ -250,23 +219,16 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
250 219
|Color|[[ReportItemColor|/API/CodeSamples/ReportItemColor]]|Gets or sets the color of report item.|Color [White]|
251 220
|String|[[ReportList|/API/CodeSamples/ReportList]]|Gets or sets the URL of the report list page.|ReportList.aspx|
252 221
|ReportListSettings|[[ReportListSettings|/API/CodeSamples/ReportListSettings]]|Gets or sets the value indicating ReportList display|HideAll|
253
-|ReportSetEventWatcherCollection|[[ReportSetEventWatchers|/API/CodeSamples/ReportSetEventWatchers]]|Gets or sets the collection of registered
254
- which can do some actions on -related events.|Izenda.AdHoc.ReportSetEventWatcherCollection|
255
-|String|[[ReportsPath|/API/CodeSamples/ReportsPath]]|Gets or sets the path of the folder where
256
- stores its reports.
257
- If the value is then reports will be stored
258
- in "Reports" subfolder of application folder.|C:\cygwin64\home\jadams\webforms-cs-2\Reports|
222
+|ReportSetEventWatcherCollection|[[ReportSetEventWatchers|/API/CodeSamples/ReportSetEventWatchers]]|Gets or sets the collection of registered which can do some actions on -related events.|Izenda.AdHoc.ReportSetEventWatcherCollection|
223
+|String|[[ReportsPath|/API/CodeSamples/ReportsPath]]|Gets or sets the path of the folder where stores its reports. If the value is then reports will be stored in "Reports" subfolder of application folder.|C:\cygwin64\home\jadams\webforms-cs-2\Reports|
259 224
|Boolean|[[ReportsSharedByDefault|/API/CodeSamples/ReportsSharedByDefault]]||True|
260 225
|StorageMode|[[ReportStorageMode|/API/CodeSamples/ReportStorageMode]]|Defines how reports are stored - in the file system or in the database|Filesystem|
261 226
|ReportTypeCollection|[[ReportTypes|/API/CodeSamples/ReportTypes]]|Gets or sets the report types.|Izenda.AdHoc.ReportTypeCollection|
262 227
|String|[[ReportViewer|/API/CodeSamples/ReportViewer]]|Gets or sets the URL of the report viewer page.|ReportViewer.aspx|
263 228
|Int32|[[ReportViewerDefaultPreviewResults|/API/CodeSamples/ReportViewerDefaultPreviewResults]]|Specifies the default number of results previewed in the report view page for all reports.|100|
264
-|String|[[ReportViewerPostHtml|/API/CodeSamples/ReportViewerPostHtml]]|Gets or sets the string contains html code that placing after the
265
- entire HtmlOutputReportResults section.|String.Empty|
266
-|String|[[ReportViewerPreHtml|/API/CodeSamples/ReportViewerPreHtml]]|Gets or sets the string contains html code that placing before the
267
- entire HtmlOutputReportResults section.|String.Empty|
268
-|Int32|[[ReportViewerRefreshInterval|/API/CodeSamples/ReportViewerRefreshInterval]]|Gets or sets the milliseconds between preview auto-refresh.
269
- If 0 then there no auto-refresh.|0|
229
+|String|[[ReportViewerPostHtml|/API/CodeSamples/ReportViewerPostHtml]]|Gets or sets the string contains html code that placing after the entire HtmlOutputReportResults section.|String.Empty|
230
+|String|[[ReportViewerPreHtml|/API/CodeSamples/ReportViewerPreHtml]]|Gets or sets the string contains html code that placing before the entire HtmlOutputReportResults section.|String.Empty|
231
+|Int32|[[ReportViewerRefreshInterval|/API/CodeSamples/ReportViewerRefreshInterval]]|Gets or sets the milliseconds between preview auto-refresh. If 0 then there no auto-refresh.|0|
270 232
|String|[[ReportViewerWithDelimiter|/API/CodeSamples/ReportViewerWithDelimiter]]|Gets the report viewer page with "?" or "&" char at the end.|ReportViewer.aspx?|
271 233
|String|[[ReportViewPageTitle|/API/CodeSamples/ReportViewPageTitle]]|Gets or sets the title of report view page.|String.Empty|
272 234
|Boolean|[[RequireLogin|/API/CodeSamples/RequireLogin]]|This setting tells Izenda Reports to use the login page specified above in the Login URL setting.|False|
... ...
@@ -290,206 +252,143 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
290 252
|Boolean|[[ShowAddAll|/API/CodeSamples/ShowAddAll]]|Gets or sets the value indicating whether AddAll button and dropdown should be shown in the .|False|
291 253
|Boolean|[[ShowAddFieldInReportViewer|/API/CodeSamples/ShowAddFieldInReportViewer]]||True|
292 254
|Boolean|[[ShowAdminButton|/API/CodeSamples/ShowAdminButton]]|Gets or sets the value indicating showing buttons for administration|True|
293
-|Boolean|[[ShowAdvancedChartingButton|/API/CodeSamples/ShowAdvancedChartingButton]]|Gets or sets the value indicating whether "Show Advanced" button should be shown
294
- in the .|True|
295
-|Boolean|[[ShowAllInPreview|/API/CodeSamples/ShowAllInPreview]]|Gets or sets the value indicating whether "CombinedTop Count" dropdown list should have the
296
- "All" item in preview.|True|
297
-|Boolean|[[ShowAllInResults|/API/CodeSamples/ShowAllInResults]]|Gets or sets the value indicating whether "CombinedTop Count" dropdown list should have the
298
- "All" item in results.|True|
255
+|Boolean|[[ShowAdvancedChartingButton|/API/CodeSamples/ShowAdvancedChartingButton]]|Gets or sets the value indicating whether "Show Advanced" button should be shown in the .|True|
256
+|Boolean|[[ShowAllInPreview|/API/CodeSamples/ShowAllInPreview]]|Gets or sets the value indicating whether "CombinedTop Count" dropdown list should have the "All" item in preview.|True|
257
+|Boolean|[[ShowAllInResults|/API/CodeSamples/ShowAllInResults]]|Gets or sets the value indicating whether "CombinedTop Count" dropdown list should have the "All" item in results.|True|
299 258
|Boolean|[[ShowAllTables|/API/CodeSamples/ShowAllTables]]|Gets or sets the value indicating whether all tables should be shown in tables dropdown.|True|
300
-|Boolean|[[ShowArithmeticInSummary|/API/CodeSamples/ShowArithmeticInSummary]]|Gets or sets the value indicating whether arithmetic operations are shown in the
301
- summary tab of .|False|
259
+|Boolean|[[ShowArithmeticInSummary|/API/CodeSamples/ShowArithmeticInSummary]]|Gets or sets the value indicating whether arithmetic operations are shown in the summary tab of .|False|
302 260
|Boolean|[[ShowArithmeticOperations|/API/CodeSamples/ShowArithmeticOperations]]|Gets or sets the value indicating whether arithmetic operations are shown in .|True|
303
-|Boolean|[[ShowBackButton|/API/CodeSamples/ShowBackButton]]|Gets or sets the value indicating whether "Back" button should be
304
- shown in the .|False|
261
+|Boolean|[[ShowBackButton|/API/CodeSamples/ShowBackButton]]|Gets or sets the value indicating whether "Back" button should be shown in the .|False|
305 262
|Boolean|[[ShowBetweenDateCalendar|/API/CodeSamples/ShowBetweenDateCalendar]]||True|
306 263
|Boolean|[[ShowBulkCSVButton|/API/CodeSamples/ShowBulkCSVButton]]|Gets or sets the value indicating possibility export to BulkCSV|False|
307
-|Boolean|[[ShowCategoryTextboxInSaveDialog|/API/CodeSamples/ShowCategoryTextboxInSaveDialog]]|Gets or sets the value indicating whether category checkbox should be shown
308
- in the save dialog.|True|
264
+|Boolean|[[ShowCategoryTextboxInSaveDialog|/API/CodeSamples/ShowCategoryTextboxInSaveDialog]]|Gets or sets the value indicating whether category checkbox should be shown in the save dialog.|True|
309 265
|Boolean|[[ShowChartLegend|/API/CodeSamples/ShowChartLegend]]|Gets or sets the value indicating whether chart legend should be shown.|True|
310 266
|Boolean|[[ShowChartTab|/API/CodeSamples/ShowChartTab]]|Gets or sets the value indicating whether chart tab should be shown.|True|
311
-|Boolean|[[ShowClientEmailButton|/API/CodeSamples/ShowClientEmailButton]]|Gets or sets the value indicating whether the email from client icon should be
312
- shown in the toolbar.|True|
267
+|Boolean|[[ShowClientEmailButton|/API/CodeSamples/ShowClientEmailButton]]|Gets or sets the value indicating whether the email from client icon should be shown in the toolbar.|True|
313 268
|Boolean|[[ShowConstraintsSettings|/API/CodeSamples/ShowConstraintsSettings]]|Gets or sets the value indicating allows edit constraints settings.|False|
314 269
|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|
315 270
|Boolean|[[ShowCSVButton|/API/CodeSamples/ShowCSVButton]]|Gets or sets the value indicating possibility export to CSV|True|
316
-|Boolean|[[ShowCustomFormatType|/API/CodeSamples/ShowCustomFormatType]]|Gets or sets the value indicating whether "Custom" format type
317
- should be shown in formats dropdown.|False|
271
+|Boolean|[[ShowCustomFormatType|/API/CodeSamples/ShowCustomFormatType]]|Gets or sets the value indicating whether "Custom" format type should be shown in formats dropdown.|False|
318 272
|Boolean|[[ShowDashboardAddDropDown|/API/CodeSamples/ShowDashboardAddDropDown]]|Gets or sets a value indicating whether "add dashboard subreport" should be shown as DropDownList control.|False|
319
-|Boolean|[[ShowDashboardFieldsTab|/API/CodeSamples/ShowDashboardFieldsTab]]|Gets or sets the value indicating whether tab with
320
- dashboard fields is shown.|False|
273
+|Boolean|[[ShowDashboardFieldsTab|/API/CodeSamples/ShowDashboardFieldsTab]]|Gets or sets the value indicating whether tab with dashboard fields is shown.|False|
321 274
|Boolean|[[ShowDashboardPartViewerLinks|/API/CodeSamples/ShowDashboardPartViewerLinks]]|Gets or sets the value indicating whether Dashboard Viewer will have edit links for it's reports|True|
322 275
|Boolean|[[ShowDashboardSettings|/API/CodeSamples/ShowDashboardSettings]]|Gets or sets the value indicating allows edit dashboard settings|False|
323
-|Boolean|[[ShowDatabaseDiagramIcon|/API/CodeSamples/ShowDatabaseDiagramIcon]]|Gets or sets the value indicating whether the Database Diagram icon should be
324
- shown in the toolbar.|True|
276
+|Boolean|[[ShowDatabaseDiagramIcon|/API/CodeSamples/ShowDatabaseDiagramIcon]]|Gets or sets the value indicating whether the Database Diagram icon should be shown in the toolbar.|True|
325 277
|Boolean|[[ShowDatabaseTypes|/API/CodeSamples/ShowDatabaseTypes]]|Gets or set value indicating whether database types should be shown in the fields dropdown.|False|
326 278
|Boolean|[[ShowDataSourcesAsCheckBoxes|/API/CodeSamples/ShowDataSourcesAsCheckBoxes]]|Gets or sets the value indicating mode of data sources list is showed.|True|
327
-|Boolean|[[ShowDataSourcesTab|/API/CodeSamples/ShowDataSourcesTab]]|Gets or sets the value indicating whether tab with
328
- data sources list is showed.|True|
329
-|Boolean|[[ShowDataWhenParametersBlank|/API/CodeSamples/ShowDataWhenParametersBlank]]|Gets or sets the value indicating whether data should be shown
330
- in report viewer if all parameters is blank.|True|
331
-|Boolean|[[ShowDescriptionsInReportsTab|/API/CodeSamples/ShowDescriptionsInReportsTab]]|Gets or sets the value indicating whether reports descriptions should be
332
- shown in the reports tab of .|False|
279
+|Boolean|[[ShowDataSourcesTab|/API/CodeSamples/ShowDataSourcesTab]]|Gets or sets the value indicating whether tab with data sources list is showed.|True|
280
+|Boolean|[[ShowDataWhenParametersBlank|/API/CodeSamples/ShowDataWhenParametersBlank]]|Gets or sets the value indicating whether data should be shown in report viewer if all parameters is blank.|True|
281
+|Boolean|[[ShowDescriptionsInReportsTab|/API/CodeSamples/ShowDescriptionsInReportsTab]]|Gets or sets the value indicating whether reports descriptions should be shown in the reports tab of .|False|
333 282
|Boolean|[[ShowDesignDashboardLink|/API/CodeSamples/ShowDesignDashboardLink]]|Gets or sets the value indicating whether design new dashboard link is shown|True|
334 283
|Boolean|[[ShowDesignLinkInReportViewer|/API/CodeSamples/ShowDesignLinkInReportViewer]]|Gets or set value indicating whether design link should be shown in .|True|
335 284
|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|
336
-|Boolean|[[ShowDetailFormat|/API/CodeSamples/ShowDetailFormat]]|Gets or sets the value indicating whether "Detail Link" format
337
- should be shown in formats dropdown.|True|
285
+|Boolean|[[ShowDetailFormat|/API/CodeSamples/ShowDetailFormat]]|Gets or sets the value indicating whether "Detail Link" format should be shown in formats dropdown.|True|
338 286
|Boolean|[[ShowDistinct|/API/CodeSamples/ShowDistinct]]|Gets or set value indicating whether "Distinct" should be shown at the Data Source tab.|True|
339 287
|Boolean|[[ShowDOCButton|/API/CodeSamples/ShowDOCButton]]|Gets or sets the value indicating possibility export to DOC|True|
340
-|Boolean|[[ShowEtlButton|/API/CodeSamples/ShowEtlButton]]|Gets or sets the value indicating whether the upload data button should be
341
- shown in the report viewer.|False|
342
-|Boolean|[[ShowFieldAsValueDropDown|/API/CodeSamples/ShowFieldAsValueDropDown]]|Gets or sets the value indicating whether fields dropdown will be shown as value
343
- on "Is Less Then (Field)", "Is Greater Then (Field)" and "Equals (Field)" operators.|True|
344
-|Boolean|[[ShowFieldsTab|/API/CodeSamples/ShowFieldsTab]]|Gets or sets the value indicating whether tab with
345
- fields list is shown.|True|
346
-|Boolean|[[ShowFieldValueCheckbox|/API/CodeSamples/ShowFieldValueCheckbox]]|Gets or sets the value indicating whether "Field|Value" checkbox should be shown
347
- in the field tab.|True|
348
-|Boolean|[[ShowFieldValueSummaryCheckbox|/API/CodeSamples/ShowFieldValueSummaryCheckbox]]|Gets or sets the value indicating whether "Field|Value" checkbox should be shown
349
- in the summary tab.|True|
288
+|Boolean|[[ShowEtlButton|/API/CodeSamples/ShowEtlButton]]|Gets or sets the value indicating whether the upload data button should be shown in the report viewer.|False|
289
+|Boolean|[[ShowFieldAsValueDropDown|/API/CodeSamples/ShowFieldAsValueDropDown]]|Gets or sets the value indicating whether fields dropdown will be shown as value on "Is Less Then (Field)", "Is Greater Then (Field)" and "Equals (Field)" operators.|True|
290
+|Boolean|[[ShowFieldsTab|/API/CodeSamples/ShowFieldsTab]]|Gets or sets the value indicating whether tab with fields list is shown.|True|
291
+|Boolean|[[ShowFieldValueCheckbox|/API/CodeSamples/ShowFieldValueCheckbox]]|Gets or sets the value indicating whether "Field|Value" checkbox should be shown in the field tab.|True|
292
+|Boolean|[[ShowFieldValueSummaryCheckbox|/API/CodeSamples/ShowFieldValueSummaryCheckbox]]|Gets or sets the value indicating whether "Field|Value" checkbox should be shown in the summary tab.|True|
350 293
|Boolean|[[ShowFilterFunctions|/API/CodeSamples/ShowFilterFunctions]]|Gets or sets the value indicating whether Remove All button should be shown in the .|True|
351 294
|Boolean|[[ShowFilterLogic|/API/CodeSamples/ShowFilterLogic]]|Gets or sets the value indicating whether Filter Logic should be shown in the .|True|
352 295
|Boolean|[[ShowFiltersInDashboards|/API/CodeSamples/ShowFiltersInDashboards]]|Gets or set value indicating whether filters should be shown in .|True|
353 296
|Boolean|[[ShowFiltersInReportViewer|/API/CodeSamples/ShowFiltersInReportViewer]]|Gets or set value indicating whether filters should be shown in .|True|
354
-|Boolean|[[ShowFiltersTab|/API/CodeSamples/ShowFiltersTab]]|Gets or sets the value indicating whether tab with
355
- filters list is showed.|True|
356
-|Boolean|[[ShowFunctions|/API/CodeSamples/ShowFunctions]]|Gets or sets the value indicating whether functions should be shown
357
- in the .|True|
297
+|Boolean|[[ShowFiltersTab|/API/CodeSamples/ShowFiltersTab]]|Gets or sets the value indicating whether tab with filters list is showed.|True|
298
+|Boolean|[[ShowFunctions|/API/CodeSamples/ShowFunctions]]|Gets or sets the value indicating whether functions should be shown in the .|True|
358 299
|Boolean|[[ShowGaugePercentage|/API/CodeSamples/ShowGaugePercentage]]|Gets or sets the value indicating whether percentage at gauges should be shown.|False|
359 300
|Boolean|[[ShowGaugeTab|/API/CodeSamples/ShowGaugeTab]]|Gets or sets the value indicating whether gauges tab should be shown in report designer.|True|
360
-|Boolean|[[ShowGoButton|/API/CodeSamples/ShowGoButton]]|Gets or sets the value indicating whether "Go" button should be shown
361
- in the .|False|
301
+|Boolean|[[ShowGoButton|/API/CodeSamples/ShowGoButton]]|Gets or sets the value indicating whether "Go" button should be shown in the .|False|
362 302
|Boolean|[[ShowGradientBackground|/API/CodeSamples/ShowGradientBackground]]|Gets or sets the value indicating is data grid items will be shaded with gradient|False|
363
-|Boolean|[[ShowGroupInFunctionDropdown|/API/CodeSamples/ShowGroupInFunctionDropdown]]|Gets or sets the value indicating whether GROUP feature should be shown as a function.
364
- Otherwise, it will be shown as a separate checkbox.|True|
303
+|Boolean|[[ShowGroupInFunctionDropdown|/API/CodeSamples/ShowGroupInFunctionDropdown]]|Gets or sets the value indicating whether GROUP feature should be shown as a function. Otherwise, it will be shown as a separate checkbox.|True|
365 304
|Boolean|[[ShowGroupMonth|/API/CodeSamples/ShowGroupMonth]]|Gets or set value indicating whether Group(Month) function should be visible.|False|
366
-|Boolean|[[ShowHelpButton|/API/CodeSamples/ShowHelpButton]]|Gets or sets the value indicating whether the "HideHelpPanel" icon should be
367
- shown in the toolbar.|False|
305
+|Boolean|[[ShowHelpButton|/API/CodeSamples/ShowHelpButton]]|Gets or sets the value indicating whether the "HideHelpPanel" icon should be shown in the toolbar.|False|
368 306
|Boolean|[[ShowHtmlAsCode|/API/CodeSamples/ShowHtmlAsCode]]|This feature enables/disables showing HTML code containing in database fields as plain text.|False|
369 307
|Boolean|[[ShowInTimePeriod|/API/CodeSamples/ShowInTimePeriod]]|Gets or sets the value indicating whether "In Time Period" item is shown in operators dropdown.|True|
370
-|Boolean|[[ShowInvertSummaryCheckbox|/API/CodeSamples/ShowInvertSummaryCheckbox]]|Gets or sets the value indicating whether "Invert" checkbox should be shown
371
- in the summary tab.|False|
372
-|Boolean|[[ShowInvisible|/API/CodeSamples/ShowInvisible]]|Gets or sets the value indicating whether invisible checkboxes should be
373
- shown in the .|False|
374
-|Boolean|[[ShowJoinDropDown|/API/CodeSamples/ShowJoinDropDown]]|Gets or sets the value indicating whether join type dropdown should be
375
- shown in the .|False|
376
-|Boolean|[[ShowJustification|/API/CodeSamples/ShowJustification]]|Gets or sets the value indicating whether justification type should be
377
- shown in the field tab.|True|
308
+|Boolean|[[ShowInvertSummaryCheckbox|/API/CodeSamples/ShowInvertSummaryCheckbox]]|Gets or sets the value indicating whether "Invert" checkbox should be shown in the summary tab.|False|
309
+|Boolean|[[ShowInvisible|/API/CodeSamples/ShowInvisible]]|Gets or sets the value indicating whether invisible checkboxes should be shown in the .|False|
310
+|Boolean|[[ShowJoinDropDown|/API/CodeSamples/ShowJoinDropDown]]|Gets or sets the value indicating whether join type dropdown should be shown in the .|False|
311
+|Boolean|[[ShowJustification|/API/CodeSamples/ShowJustification]]|Gets or sets the value indicating whether justification type should be shown in the field tab.|True|
378 312
|Boolean|[[ShowLinkFormats|/API/CodeSamples/ShowLinkFormats]]|This feature enables/disables the link format function options for fields in the fields tab of reportdesigner.|True|
379 313
|Boolean|[[ShowLoadingForDesigner|/API/CodeSamples/ShowLoadingForDesigner]]|Gets or set value indicating whether loading message should be shown.|False|
380 314
|Boolean|[[ShowLoadingOnDesignerLoad|/API/CodeSamples/ShowLoadingOnDesignerLoad]]|Gets or set value indicating whether loading message should be shown on designer load.|False|
381 315
|Boolean|[[ShowLogoInPdf|/API/CodeSamples/ShowLogoInPdf]]||False|
382
-|Boolean|[[ShowMapTab|/API/CodeSamples/ShowMapTab]]|Gets or sets the value indicating whether the Map Tab should be
383
- shown in the report viewer.|True|
316
+|Boolean|[[ShowMapTab|/API/CodeSamples/ShowMapTab]]|Gets or sets the value indicating whether the Map Tab should be shown in the report viewer.|True|
384 317
|Boolean|[[ShowMenuInReportViewer|/API/CodeSamples/ShowMenuInReportViewer]]|Gets or set value indicating whether menu should be shown in .|False|
385 318
|Boolean|[[ShowMiscTab|/API/CodeSamples/ShowMiscTab]]|This checkbox enables/disables the misc tab from the Izenda Reports application report designer page.|True|
386
-|Boolean|[[ShowModifyButton|/API/CodeSamples/ShowModifyButton]]|Gets or sets the value indicating whether the "Modify" button should be
387
- shown in the report viewer.|True|
319
+|Boolean|[[ShowModifyButton|/API/CodeSamples/ShowModifyButton]]|Gets or sets the value indicating whether the "Modify" button should be shown in the report viewer.|True|
388 320
|Boolean|[[ShowMultiLineControls|/API/CodeSamples/ShowMultiLineControls]]|Gets or sets the value indicating whether "Multi-Line" feature is enabled.|False|
389
-|Boolean|[[ShowNewButton|/API/CodeSamples/ShowNewButton]]|Gets or sets the value indicating whether the "New" icon should be
390
- shown in the toolbar.|True|
321
+|Boolean|[[ShowNewButton|/API/CodeSamples/ShowNewButton]]|Gets or sets the value indicating whether the "New" icon should be shown in the toolbar.|True|
391 322
|Boolean|[[ShowNonIndexedJoinFields|/API/CodeSamples/ShowNonIndexedJoinFields]]|Gets or sets the value indicating whether non-indexed join fields should be shown.|True|
392 323
|Boolean|[[ShowODTButton|/API/CodeSamples/ShowODTButton]]|Gets or sets the value indicating possibility export to ODT|False|
393 324
|Boolean|[[ShowOnlineDocumentation|/API/CodeSamples/ShowOnlineDocumentation]]|Gets or sets the value indicating if it's nessesary to show Details button in Settings.|True|
394 325
|Boolean|[[ShowOpenOfficeButton|/API/CodeSamples/ShowOpenOfficeButton]]|Gets or sets the value indicating possibility export to OpenOffice|False|
395 326
|Boolean|[[ShowPDFButton|/API/CodeSamples/ShowPDFButton]]|Gets or sets the value indicating possibility export to PDF|True|
396 327
|Boolean|[[ShowPivot|/API/CodeSamples/ShowPivot]]|Enables/disables the option of adding pivots to reports.|True|
397
-|Boolean|[[ShowPoweredByLogo|/API/CodeSamples/ShowPoweredByLogo]]|Gets or sets the value indicating whether "Powered By Izenda" logo
398
- should be shown.|False|
399
-|Boolean|[[ShowPreviewTab|/API/CodeSamples/ShowPreviewTab]]|Gets or sets the value indicating whether tab with
400
- preview is showed.|True|
401
-|Boolean|[[ShowPublishRdlButton|/API/CodeSamples/ShowPublishRdlButton]]|Gets or sets the value indicating whether publish rdl button should be
402
- shown in the reports tab of .|False|
403
-|Boolean|[[ShowRdlOutputIcon|/API/CodeSamples/ShowRdlOutputIcon]]|Gets or sets the value indicating whether rdl button should be
404
- shown in the reports tab of .|False|
328
+|Boolean|[[ShowPoweredByLogo|/API/CodeSamples/ShowPoweredByLogo]]|Gets or sets the value indicating whether "Powered By Izenda" logo should be shown.|False|
329
+|Boolean|[[ShowPreviewTab|/API/CodeSamples/ShowPreviewTab]]|Gets or sets the value indicating whether tab with preview is showed.|True|
330
+|Boolean|[[ShowPublishRdlButton|/API/CodeSamples/ShowPublishRdlButton]]|Gets or sets the value indicating whether publish rdl button should be shown in the reports tab of .|False|
331
+|Boolean|[[ShowRdlOutputIcon|/API/CodeSamples/ShowRdlOutputIcon]]|Gets or sets the value indicating whether rdl button should be shown in the reports tab of .|False|
405 332
|Boolean|[[ShowRecentDatasources|/API/CodeSamples/ShowRecentDatasources]]|Gets or sets the value indicating whether recent datasources dropdown list will be shown in ReportDesigner.|True|
406 333
|Boolean|[[ShowRemoveAll|/API/CodeSamples/ShowRemoveAll]]|Gets or sets the value indicating whether Remove All button should be shown in the .|True|
407 334
|Boolean|[[ShowRemoveFieldInReportViewer|/API/CodeSamples/ShowRemoveFieldInReportViewer]]||True|
408
-|Boolean|[[ShowReportClassifiers|/API/CodeSamples/ShowReportClassifiers]]|Gets or sets the value indicating whether
409
- control should be shown in the "Misc" tab.|True|
335
+|Boolean|[[ShowReportClassifiers|/API/CodeSamples/ShowReportClassifiers]]|Gets or sets the value indicating whether control should be shown in the "Misc" tab.|True|
410 336
|Boolean|[[ShowReportColor|/API/CodeSamples/ShowReportColor]]|Gets or sets the value indicating whether report color dropdowns are shown in .|True|
411 337
|Boolean|[[ShowReportingServicesSettings|/API/CodeSamples/ShowReportingServicesSettings]]|Gets or sets the value indicating allows edit reporting services settings|False|
412
-|Boolean|[[ShowReportsInHtmlOutput|/API/CodeSamples/ShowReportsInHtmlOutput]]|Gets or sets the value indicating whether the list of reports should be shown in the
413
- Report viewer.|True|
414
-|Boolean|[[ShowReportsListAsDropDown|/API/CodeSamples/ShowReportsListAsDropDown]]|Gets or sets the value indicating whether reports displayed in Archive tab should
415
- be hyperlinks or should be items of dropdown list box.
416
- if reports should be displayed as hyperlinks.
417
- if reports should be displayed as items of dropdown list box.|False|
418
-|Boolean|[[ShowReportsTab|/API/CodeSamples/ShowReportsTab]]|Gets or sets the value indicating whether tab with
419
- reports list is showed.|False|
338
+|Boolean|[[ShowReportsInHtmlOutput|/API/CodeSamples/ShowReportsInHtmlOutput]]|Gets or sets the value indicating whether the list of reports should be shown in the Report viewer.|True|
339
+|Boolean|[[ShowReportsListAsDropDown|/API/CodeSamples/ShowReportsListAsDropDown]]|Gets or sets the value indicating whether reports displayed in Archive tab should be hyperlinks or should be items of dropdown list box. if reports should be displayed as hyperlinks. if reports should be displayed as items of dropdown list box.|False|
340
+|Boolean|[[ShowReportsTab|/API/CodeSamples/ShowReportsTab]]|Gets or sets the value indicating whether tab with reports list is showed.|False|
420 341
|Boolean|[[ShowResponseServerDetails|/API/CodeSamples/ShowResponseServerDetails]]|Gets or set value indicating showing diagnostic test at response server page|True|
421
-|Boolean|[[ShowRowButtons|/API/CodeSamples/ShowRowButtons]]|Gets or sets the value indicating whether insert and move buttons should be
422
- shown in the .|True|
342
+|Boolean|[[ShowRowButtons|/API/CodeSamples/ShowRowButtons]]|Gets or sets the value indicating whether insert and move buttons should be shown in the .|True|
423 343
|Boolean|[[ShowRTFButton|/API/CodeSamples/ShowRTFButton]]|Gets or sets the value indicating possibility export to RTF|True|
424
-|Boolean|[[ShowSaveAsToolbarButton|/API/CodeSamples/ShowSaveAsToolbarButton]]|Gets or sets the value indicating whether "Save As" button should be shown
425
- in the .|True|
426
-|Boolean|[[ShowSaveControls|/API/CodeSamples/ShowSaveControls]]|Gets or sets the value indicating whether save controls should be
427
- shown in the reports tab of and in the .|True|
428
-|Boolean|[[ShowSaveControlsInReportsTab|/API/CodeSamples/ShowSaveControlsInReportsTab]]|Gets or sets the value indicating whether save controls should be
429
- shown in the reports tab of .|False|
430
-|Boolean|[[ShowSaveInReportViewer|/API/CodeSamples/ShowSaveInReportViewer]]|Gets or sets the value indicating whether save controls should be
431
- shown in the ReportViewer.|True|
432
-|Boolean|[[ShowSaveRdlToolbarButton|/API/CodeSamples/ShowSaveRdlToolbarButton]]|Gets or sets the value indicating whether "Save As RDL" button should be shown
433
- in the .|False|
434
-|Boolean|[[ShowScheduleControls|/API/CodeSamples/ShowScheduleControls]]|Gets or sets the value indicating whether
435
- should be shown in the "Misc" tab.|True|
436
-|Boolean|[[ShowServerEmailButton|/API/CodeSamples/ShowServerEmailButton]]|Gets or sets the value indicating whether the email from server icon should be
437
- shown in the toolbar.|False|
438
-|Boolean|[[ShowSettingsButton|/API/CodeSamples/ShowSettingsButton]]|Gets or sets the value indicating showing buttons for administration.
439
- An alias for ShowAdminButton setting.|True|
344
+|Boolean|[[ShowSaveAsToolbarButton|/API/CodeSamples/ShowSaveAsToolbarButton]]|Gets or sets the value indicating whether "Save As" button should be shown in the .|True|
345
+|Boolean|[[ShowSaveControls|/API/CodeSamples/ShowSaveControls]]|Gets or sets the value indicating whether save controls should be shown in the reports tab of and in the .|True|
346
+|Boolean|[[ShowSaveControlsInReportsTab|/API/CodeSamples/ShowSaveControlsInReportsTab]]|Gets or sets the value indicating whether save controls should be shown in the reports tab of .|False|
347
+|Boolean|[[ShowSaveInReportViewer|/API/CodeSamples/ShowSaveInReportViewer]]|Gets or sets the value indicating whether save controls should be shown in the ReportViewer.|True|
348
+|Boolean|[[ShowSaveRdlToolbarButton|/API/CodeSamples/ShowSaveRdlToolbarButton]]|Gets or sets the value indicating whether "Save As RDL" button should be shown in the .|False|
349
+|Boolean|[[ShowScheduleControls|/API/CodeSamples/ShowScheduleControls]]|Gets or sets the value indicating whether should be shown in the "Misc" tab.|True|
350
+|Boolean|[[ShowServerEmailButton|/API/CodeSamples/ShowServerEmailButton]]|Gets or sets the value indicating whether the email from server icon should be shown in the toolbar.|False|
351
+|Boolean|[[ShowSettingsButton|/API/CodeSamples/ShowSettingsButton]]|Gets or sets the value indicating showing buttons for administration. An alias for ShowAdminButton setting.|True|
440 352
|Boolean|[[ShowSettingsButtonForNonAdmins|/API/CodeSamples/ShowSettingsButtonForNonAdmins]]|Defines if Settings button will be shown to users without administrator rights|False|
441 353
|Boolean|[[ShowSharedCheckbox|/API/CodeSamples/ShowSharedCheckbox]]||True|
442 354
|Boolean|[[ShowSharingControl|/API/CodeSamples/ShowSharingControl]]|Gets or sets the value indicating is the sharing control will be shown.|True|
443 355
|Boolean|[[ShowSideHelp|/API/CodeSamples/ShowSideHelp]]|Gets or set value indicating whether side help should be shown in .|False|
444 356
|Boolean|[[ShowSimpleModeViewer|/API/CodeSamples/ShowSimpleModeViewer]]|Gets or sets a value indicating whether report viewer mode is simple mode.|False|
445
-|Boolean|[[ShowSqlOutputIcon|/API/CodeSamples/ShowSqlOutputIcon]]|Gets or sets the value indicating whether the SQL output icon should be
446
- shown in the toolbar.|True|
357
+|Boolean|[[ShowSqlOutputIcon|/API/CodeSamples/ShowSqlOutputIcon]]|Gets or sets the value indicating whether the SQL output icon should be shown in the toolbar.|True|
447 358
|Boolean|[[ShowStackTrace|/API/CodeSamples/ShowStackTrace]]|Gets or sets the value indicating format for showing exceptions.|True|
448 359
|Boolean|[[ShowStyleTab|/API/CodeSamples/ShowStyleTab]]|Gets or sets the value indicating whether style tab should be shown in the report designer.|True|
449 360
|Boolean|[[ShowSummaryLine|/API/CodeSamples/ShowSummaryLine]]|This feature allows the usage of a summary line in the fields tab of report designer.|True|
450 361
|Boolean|[[ShowSummaryTab|/API/CodeSamples/ShowSummaryTab]]|Gets or sets the value indicating whether summary tab should be shown.|True|
451
-|Boolean|[[ShowTableNames|/API/CodeSamples/ShowTableNames]]|Gets or sets the value indicating whether colums should be grouped by table name.
452
- Otherwise show columns as "ColumnName(TableName)".|True|
362
+|Boolean|[[ShowTableNames|/API/CodeSamples/ShowTableNames]]|Gets or sets the value indicating whether colums should be grouped by table name. Otherwise show columns as "ColumnName(TableName)".|True|
453 363
|Boolean|[[ShowTenantField|/API/CodeSamples/ShowTenantField]]|When false, this hides the field identified in the TenantField property|True|
454 364
|Boolean|[[ShowTimeZoneDropdown|/API/CodeSamples/ShowTimeZoneDropdown]]|Gets or sets the value indicating whether timezone dropdown will be shown in the Report Designer.|True|
455
-|Boolean|[[ShowTopInFields|/API/CodeSamples/ShowTopInFields]]|Gets or sets the value indicating whether results count dropdown
456
- should be shown in the fields tab of .|True|
457
-|Boolean|[[ShowTopInSummary|/API/CodeSamples/ShowTopInSummary]]|Gets or sets the value indicating whether results count dropdown
458
- should be shown in the summary tab of .|True|
365
+|Boolean|[[ShowTopInFields|/API/CodeSamples/ShowTopInFields]]|Gets or sets the value indicating whether results count dropdown should be shown in the fields tab of .|True|
366
+|Boolean|[[ShowTopInSummary|/API/CodeSamples/ShowTopInSummary]]|Gets or sets the value indicating whether results count dropdown should be shown in the summary tab of .|True|
459 367
|Boolean|[[ShowVisualGroupLabels|/API/CodeSamples/ShowVisualGroupLabels]]|Gets or sets the value indicating whether field names should be shown in visual group header.|False|
460
-|Boolean|[[ShowWatermarkedExports|/API/CodeSamples/ShowWatermarkedExports]]|Gets or sets the value indicating whether watermarked
461
- export should be used on license errors.|True|
462
-|Boolean|[[ShowWaterMarks|/API/CodeSamples/ShowWaterMarks]]|Gets or sets the value indicating whether watermarks
463
- should be used on license errors.|True|
464
-|Boolean|[[ShowWidth|/API/CodeSamples/ShowWidth]]|Gets or sets the value indicating whether width edit should be
465
- shown in the .|False|
368
+|Boolean|[[ShowWatermarkedExports|/API/CodeSamples/ShowWatermarkedExports]]|Gets or sets the value indicating whether watermarked export should be used on license errors.|True|
369
+|Boolean|[[ShowWaterMarks|/API/CodeSamples/ShowWaterMarks]]|Gets or sets the value indicating whether watermarks should be used on license errors.|True|
370
+|Boolean|[[ShowWidth|/API/CodeSamples/ShowWidth]]|Gets or sets the value indicating whether width edit should be shown in the .|False|
466 371
|Boolean|[[ShowXLSButton|/API/CodeSamples/ShowXLSButton]]|Gets or sets the value indicating possibility export to XLS|True|
467 372
|String|[[SimpleFilterCssUrl|/API/CodeSamples/SimpleFilterCssUrl]]|Gets or sets the css stylesheet URL for the .|rs.aspx?css=SimpleFilter|
468
-|Boolean|[[SingleLineViewerToolbar|/API/CodeSamples/SingleLineViewerToolbar]]|Gets or set value indicating whether toolbar should
469
- be single line.|False|
373
+|Boolean|[[SingleLineViewerToolbar|/API/CodeSamples/SingleLineViewerToolbar]]|Gets or set value indicating whether toolbar should be single line.|False|
470 374
|String|[[SmtpLogin|/API/CodeSamples/SmtpLogin]]|Gets or sets the SMTP server login.|String.Empty|
471 375
|String|[[SmtpPassword|/API/CodeSamples/SmtpPassword]]|Gets or sets the SMTP server password.|String.Empty|
472 376
|String|[[SmtpServer|/API/CodeSamples/SmtpServer]]|Gets or sets the SMTP server address for sending e-mails.|localhost|
473
-|Boolean|[[SortColumnNames|/API/CodeSamples/SortColumnNames]]|Gets or sets the value indicating whether dropdowns with column names
474
- are sorted alphabetically.|True|
377
+|Boolean|[[SortColumnNames|/API/CodeSamples/SortColumnNames]]|Gets or sets the value indicating whether dropdowns with column names are sorted alphabetically.|True|
475 378
|Int32|[[SqlCommandTimeout|/API/CodeSamples/SqlCommandTimeout]]|Gets or sets the wait time in seconds for database command dropdown values loading.|3600|
476
-|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;|
379
+|String|[[SqlServerConnectionString|/API/CodeSamples/SqlServerConnectionString]]|Gets or sets the connection string for MS SQL Server.|String.Empty|
477 380
|Boolean|[[StoreCurrentReportSetInApplication|/API/CodeSamples/StoreCurrentReportSetInApplication]]|Gets or sets whether reportSet should be stored in application instead of session.|False|
478 381
|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|
479 382
|Boolean|[[StoreImagesToCache|/API/CodeSamples/StoreImagesToCache]]|Gets or sets the value indicating how temporary images should be stored.|True|
480 383
|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|
481
-|Boolean|[[StripInvalidCharacters|/API/CodeSamples/StripInvalidCharacters]]|Gets or sets the value indicating whether invalid characters in report names
482
- should be striped.|True|
483
-|String|[[SubCalculationFilterRegex|/API/CodeSamples/SubCalculationFilterRegex]]|Gets or sets the regular expression used for subtotals calculation.
484
- If name of a column matches this expression then it will not be added to subtotals.|ID$&124;Id$&124;^id$&124;_id$|
384
+|Boolean|[[StripInvalidCharacters|/API/CodeSamples/StripInvalidCharacters]]|Gets or sets the value indicating whether invalid characters in report names should be striped.|True|
385
+|String|[[SubCalculationFilterRegex|/API/CodeSamples/SubCalculationFilterRegex]]|Gets or sets the regular expression used for subtotals calculation. If name of a column matches this expression then it will not be added to subtotals.|ID$&124;Id$&124;^id$&124;_id$|
485 386
|String|[[TabBackgroundImageUrl|/API/CodeSamples/TabBackgroundImageUrl]]|Gets or sets the URL of the tabs background image.|rs.aspx?image=TabStrip.Background.gif|
486
-|NameDistinctValueCollection|[[TableAliases|/API/CodeSamples/TableAliases]]|Gets or sets the collection of key-value pairs where the key is the table name and
487
- the value is a table alias.|NameDistinctValueCollection|
387
+|NameDistinctValueCollection|[[TableAliases|/API/CodeSamples/TableAliases]]|Gets or sets the collection of key-value pairs where the key is the table name and the value is a table alias.|NameDistinctValueCollection|
488 388
|Unit|[[TableDropDownWidth|/API/CodeSamples/TableDropDownWidth]]|Gets or sets the width of table dropdown.|190px|
489
-|String|[[TableFilterRegex|/API/CodeSamples/TableFilterRegex]]|Gets or sets the regular expression used for table filtering.
490
- If name of a table or a column matches this expression then it will be excluded|^(IzendaAdHoc)|
491
-|String|[[TabsCss|/API/CodeSamples/TabsCss]]|Gets or sets the css style for the .|@import url(Resources/css/tabs.css);|
492
-|String|[[TabsCssUrl|/API/CodeSamples/TabsCssUrl]]|Gets or sets the css stylesheet URL for the .|Resources/css/tabs.css|
389
+|String|[[TableFilterRegex|/API/CodeSamples/TableFilterRegex]]|Gets or sets the regular expression used for table filtering. If name of a table or a column matches this expression then it will be excluded|^(IzendaAdHoc)|
390
+|String|[[TabsCss|/API/CodeSamples/TabsCss]]|Gets or sets the css style for the .|@import url(rs.aspx?css=tabs);|
391
+|String|[[TabsCssUrl|/API/CodeSamples/TabsCssUrl]]|Gets or sets the css stylesheet URL for the .|rs.aspx?css=tabs|
493 392
|String|[[TempFiles|/API/CodeSamples/TempFiles]]|Gets or set value indicating path to temporary files.|TempFiles|
494 393
|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|
495 394
|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|
... ...
@@ -508,8 +407,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
508 407
|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|
509 408
|Boolean|[[UseConstraintsForJoins|/API/CodeSamples/UseConstraintsForJoins]]|Gets or sets the value indicating if multiple autojoining conditions are allowed.|False|
510 409
|Boolean|[[UseDefaultDialogs|/API/CodeSamples/UseDefaultDialogs]]|Gets or sets the value indicating whether system dialogs should be shown instead of Ad hoc dialogs.|False|
511
-|Boolean|[[UseFriendlyErrors|/API/CodeSamples/UseFriendlyErrors]]|Gets or sets the value indicating whether friendly errors
512
- should be shown on exceptions.|True|
410
+|Boolean|[[UseFriendlyErrors|/API/CodeSamples/UseFriendlyErrors]]|Gets or sets the value indicating whether friendly errors should be shown on exceptions.|True|
513 411
|Boolean|[[UseImageDescriptions|/API/CodeSamples/UseImageDescriptions]]||False|
514 412
|Boolean|[[UseNoLock|/API/CodeSamples/UseNoLock]]|Gets or sets the value indicating whether nolock statment will be used in sql-queries|True|
515 413
|Boolean|[[UseNonPostbackDeleting|/API/CodeSamples/UseNonPostbackDeleting]]|Gets or sets the value indicating whether should not be postback on report deleting.|True|