0e75a541929eda934d847d3f474dfacbf39650e6
API/AdHocSettings.md
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | #AdHocSettings |
| 2 | 2 | |
| 3 | -The ``AdHocSettings`` class contains all the settings Izenda uses to control various aspects of the interface and flow of data. Many of the more useful settings are explained in detail in our [[Guide to Report Design|/Guides/ReportDesign]] and [[Developer Guides|/Guides/Developer-Links-and-Guides]]. |
|
| 3 | +The ``AdHocSettings`` class contains all the settings Izenda uses to control various aspects of the interface and flow of data. Many of the more useful settings are explained in detail in our [[Guide to Report Design|/Guides/ReportDesign]] and [[Developer Guides|/Guides/Developer-Links-and-Guides]]. |
|
| 4 | 4 | |
| 5 | 5 | |Datatype|Setting name|Setting description|Default Value| |
| 6 | 6 | |:-------|:----------:|:-----------------:|:-----------:| |
| 7 | 7 | |String|[[AddAllFilterRegex|/API/CodeSamples/AddAllFilterRegex]]|Gets or sets the regular expression used for "Add All" filtering. If name of a column matches this expression then it will not be added on "Add All" click.|(id|guid)$| |
| 8 | -|Dictionary`2|[[AdditionalTimeZones|/API/CodeSamples/AdditionalTimeZones]]|List of additional timezones.(deprecated)|System.Collections.Generic.Dictionary`2[System.String,System.Double]| |
|
| 8 | +|Dictionary`2|[[AdditionalTimeZones|/API/CodeSamples/AdditionalTimeZones]]|List of additional timezones.**(deprecated)**|System.Collections.Generic.Dictionary`2[System.String,System.Double]| |
|
| 9 | 9 | |AdHocConfig|[[AdHocConfig|/API/CodeSamples/AdHocConfig]]|Gets or sets the current - Ad Hoc configuration.|Izenda.AdHoc.FileSystemAdHocConfig| |
| 10 | 10 | |String|[[AdHocUserKey|/API/CodeSamples/AdHocUserKey]]|Gets or sets a single password limiting access to the report designer, report list and report viewer.|String.Empty| |
| 11 | 11 | |AggregateFunctionCollection|[[AggregateFunctions|/API/CodeSamples/AggregateFunctions]]||Izenda.AdHoc.AggregateFunctionCollection| |
| ... | ... | @@ -20,9 +20,9 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 20 | 20 | |Boolean|[[AllowDomainJoin|/API/CodeSamples/AllowDomainJoin]]|Gets or set value indicating domain join should be shown at report designer.|False| |
| 21 | 21 | |Boolean|[[AllowEqualsSelectForStoredProcedures|/API/CodeSamples/AllowEqualsSelectForStoredProcedures]]|Gets or sets the value indicating is it allowed to use Equals(Select) or Equals(Multiple) for filters in case when stored procedure used.|False| |
| 22 | 22 | |Boolean|[[AllowFieldsAsValue|/API/CodeSamples/AllowFieldsAsValue]]|Gets or sets the value indicating whether field name is allowed in filter value.|True| |
| 23 | -|Boolean|[[AllowGroupWithoutSelect|/API/CodeSamples/AllowGroupWithoutSelect]]|Gets or sets value indicating if it is possible to make invisible fields which are used for Visual Grouping.(deprecated)|False| |
|
| 23 | +|Boolean|[[AllowGroupWithoutSelect|/API/CodeSamples/AllowGroupWithoutSelect]]|Gets or sets value indicating if it is possible to make invisible fields which are used for Visual Grouping.**(deprecated)**|False| |
|
| 24 | 24 | |Boolean|[[AllowHorizontalBarChart|/API/CodeSamples/AllowHorizontalBarChart]]|Gets or sets the value indicating whether Horizontal Bar Chart is allowed|True| |
| 25 | -|Boolean|[[AllowHtmlOutputsInScheduledReports|/API/CodeSamples/AllowHtmlOutputsInScheduledReports]]|Get or set value indicating allowing formats for scheduling reports(deprecated)|True| |
|
| 25 | +|Boolean|[[AllowHtmlOutputsInScheduledReports|/API/CodeSamples/AllowHtmlOutputsInScheduledReports]]|Get or set value indicating allowing formats for scheduling reports**(deprecated)**|True| |
|
| 26 | 26 | |Boolean|[[AllowInvalidCharacters|/API/CodeSamples/AllowInvalidCharacters]]|Gets or sets the value indicating whether invalid characters in report namesare allowed if not striped.|False| |
| 27 | 27 | |Boolean|[[AllowInvertedGrid|/API/CodeSamples/AllowInvertedGrid]]|Gets or sets the value indicating whether "Invert" checkbox should be shown in the summary tab.|False| |
| 28 | 28 | |Boolean|[[AllowLineOnBar|/API/CodeSamples/AllowLineOnBar]]|Gets or sets the value indicating whether is it allowed line on Bar chart.|True| |
| ... | ... | @@ -32,11 +32,12 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 32 | 32 | |Boolean|[[AllowSelfJoin|/API/CodeSamples/AllowSelfJoin]]|Gets or sets the value indicating whether is it allowed datasources self join.|True| |
| 33 | 33 | |Boolean|[[AllowStackedBarChart|/API/CodeSamples/AllowStackedBarChart]]|Gets or sets the value indicating whether Stacked Bar Chart is allowed|True| |
| 34 | 34 | |Boolean|[[AllowSummaryDeltas|/API/CodeSamples/AllowSummaryDeltas]]|Gets or sets the value indicating whether "Show Summary Deltas" checkbox should be shown in the summary tab.|True| |
| 35 | -|Boolean|[[AllowVisualGroups|/API/CodeSamples/AllowVisualGroups]]|Gets or sets the value indicating whether visual groups are allowed.(deprecated)|True| |
|
| 35 | +|Boolean|[[AllowVisualGroups|/API/CodeSamples/AllowVisualGroups]]|Gets or sets the value indicating whether visual groups are allowed.**(deprecated)**|True| |
|
| 36 | 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 for server-rendered rows in(deprecated)|True| |
|
| 37 | +|Boolean|[[AutoJoinOnRenderedRows|/API/CodeSamples/AutoJoinOnRenderedRows]]|Gets or sets the value indicating whether auto-join function should work for server-rendered rows in**(deprecated)**|True| |
|
| 38 | 38 | |Boolean|[[AutoPostBackOnFilterChange|/API/CodeSamples/AutoPostBackOnFilterChange]]|Gets or sets the value indicating whether should be postback on filter change.|True| |
| 39 | 39 | |Boolean|[[CacheEqualsSelect|/API/CodeSamples/CacheEqualsSelect]]|Gets or sets the value indicating whether "Equals (Select)" value should be cached.|False| |
| 40 | +|String|[[CacheFolder|/API/CodeSamples/CacheFolder]]|Gets or sets the folder where cache is stored|Path.GetTempPath| |
|
| 40 | 41 | |Boolean|[[CacheQueries|/API/CodeSamples/CacheQueries]]|Gets or sets the value indicating whether all queries for the should be cached.|True| |
| 41 | 42 | |Boolean|[[CacheReports|/API/CodeSamples/CacheReports]]|Gets or sets the value indicating whether all loaded reports should be cached.|True| |
| 42 | 43 | |Boolean|[[CacheSchema|/API/CodeSamples/CacheSchema]]|Gets or sets the value indicating whether should be cached.|True| |
| ... | ... | @@ -50,13 +51,13 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 50 | 51 | |Point|[[ChartSize|/API/CodeSamples/ChartSize]]|Gets or sets the value indicating chart size.|{X=700,Y=300}| |
| 51 | 52 | |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| |
| 52 | 53 | |Int32|[[CheckBoxListColumns|/API/CodeSamples/CheckBoxListColumns]]|Number of checkboxes columns in "Quick add" dialog in the report designer|2| |
| 53 | -|Boolean|[[CheckForUpdates|/API/CodeSamples/CheckForUpdates]]|Gets or sets the value indicating whether AdHoc is check for updates.(deprecated)|False| |
|
| 54 | +|Boolean|[[CheckForUpdates|/API/CodeSamples/CheckForUpdates]]|Gets or sets the value indicating whether AdHoc is check for updates.**(deprecated)**|False| |
|
| 54 | 55 | |Boolean|[[CheckUserPermission|/API/CodeSamples/CheckUserPermission]]|Get or set value indicating checking user permission|True| |
| 55 | -|Boolean|[[CollapsedFiltersInReportViewer|/API/CodeSamples/CollapsedFiltersInReportViewer]]|Gets or set value indicating whether filters should be initially collapsed in .(deprecated)|False| |
|
| 56 | +|Boolean|[[CollapsedFiltersInReportViewer|/API/CodeSamples/CollapsedFiltersInReportViewer]]|Gets or set value indicating whether filters should be initially collapsed in .**(deprecated)**|False| |
|
| 56 | 57 | |Unit|[[ColumnDropDownWidth|/API/CodeSamples/ColumnDropDownWidth]]|Gets or sets the width of column dropdown.|200px| |
| 57 | 58 | |CultureInfo|[[Culture|/API/CodeSamples/Culture]]|Gets or sets the default culture for Ad Hoc.|en-US| |
| 58 | 59 | |Boolean|[[CurrentUserIsAdmin|/API/CodeSamples/CurrentUserIsAdmin]]|Gets or sets a value indicating whether current user is admin.|True| |
| 59 | -|Boolean|[[CurrentUserIsGlobalAdministrator|/API/CodeSamples/CurrentUserIsGlobalAdministrator]]|Defines if current user has global administrator rights(deprecated)|False| |
|
| 60 | +|Boolean|[[CurrentUserIsGlobalAdministrator|/API/CodeSamples/CurrentUserIsGlobalAdministrator]]|Defines if current user has global administrator rights**(deprecated)**|False| |
|
| 60 | 61 | |String|[[CurrentUserName|/API/CodeSamples/CurrentUserName]]|Gets or sets the name of the current user.|DefaultAdministrator| |
| 61 | 62 | |String[]|[[CurrentUserRoles|/API/CodeSamples/CurrentUserRoles]]|Gets or sets the the current user groups set.|System.String[]| |
| 62 | 63 | |String|[[CurrentUserTenantId|/API/CodeSamples/CurrentUserTenantId]]|This identifies what tenant the current user is associated with in a multi-tenant system.|String.Empty| |
| ... | ... | @@ -66,12 +67,12 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 66 | 67 | |String|[[DashboardDesignerUrl|/API/CodeSamples/DashboardDesignerUrl]]|Gets or sets the URL of a page used to design dashboards ().|DashboardDesigner.aspx| |
| 67 | 68 | |String|[[DashboardDesignerUrlWithDelimiter|/API/CodeSamples/DashboardDesignerUrlWithDelimiter]]|Gets the with "?" or "&" char at the end.|DashboardDesigner.aspx?| |
| 68 | 69 | |Int32|[[DashboardFieldsCount|/API/CodeSamples/DashboardFieldsCount]]|Gets or sets the count of additional reports.|3| |
| 69 | -|Double|[[DashboardGaugeMax|/API/CodeSamples/DashboardGaugeMax]]|Gets or sets the gauge max value for "Dashboard Gauge" format.(deprecated)|1,79769313486232E+308| |
|
| 70 | -|Double|[[DashboardGaugeMin|/API/CodeSamples/DashboardGaugeMin]]|Gets or sets the guage min value for "Dashboard Gauge" format.(deprecated)|-1,79769313486232E+308| |
|
| 70 | +|Double|[[DashboardGaugeMax|/API/CodeSamples/DashboardGaugeMax]]|Gets or sets the gauge max value for "Dashboard Gauge" format.**(deprecated)**|1.79769313486232E+308| |
|
| 71 | +|Double|[[DashboardGaugeMin|/API/CodeSamples/DashboardGaugeMin]]|Gets or sets the guage min value for "Dashboard Gauge" format.**(deprecated)**|-1.79769313486232E+308| |
|
| 71 | 72 | |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| |
| 72 | -|Int32|[[DashboardMinimumWidth|/API/CodeSamples/DashboardMinimumWidth]]|Gets or set minimum dashboard width.(deprecated)|1000| |
|
| 73 | -|Boolean|[[DashboardMode|/API/CodeSamples/DashboardMode]]|Gets or sets the value indicating whether dashboard mode is enabled.(deprecated)|False| |
|
| 74 | -|String|[[DashboardsCss|/API/CodeSamples/DashboardsCss]]|Gets or sets the css style for the .(deprecated)|@import url(rs.aspx?css=dashboard);| |
|
| 73 | +|Int32|[[DashboardMinimumWidth|/API/CodeSamples/DashboardMinimumWidth]]|Gets or set minimum dashboard width.**(deprecated)**|1000| |
|
| 74 | +|Boolean|[[DashboardMode|/API/CodeSamples/DashboardMode]]|Gets or sets the value indicating whether dashboard mode is enabled.**(deprecated)**|False| |
|
| 75 | +|String|[[DashboardsCss|/API/CodeSamples/DashboardsCss]]|Gets or sets the css style for the .**(deprecated)**|@import url(rs.aspx?css=dashboard);| |
|
| 75 | 76 | |String|[[DashboardsCssUrl|/API/CodeSamples/DashboardsCssUrl]]|Gets or sets the css stylesheet URL for the .|rs.aspx?css=dashboard| |
| 76 | 77 | |String|[[DashboardTabBackgroundImageUrl|/API/CodeSamples/DashboardTabBackgroundImageUrl]]|Gets or sets the URL of the tabs background image for Dashboard.|String.Empty| |
| 77 | 78 | |String|[[DashboardViewer|/API/CodeSamples/DashboardViewer]]|Gets or sets the URL of the dashboard viewer page.|ReportViewer.aspx| |
| ... | ... | @@ -81,7 +82,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 81 | 82 | |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| |
| 82 | 83 | |NameStringsCollection|[[DataSourceCategories|/API/CodeSamples/DataSourceCategories]]|This allows to assign sets of datasources to different categories.|Izenda.AdHoc.Collections.NameStringsCollection| |
| 83 | 84 | |TimeSpan|[[DataSourceDropDownTimeout|/API/CodeSamples/DataSourceDropDownTimeout]]|Gets or sets the timeout between starting loading dropdown values from server and redicecting to About page.|00:00:15| |
| 84 | -|Unit|[[DataSourceDropDownWidth|/API/CodeSamples/DataSourceDropDownWidth]]|Gets or sets the width of data source dropdown.(deprecated)|190px| |
|
| 85 | +|Unit|[[DataSourceDropDownWidth|/API/CodeSamples/DataSourceDropDownWidth]]|Gets or sets the width of data source dropdown.**(deprecated)**|190px| |
|
| 85 | 86 | |String|[[DataSourceHeading|/API/CodeSamples/DataSourceHeading]]|Renames the heading within the datasources tab of Izenda Reports.|Data Sources (Tables and Views)| |
| 86 | 87 | |Int32|[[DataSourceLimit|/API/CodeSamples/DataSourceLimit]]|Limits the number of data sources Izenda Reports allows to be used as data sources in a single report.|1000| |
| 87 | 88 | |Int32|[[DateArithmeticDecimalPlaces|/API/CodeSamples/DateArithmeticDecimalPlaces]]|Gets or sets the value indicating how many decimal places dates show up when comparing dates.|0| |
| ... | ... | @@ -102,7 +103,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 102 | 103 | |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| |
| 103 | 104 | |String|[[DefaultVisibilityForNonAdmins|/API/CodeSamples/DefaultVisibilityForNonAdmins]]|Gets or sets the default default visibility group for non admins.|OnlyMe| |
| 104 | 105 | |Unit|[[DescriptionWidth|/API/CodeSamples/DescriptionWidth]]|Gets or sets the width of description edit.|100px| |
| 105 | -|NameValueCollection|[[DetailReportFormatString|/API/CodeSamples/DetailReportFormatString]]|Gets or sets the extended link formats for "Detail Link" format.(deprecated)|System.Collections.Specialized.NameValueCollection| |
|
| 106 | +|NameValueCollection|[[DetailReportFormatString|/API/CodeSamples/DetailReportFormatString]]|Gets or sets the extended link formats for "Detail Link" format.**(deprecated)**|System.Collections.Specialized.NameValueCollection| |
|
| 106 | 107 | |Boolean|[[Distinct|/API/CodeSamples/Distinct]]|Gets or sets the initial value for field.|True| |
| 107 | 108 | |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| |
| 108 | 109 | |FormatCollection|[[DrillDownStyle|/API/CodeSamples/DrillDownStyle]]|Gets or sets the list of available drill-down report fields formats.|Izenda.AdHoc.FormatCollection| |
| ... | ... | @@ -111,10 +112,10 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 111 | 112 | |String|[[EmailSubjectFormatString|/API/CodeSamples/EmailSubjectFormatString]]|Gets or set subject of the emailed report for scheduler.|{0}| |
| 112 | 113 | |Boolean|[[EmbedReportInServerEmail|/API/CodeSamples/EmbedReportInServerEmail]]|Gets or sets the value indicating whether report will be embedded in the server email.|False| |
| 113 | 114 | |String|[[EmptyReportString|/API/CodeSamples/EmptyReportString]]||String.Empty| |
| 114 | -|Int32|[[EqualsDropDownLimit|/API/CodeSamples/EqualsDropDownLimit]]|Limits the number of (options) rows selectable through an equals (drop down) filter.(deprecated)|2000| |
|
| 115 | -|Int32|[[EqualsDropDownTimeout|/API/CodeSamples/EqualsDropDownTimeout]]|Gets or sets the wait time in seconds for "Equals (Select)" dropdown values loading.(deprecated)|10| |
|
| 115 | +|Int32|[[EqualsDropDownLimit|/API/CodeSamples/EqualsDropDownLimit]]|Limits the number of (options) rows selectable through an equals (drop down) filter.**(deprecated)**|2000| |
|
| 116 | +|Int32|[[EqualsDropDownTimeout|/API/CodeSamples/EqualsDropDownTimeout]]|Gets or sets the wait time in seconds for "Equals (Select)" dropdown values loading.**(deprecated)**|10| |
|
| 116 | 117 | |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[]]| |
| 117 | -|String|[[EqualsSelectDateFormat|/API/CodeSamples/EqualsSelectDateFormat]]|Gets or sets default date format utilized by the equals select filters.(deprecated)|MM/dd/yyyy| |
|
| 118 | +|String|[[EqualsSelectDateFormat|/API/CodeSamples/EqualsSelectDateFormat]]|Gets or sets default date format utilized by the equals select filters.**(deprecated)**|MM/dd/yyyy| |
|
| 118 | 119 | |Int32|[[EqualsSelectLimit|/API/CodeSamples/EqualsSelectLimit]]|Limits the number of (options) rows selectable through an equals (drop down) filter.|500| |
| 119 | 120 | |String|[[EqualsSelectText|/API/CodeSamples/EqualsSelectText]]|Gets or sets the text of "Equals (Select)" operator.|Equals (Select)| |
| 120 | 121 | |Int32|[[EqualsSelectTimeout|/API/CodeSamples/EqualsSelectTimeout]]|Gets or sets the wait time in seconds for "Equals (Select)" dropdown values loading.|60| |
| ... | ... | @@ -124,15 +125,15 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 124 | 125 | |Boolean|[[ExpandVisualGroupGrids|/API/CodeSamples/ExpandVisualGroupGrids]]|Gets or sets the value indicating visual groups are expanded by default.|True| |
| 125 | 126 | |TextSharpFontWrapper|[[ExportFont|/API/CodeSamples/ExportFont]]|Gets or sets the font for the PDF and RTF outputs.|String.Empty| |
| 126 | 127 | |Int32|[[ExportLimit|/API/CodeSamples/ExportLimit]]|Gets or set value indicating ReportSet max row count while export|100000| |
| 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.(deprecated)|Izenda.AdHoc.ExtendedFormatsCollection| |
|
| 128 | +|NameValueCollection|[[ExtendedFormats|/API/CodeSamples/ExtendedFormats]]|Gets or sets the collection of names and values of additional formats which should be displayed in "Formats" dropdown lists.**(deprecated)**|Izenda.AdHoc.ExtendedFormatsCollection| |
|
| 128 | 129 | |String[]|[[ExtendedFunctions|/API/CodeSamples/ExtendedFunctions]]|Gets or sets the array of additional functions to display in every "Functions" dropdown lists.|System.String[]| |
| 129 | 130 | |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| |
| 130 | 131 | |Unit|[[FieldDropDownWidth|/API/CodeSamples/FieldDropDownWidth]]|Gets or sets the width of field dropdown.|200px| |
| 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.(deprecated)|MD5|^(Passw)| |
|
| 132 | +|String|[[FieldFilterRegex|/API/CodeSamples/FieldFilterRegex]]|Gets or sets the regular expression used for column filtering. If name of a column matches this expression then it will not be shown.**(deprecated)**|MD5|^(Passw)| |
|
| 132 | 133 | |Int32|[[FieldLimit|/API/CodeSamples/FieldLimit]]|Limits the number of fields Izenda Reports allows to be used in a single report.|1000| |
| 133 | -|FieldList|[[FieldList|/API/CodeSamples/FieldList]]|Gets or sets the default control.(deprecated)|Izenda.Web.UI.FieldList| |
|
| 134 | +|FieldList|[[FieldList|/API/CodeSamples/FieldList]]|Gets or sets the default control.**(deprecated)**|Izenda.Web.UI.FieldList| |
|
| 134 | 135 | |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|^(Passw)| |
| 135 | -|String|[[FieldValueCssUrl|/API/CodeSamples/FieldValueCssUrl]]|Css file to be used on reports with Field|Value style.|rs.aspx?css=FieldValue| |
|
| 136 | +|String|[[FieldValueCssUrl|/API/CodeSamples/FieldValueCssUrl]]|Css file to be used on reports with Field|Value style.|rs.aspx?css=FieldValue| |
|
| 136 | 137 | |Unit|[[FilterParameterWidth|/API/CodeSamples/FilterParameterWidth]]|Gets or sets the width of filter parameter edit.|300px| |
| 137 | 138 | |String|[[FiltersCustomPagesPath|/API/CodeSamples/FiltersCustomPagesPath]]|Gets or sets the relative path to the Equals(PopUp) custom pages.|String.Empty| |
| 138 | 139 | |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|^(Passw)| |
| ... | ... | @@ -142,8 +143,8 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 142 | 143 | |String|[[FormDesignerUrl|/API/CodeSamples/FormDesignerUrl]]||./Forms/FormDesigner.aspx| |
| 143 | 144 | |Unit|[[FunctionDropDownWidth|/API/CodeSamples/FunctionDropDownWidth]]|Gets or sets the width of function dropdown.|182px| |
| 144 | 145 | |Int32|[[GaugeHeight|/API/CodeSamples/GaugeHeight]]|Gets or sets the gauge height for "Gauge" format.|50| |
| 145 | -|Double|[[GaugeMaximum|/API/CodeSamples/GaugeMaximum]]|Gets or sets the maximum value of gauge.(deprecated)|1| |
|
| 146 | -|Double|[[GaugeMinimum|/API/CodeSamples/GaugeMinimum]]|Gets or sets the minimum value of gauge.(deprecated)|0| |
|
| 146 | +|Double|[[GaugeMaximum|/API/CodeSamples/GaugeMaximum]]|Gets or sets the maximum value of gauge.**(deprecated)**|1| |
|
| 147 | +|Double|[[GaugeMinimum|/API/CodeSamples/GaugeMinimum]]|Gets or sets the minimum value of gauge.**(deprecated)**|0| |
|
| 147 | 148 | |String[]|[[GaugeStyles|/API/CodeSamples/GaugeStyles]]|Gets or sets custom gauge types.|String.Empty| |
| 148 | 149 | |Int32|[[GaugeWidth|/API/CodeSamples/GaugeWidth]]|Gets or sets the gauge width for "Gauge" format.|250| |
| 149 | 150 | |Boolean|[[GenerateParameterizedSql|/API/CodeSamples/GenerateParameterizedSql]]|Gets or sets the value indicating whether queries to the database should be parameterized.|True| |
| ... | ... | @@ -158,7 +159,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 158 | 159 | |String[]|[[HiddenCategories|/API/CodeSamples/HiddenCategories]]|Sets which categories are hidden for the current user|String.Empty| |
| 159 | 160 | |String[]|[[HiddenColumns|/API/CodeSamples/HiddenColumns]]|Gets or sets the array of Column names should be hidden in fileds dropdown.|String.Empty| |
| 160 | 161 | |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| |
| 161 | -|List`1|[[HiddenTimeZones|/API/CodeSamples/HiddenTimeZones]]|List of timezones to hide.(deprecated)|System.Collections.Generic.List`1[System.Double]| |
|
| 162 | +|List`1|[[HiddenTimeZones|/API/CodeSamples/HiddenTimeZones]]|List of timezones to hide.**(deprecated)**|System.Collections.Generic.List`1[System.Double]| |
|
| 162 | 163 | |String|[[IdentifiersRegex|/API/CodeSamples/IdentifiersRegex]]||String.Empty| |
| 163 | 164 | |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| |
| 164 | 165 | |Boolean|[[InheritFiltersInSubreports|/API/CodeSamples/InheritFiltersInSubreports]]|Gets or sets the value indicating whether filters will be inherited in subreports.|True| |
| ... | ... | @@ -168,7 +169,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 168 | 169 | |Int32|[[InvertedGridLimit|/API/CodeSamples/InvertedGridLimit]]|Gets or sets the maximum count of rows for inverted grid.|36| |
| 169 | 170 | |Color|[[ItemForegroundColor|/API/CodeSamples/ItemForegroundColor]]|Gets or sets the color of report header.|Color [Black]| |
| 170 | 171 | |Unit|[[JoinDropDownWidth|/API/CodeSamples/JoinDropDownWidth]]|Gets or sets the width of join type dropdown.|100px| |
| 171 | -|JoinedTablesList|[[JoinedTablesList|/API/CodeSamples/JoinedTablesList]]|Gets or sets the default control.(deprecated)|Izenda.Web.UI.JoinedTablesList| |
|
| 172 | +|JoinedTablesList|[[JoinedTablesList|/API/CodeSamples/JoinedTablesList]]|Gets or sets the default control.**(deprecated)**|Izenda.Web.UI.JoinedTablesList| |
|
| 172 | 173 | |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 | 174 | |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| |
| 174 | 175 | |AdHocLanguage|[[Language|/API/CodeSamples/Language]]|Friendly setter of the default culture for Ad Hoc.|English| |
| ... | ... | @@ -178,9 +179,9 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 178 | 179 | |MapInfoCollection|[[MapInfoCollection|/API/CodeSamples/MapInfoCollection]]|Gets or sets the registered maps data.|Izenda.AdHoc.Map.MapInfoCollection| |
| 179 | 180 | |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}| |
| 180 | 181 | |Int32|[[MaximumReportSizeForCache|/API/CodeSamples/MaximumReportSizeForCache]]||1048576| |
| 181 | -|Single|[[MaxVersion|/API/CodeSamples/MaxVersion]]|Gets Max Version.|6,7| |
|
| 182 | +|Single|[[MaxVersion|/API/CodeSamples/MaxVersion]]|Gets Max Version.|6.7| |
|
| 182 | 183 | |Unit|[[MinPdfFontSize|/API/CodeSamples/MinPdfFontSize]]|Sets the minium font size that will be used when creating a PDF document. Default is 10 point.|10pt| |
| 183 | -|Boolean|[[MultiLevelVisualGrouping|/API/CodeSamples/MultiLevelVisualGrouping]]|Gets or set value indicating whether Visual Groups should be multi-level.(deprecated)|True| |
|
| 184 | +|Boolean|[[MultiLevelVisualGrouping|/API/CodeSamples/MultiLevelVisualGrouping]]|Gets or set value indicating whether Visual Groups should be multi-level.**(deprecated)**|True| |
|
| 184 | 185 | |String|[[MySqlConnectionString|/API/CodeSamples/MySqlConnectionString]]|Gets or sets the connection string for MySQL.|String.Empty| |
| 185 | 186 | |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| |
| 186 | 187 | |Int32|[[NumChartPerRow|/API/CodeSamples/NumChartPerRow]]|Gets or set value indicating number of charts in one reports row|2| |
| ... | ... | @@ -201,14 +202,14 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 201 | 202 | |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.| |
| 202 | 203 | |Int32|[[PreviewTimeout|/API/CodeSamples/PreviewTimeout]]|Gets or sets the for SQL commands.|0| |
| 203 | 204 | |PrintMode|[[PrintMode|/API/CodeSamples/PrintMode]]|Gets or sets the value indicating what print mode will be used, PDF or HTML.|PdfAndHtml| |
| 204 | -|ProcessFiltersDelegate|[[ProcessFiltersDelegate|/API/CodeSamples/ProcessFiltersDelegate]]|Represents a method that handles execution.(deprecated)|String.Empty| |
|
| 205 | +|ProcessFiltersDelegate|[[ProcessFiltersDelegate|/API/CodeSamples/ProcessFiltersDelegate]]|Represents a method that handles execution.**(deprecated)**|String.Empty| |
|
| 205 | 206 | |Int32|[[QuickAddFieldWidth|/API/CodeSamples/QuickAddFieldWidth]]|Gets or set value indicating max length of string in one QuickAdd column|20| |
| 206 | 207 | |Int32|[[QuickAddMinElementsInColumn|/API/CodeSamples/QuickAddMinElementsInColumn]]|Gets or set value indicating how many elements are in one QuickAdd column|20| |
| 207 | 208 | |String|[[RDLFolder|/API/CodeSamples/RDLFolder]]|Gets or sets path to Folder where RDL files whould be saved|RDLFiles| |
| 208 | 209 | |Int32|[[RecentlyUpdatedCountAtReportList|/API/CodeSamples/RecentlyUpdatedCountAtReportList]]|Gets or sets the value indicating how many reports will shown at recent list at ReportList|0| |
| 209 | 210 | |Color|[[ReportAlternatingItemColor|/API/CodeSamples/ReportAlternatingItemColor]]|Gets or sets the color of report alternating item.|Color [Gainsboro]| |
| 210 | 211 | |Color|[[ReportBorderColor|/API/CodeSamples/ReportBorderColor]]|Gets or sets the color of report border.|Color [White]| |
| 211 | -|String|[[ReportCss|/API/CodeSamples/ReportCss]]|Gets or sets the css style for the report HTML and Word output.(deprecated)|@import url(rs.aspx?css=Report);| |
|
| 212 | +|String|[[ReportCss|/API/CodeSamples/ReportCss]]|Gets or sets the css style for the report HTML and Word output.**(deprecated)**|@import url(rs.aspx?css=Report);| |
|
| 212 | 213 | |String|[[ReportCssUrl|/API/CodeSamples/ReportCssUrl]]|Css file to be used on reports generated by Izenda Reports.|rs.aspx?css=Report| |
| 213 | 214 | |String|[[ReportDesignerUrl|/API/CodeSamples/ReportDesignerUrl]]|Gets or sets the URL of a page used to design reports ( page).|ReportDesigner.aspx| |
| 214 | 215 | |String|[[ReportDesignerUrlWithDelimiter|/API/CodeSamples/ReportDesignerUrlWithDelimiter]]|Gets the with "?" or "&" char at the end.|ReportDesigner.aspx?| |
| ... | ... | @@ -218,17 +219,17 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 218 | 219 | |String|[[ReportingService2005Url|/API/CodeSamples/ReportingService2005Url]]|Gets or sets the base URL of the XML Web service.|http://localhost/ReportServer/ReportService2005.asmx| |
| 219 | 220 | |Color|[[ReportItemColor|/API/CodeSamples/ReportItemColor]]|Gets or sets the color of report item.|Color [White]| |
| 220 | 221 | |String|[[ReportList|/API/CodeSamples/ReportList]]|Gets or sets the URL of the report list page.|ReportList.aspx| |
| 221 | -|ReportListSettings|[[ReportListSettings|/API/CodeSamples/ReportListSettings]]|Gets or sets the value indicating ReportList display(deprecated)|HideAll| |
|
| 222 | +|ReportListSettings|[[ReportListSettings|/API/CodeSamples/ReportListSettings]]|Gets or sets the value indicating ReportList display**(deprecated)**|HideAll| |
|
| 222 | 223 | |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| |
|
| 224 | +|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.|ServerPath\Reports| |
|
| 224 | 225 | |Boolean|[[ReportsSharedByDefault|/API/CodeSamples/ReportsSharedByDefault]]||True| |
| 225 | -|StorageMode|[[ReportStorageMode|/API/CodeSamples/ReportStorageMode]]|Defines how reports are stored - in the file system or in the database(deprecated)|Filesystem| |
|
| 226 | -|ReportTypeCollection|[[ReportTypes|/API/CodeSamples/ReportTypes]]|Gets or sets the report types.(deprecated)|Izenda.AdHoc.ReportTypeCollection| |
|
| 226 | +|StorageMode|[[ReportStorageMode|/API/CodeSamples/ReportStorageMode]]|Defines how reports are stored - in the file system or in the database**(deprecated)**|Filesystem| |
|
| 227 | +|ReportTypeCollection|[[ReportTypes|/API/CodeSamples/ReportTypes]]|Gets or sets the report types.**(deprecated)**|Izenda.AdHoc.ReportTypeCollection| |
|
| 227 | 228 | |String|[[ReportViewer|/API/CodeSamples/ReportViewer]]|Gets or sets the URL of the report viewer page.|ReportViewer.aspx| |
| 228 | 229 | |Int32|[[ReportViewerDefaultPreviewResults|/API/CodeSamples/ReportViewerDefaultPreviewResults]]|Specifies the default number of results previewed in the report view page for all reports.|100| |
| 229 | -|String|[[ReportViewerPostHtml|/API/CodeSamples/ReportViewerPostHtml]]|Gets or sets the string contains html code that placing after the entire HtmlOutputReportResults section.(deprecated)|String.Empty| |
|
| 230 | -|String|[[ReportViewerPreHtml|/API/CodeSamples/ReportViewerPreHtml]]|Gets or sets the string contains html code that placing before the entire HtmlOutputReportResults section.(deprecated)|String.Empty| |
|
| 231 | -|Int32|[[ReportViewerRefreshInterval|/API/CodeSamples/ReportViewerRefreshInterval]]|Gets or sets the milliseconds between preview auto-refresh. If 0 then there no auto-refresh.(deprecated)|0| |
|
| 230 | +|String|[[ReportViewerPostHtml|/API/CodeSamples/ReportViewerPostHtml]]|Gets or sets the string contains html code that placing after the entire HtmlOutputReportResults section.**(deprecated)**|String.Empty| |
|
| 231 | +|String|[[ReportViewerPreHtml|/API/CodeSamples/ReportViewerPreHtml]]|Gets or sets the string contains html code that placing before the entire HtmlOutputReportResults section.**(deprecated)**|String.Empty| |
|
| 232 | +|Int32|[[ReportViewerRefreshInterval|/API/CodeSamples/ReportViewerRefreshInterval]]|Gets or sets the milliseconds between preview auto-refresh. If 0 then there no auto-refresh.**(deprecated)**|0| |
|
| 232 | 233 | |String|[[ReportViewerWithDelimiter|/API/CodeSamples/ReportViewerWithDelimiter]]|Gets the report viewer page with "?" or "&" char at the end.|ReportViewer.aspx?| |
| 233 | 234 | |String|[[ReportViewPageTitle|/API/CodeSamples/ReportViewPageTitle]]|Gets or sets the title of report view page.|String.Empty| |
| 234 | 235 | |Boolean|[[RequireLogin|/API/CodeSamples/RequireLogin]]|This setting tells Izenda Reports to use the login page specified above in the Login URL setting.|False| |
| ... | ... | @@ -241,59 +242,59 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 241 | 242 | |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}| |
| 242 | 243 | |SchedulerOutputCollection|[[SchedulerExports|/API/CodeSamples/SchedulerExports]]||Izenda.AdHoc.SchedulerOutputCollection| |
| 243 | 244 | |SchedulerOutputCollection|[[SchedulerOutputTypes|/API/CodeSamples/SchedulerOutputTypes]]|Get or set value indicating allowed formats for scheduling reports|Izenda.AdHoc.SchedulerOutputCollection| |
| 244 | -|String|[[SchedulerTenantID|/API/CodeSamples/SchedulerTenantID]]|Gets or sets the tenantId for scheduler.(deprecated)|String.Empty| |
|
| 245 | +|String|[[SchedulerTenantID|/API/CodeSamples/SchedulerTenantID]]|Gets or sets the tenantId for scheduler.**(deprecated)**|String.Empty| |
|
| 245 | 246 | |TimeSpan|[[SchemaCacheTimeout|/API/CodeSamples/SchemaCacheTimeout]]|Gets or sets the time span for schema caching.|1.00:00:00| |
| 246 | 247 | |String|[[ScriptDirectory|/API/CodeSamples/ScriptDirectory]]||String.Empty| |
| 247 | 248 | |Unit|[[SelectValueDropDownWidth|/API/CodeSamples/SelectValueDropDownWidth]]|Gets or sets the width of filter values dropdown.|300px| |
| 248 | -|Boolean|[[ServiceMode|/API/CodeSamples/ServiceMode]]|Gets or set value indication service mode(deprecated)|False| |
|
| 249 | +|Boolean|[[ServiceMode|/API/CodeSamples/ServiceMode]]|Gets or set value indication service mode**(deprecated)**|False| |
|
| 249 | 250 | |String|[[SettingsKey|/API/CodeSamples/SettingsKey]]|Gets or sets password to access Settings control|String.Empty| |
| 250 | 251 | |String|[[SettingsPageUrl|/API/CodeSamples/SettingsPageUrl]]|Gets or sets the URL of the page.|Settings.aspx| |
| 251 | 252 | |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| |
| 252 | -|Boolean|[[ShowAddAll|/API/CodeSamples/ShowAddAll]]|Gets or sets the value indicating whether AddAll button and dropdown should be shown in the .(deprecated)|False| |
|
| 253 | +|Boolean|[[ShowAddAll|/API/CodeSamples/ShowAddAll]]|Gets or sets the value indicating whether AddAll button and dropdown should be shown in the .**(deprecated)**|False| |
|
| 253 | 254 | |Boolean|[[ShowAddFieldInReportViewer|/API/CodeSamples/ShowAddFieldInReportViewer]]||True| |
| 254 | -|Boolean|[[ShowAdminButton|/API/CodeSamples/ShowAdminButton]]|Gets or sets the value indicating showing buttons for administration(deprecated)|True| |
|
| 255 | +|Boolean|[[ShowAdminButton|/API/CodeSamples/ShowAdminButton]]|Gets or sets the value indicating showing buttons for administration**(deprecated)**|True| |
|
| 255 | 256 | |Boolean|[[ShowAdvancedChartingButton|/API/CodeSamples/ShowAdvancedChartingButton]]|Gets or sets the value indicating whether "Show Advanced" button should be shown in the .|True| |
| 256 | 257 | |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 | 258 | |Boolean|[[ShowAllInResults|/API/CodeSamples/ShowAllInResults]]|Gets or sets the value indicating whether "CombinedTop Count" dropdown list should have the "All" item in results.|True| |
| 258 | -|Boolean|[[ShowAllTables|/API/CodeSamples/ShowAllTables]]|Gets or sets the value indicating whether all tables should be shown in tables dropdown.(deprecated)|True| |
|
| 259 | +|Boolean|[[ShowAllTables|/API/CodeSamples/ShowAllTables]]|Gets or sets the value indicating whether all tables should be shown in tables dropdown.**(deprecated)**|True| |
|
| 259 | 260 | |Boolean|[[ShowArithmeticInSummary|/API/CodeSamples/ShowArithmeticInSummary]]|Gets or sets the value indicating whether arithmetic operations are shown in the summary tab of .|False| |
| 260 | 261 | |Boolean|[[ShowArithmeticOperations|/API/CodeSamples/ShowArithmeticOperations]]|Gets or sets the value indicating whether arithmetic operations are shown in .|True| |
| 261 | 262 | |Boolean|[[ShowBackButton|/API/CodeSamples/ShowBackButton]]|Gets or sets the value indicating whether "Back" button should be shown in the .|False| |
| 262 | 263 | |Boolean|[[ShowBetweenDateCalendar|/API/CodeSamples/ShowBetweenDateCalendar]]||True| |
| 263 | -|Boolean|[[ShowBulkCSVButton|/API/CodeSamples/ShowBulkCSVButton]]|Gets or sets the value indicating possibility export to BulkCSV(deprecated)|False| |
|
| 264 | +|Boolean|[[ShowBulkCSVButton|/API/CodeSamples/ShowBulkCSVButton]]|Gets or sets the value indicating possibility export to BulkCSV**(deprecated)**|False| |
|
| 264 | 265 | |Boolean|[[ShowCategoryTextboxInSaveDialog|/API/CodeSamples/ShowCategoryTextboxInSaveDialog]]|Gets or sets the value indicating whether category checkbox should be shown in the save dialog.|True| |
| 265 | 266 | |Boolean|[[ShowChartLegend|/API/CodeSamples/ShowChartLegend]]|Gets or sets the value indicating whether chart legend should be shown.|True| |
| 266 | 267 | |Boolean|[[ShowChartTab|/API/CodeSamples/ShowChartTab]]|Gets or sets the value indicating whether chart tab should be shown.|True| |
| 267 | 268 | |Boolean|[[ShowClientEmailButton|/API/CodeSamples/ShowClientEmailButton]]|Gets or sets the value indicating whether the email from client icon should be shown in the toolbar.|True| |
| 268 | -|Boolean|[[ShowConstraintsSettings|/API/CodeSamples/ShowConstraintsSettings]]|Gets or sets the value indicating allows edit constraints settings.(deprecated)|False| |
|
| 269 | +|Boolean|[[ShowConstraintsSettings|/API/CodeSamples/ShowConstraintsSettings]]|Gets or sets the value indicating allows edit constraints settings.**(deprecated)**|False| |
|
| 269 | 270 | |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| |
| 270 | 271 | |Boolean|[[ShowCSVButton|/API/CodeSamples/ShowCSVButton]]|Gets or sets the value indicating possibility export to CSV|True| |
| 271 | 272 | |Boolean|[[ShowCustomFormatType|/API/CodeSamples/ShowCustomFormatType]]|Gets or sets the value indicating whether "Custom" format type should be shown in formats dropdown.|False| |
| 272 | -|Boolean|[[ShowDashboardAddDropDown|/API/CodeSamples/ShowDashboardAddDropDown]]|Gets or sets a value indicating whether "add dashboard subreport" should be shown as DropDownList control.(deprecated)|False| |
|
| 273 | +|Boolean|[[ShowDashboardAddDropDown|/API/CodeSamples/ShowDashboardAddDropDown]]|Gets or sets a value indicating whether "add dashboard subreport" should be shown as DropDownList control.**(deprecated)**|False| |
|
| 273 | 274 | |Boolean|[[ShowDashboardFieldsTab|/API/CodeSamples/ShowDashboardFieldsTab]]|Gets or sets the value indicating whether tab with dashboard fields is shown.|False| |
| 274 | 275 | |Boolean|[[ShowDashboardPartViewerLinks|/API/CodeSamples/ShowDashboardPartViewerLinks]]|Gets or sets the value indicating whether Dashboard Viewer will have edit links for it's reports|True| |
| 275 | -|Boolean|[[ShowDashboardSettings|/API/CodeSamples/ShowDashboardSettings]]|Gets or sets the value indicating allows edit dashboard settings(deprecated)|False| |
|
| 276 | +|Boolean|[[ShowDashboardSettings|/API/CodeSamples/ShowDashboardSettings]]|Gets or sets the value indicating allows edit dashboard settings**(deprecated)**|False| |
|
| 276 | 277 | |Boolean|[[ShowDatabaseDiagramIcon|/API/CodeSamples/ShowDatabaseDiagramIcon]]|Gets or sets the value indicating whether the Database Diagram icon should be shown in the toolbar.|True| |
| 277 | 278 | |Boolean|[[ShowDatabaseTypes|/API/CodeSamples/ShowDatabaseTypes]]|Gets or set value indicating whether database types should be shown in the fields dropdown.|False| |
| 278 | 279 | |Boolean|[[ShowDataSourcesAsCheckBoxes|/API/CodeSamples/ShowDataSourcesAsCheckBoxes]]|Gets or sets the value indicating mode of data sources list is showed.|True| |
| 279 | 280 | |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.(deprecated)|True| |
|
| 281 | -|Boolean|[[ShowDescriptionsInReportsTab|/API/CodeSamples/ShowDescriptionsInReportsTab]]|Gets or sets the value indicating whether reports descriptions should be shown in the reports tab of .(deprecated)|False| |
|
| 281 | +|Boolean|[[ShowDataWhenParametersBlank|/API/CodeSamples/ShowDataWhenParametersBlank]]|Gets or sets the value indicating whether data should be shown in report viewer if all parameters is blank.**(deprecated)**|True| |
|
| 282 | +|Boolean|[[ShowDescriptionsInReportsTab|/API/CodeSamples/ShowDescriptionsInReportsTab]]|Gets or sets the value indicating whether reports descriptions should be shown in the reports tab of .**(deprecated)**|False| |
|
| 282 | 283 | |Boolean|[[ShowDesignDashboardLink|/API/CodeSamples/ShowDesignDashboardLink]]|Gets or sets the value indicating whether design new dashboard link is shown|True| |
| 283 | -|Boolean|[[ShowDesignLinkInReportViewer|/API/CodeSamples/ShowDesignLinkInReportViewer]]|Gets or set value indicating whether design link should be shown in .(deprecated)|True| |
|
| 284 | +|Boolean|[[ShowDesignLinkInReportViewer|/API/CodeSamples/ShowDesignLinkInReportViewer]]|Gets or set value indicating whether design link should be shown in .**(deprecated)**|True| |
|
| 284 | 285 | |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| |
| 285 | -|Boolean|[[ShowDetailFormat|/API/CodeSamples/ShowDetailFormat]]|Gets or sets the value indicating whether "Detail Link" format should be shown in formats dropdown.(deprecated)|True| |
|
| 286 | +|Boolean|[[ShowDetailFormat|/API/CodeSamples/ShowDetailFormat]]|Gets or sets the value indicating whether "Detail Link" format should be shown in formats dropdown.**(deprecated)**|True| |
|
| 286 | 287 | |Boolean|[[ShowDistinct|/API/CodeSamples/ShowDistinct]]|Gets or set value indicating whether "Distinct" should be shown at the Data Source tab.|True| |
| 287 | 288 | |Boolean|[[ShowDOCButton|/API/CodeSamples/ShowDOCButton]]|Gets or sets the value indicating possibility export to DOC|True| |
| 288 | 289 | |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 | 290 | |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 | 291 | |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| |
|
| 293 | -|Boolean|[[ShowFilterFunctions|/API/CodeSamples/ShowFilterFunctions]]|Gets or sets the value indicating whether Remove All button should be shown in the .(deprecated)|True| |
|
| 292 | +|Boolean|[[ShowFieldValueCheckbox|/API/CodeSamples/ShowFieldValueCheckbox]]|Gets or sets the value indicating whether "Field|Value" checkbox should be shown in the field tab.|True| |
|
| 293 | +|Boolean|[[ShowFieldValueSummaryCheckbox|/API/CodeSamples/ShowFieldValueSummaryCheckbox]]|Gets or sets the value indicating whether "Field|Value" checkbox should be shown in the summary tab.|True| |
|
| 294 | +|Boolean|[[ShowFilterFunctions|/API/CodeSamples/ShowFilterFunctions]]|Gets or sets the value indicating whether Remove All button should be shown in the .**(deprecated)**|True| |
|
| 294 | 295 | |Boolean|[[ShowFilterLogic|/API/CodeSamples/ShowFilterLogic]]|Gets or sets the value indicating whether Filter Logic should be shown in the .|True| |
| 295 | 296 | |Boolean|[[ShowFiltersInDashboards|/API/CodeSamples/ShowFiltersInDashboards]]|Gets or set value indicating whether filters should be shown in .|True| |
| 296 | -|Boolean|[[ShowFiltersInReportViewer|/API/CodeSamples/ShowFiltersInReportViewer]]|Gets or set value indicating whether filters should be shown in .(deprecated)|True| |
|
| 297 | +|Boolean|[[ShowFiltersInReportViewer|/API/CodeSamples/ShowFiltersInReportViewer]]|Gets or set value indicating whether filters should be shown in .**(deprecated)**|True| |
|
| 297 | 298 | |Boolean|[[ShowFiltersTab|/API/CodeSamples/ShowFiltersTab]]|Gets or sets the value indicating whether tab with filters list is showed.|True| |
| 298 | 299 | |Boolean|[[ShowFunctions|/API/CodeSamples/ShowFunctions]]|Gets or sets the value indicating whether functions should be shown in the .|True| |
| 299 | 300 | |Boolean|[[ShowGaugePercentage|/API/CodeSamples/ShowGaugePercentage]]|Gets or sets the value indicating whether percentage at gauges should be shown.|False| |
| ... | ... | @@ -301,26 +302,26 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 301 | 302 | |Boolean|[[ShowGoButton|/API/CodeSamples/ShowGoButton]]|Gets or sets the value indicating whether "Go" button should be shown in the .|False| |
| 302 | 303 | |Boolean|[[ShowGradientBackground|/API/CodeSamples/ShowGradientBackground]]|Gets or sets the value indicating is data grid items will be shaded with gradient|False| |
| 303 | 304 | |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| |
| 304 | -|Boolean|[[ShowGroupMonth|/API/CodeSamples/ShowGroupMonth]]|Gets or set value indicating whether Group(Month) function should be visible.(deprecated)|False| |
|
| 305 | +|Boolean|[[ShowGroupMonth|/API/CodeSamples/ShowGroupMonth]]|Gets or set value indicating whether Group(Month) function should be visible.**(deprecated)**|False| |
|
| 305 | 306 | |Boolean|[[ShowHelpButton|/API/CodeSamples/ShowHelpButton]]|Gets or sets the value indicating whether the "HideHelpPanel" icon should be shown in the toolbar.|False| |
| 306 | 307 | |Boolean|[[ShowHtmlAsCode|/API/CodeSamples/ShowHtmlAsCode]]|This feature enables/disables showing HTML code containing in database fields as plain text.|False| |
| 307 | 308 | |Boolean|[[ShowInTimePeriod|/API/CodeSamples/ShowInTimePeriod]]|Gets or sets the value indicating whether "In Time Period" item is shown in operators dropdown.|True| |
| 308 | -|Boolean|[[ShowInvertSummaryCheckbox|/API/CodeSamples/ShowInvertSummaryCheckbox]]|Gets or sets the value indicating whether "Invert" checkbox should be shown in the summary tab.(deprecated)|False| |
|
| 309 | -|Boolean|[[ShowInvisible|/API/CodeSamples/ShowInvisible]]|Gets or sets the value indicating whether invisible checkboxes should be shown in the .(deprecated)|False| |
|
| 309 | +|Boolean|[[ShowInvertSummaryCheckbox|/API/CodeSamples/ShowInvertSummaryCheckbox]]|Gets or sets the value indicating whether "Invert" checkbox should be shown in the summary tab.**(deprecated)**|False| |
|
| 310 | +|Boolean|[[ShowInvisible|/API/CodeSamples/ShowInvisible]]|Gets or sets the value indicating whether invisible checkboxes should be shown in the .**(deprecated)**|False| |
|
| 310 | 311 | |Boolean|[[ShowJoinDropDown|/API/CodeSamples/ShowJoinDropDown]]|Gets or sets the value indicating whether join type dropdown should be shown in the .|False| |
| 311 | 312 | |Boolean|[[ShowJustification|/API/CodeSamples/ShowJustification]]|Gets or sets the value indicating whether justification type should be shown in the field tab.|True| |
| 312 | -|Boolean|[[ShowLinkFormats|/API/CodeSamples/ShowLinkFormats]]|This feature enables/disables the link format function options for fields in the fields tab of reportdesigner.(deprecated)|True| |
|
| 313 | -|Boolean|[[ShowLoadingForDesigner|/API/CodeSamples/ShowLoadingForDesigner]]|Gets or set value indicating whether loading message should be shown.(deprecated)|False| |
|
| 314 | -|Boolean|[[ShowLoadingOnDesignerLoad|/API/CodeSamples/ShowLoadingOnDesignerLoad]]|Gets or set value indicating whether loading message should be shown on designer load.(deprecated)|False| |
|
| 315 | -|Boolean|[[ShowLogoInPdf|/API/CodeSamples/ShowLogoInPdf]]|(deprecated)|False| |
|
| 313 | +|Boolean|[[ShowLinkFormats|/API/CodeSamples/ShowLinkFormats]]|This feature enables/disables the link format function options for fields in the fields tab of reportdesigner.**(deprecated)**|True| |
|
| 314 | +|Boolean|[[ShowLoadingForDesigner|/API/CodeSamples/ShowLoadingForDesigner]]|Gets or set value indicating whether loading message should be shown.**(deprecated)**|False| |
|
| 315 | +|Boolean|[[ShowLoadingOnDesignerLoad|/API/CodeSamples/ShowLoadingOnDesignerLoad]]|Gets or set value indicating whether loading message should be shown on designer load.**(deprecated)**|False| |
|
| 316 | +|Boolean|[[ShowLogoInPdf|/API/CodeSamples/ShowLogoInPdf]]|**(deprecated)**|False| |
|
| 316 | 317 | |Boolean|[[ShowMapTab|/API/CodeSamples/ShowMapTab]]|Gets or sets the value indicating whether the Map Tab should be shown in the report viewer.|True| |
| 317 | -|Boolean|[[ShowMenuInReportViewer|/API/CodeSamples/ShowMenuInReportViewer]]|Gets or set value indicating whether menu should be shown in .(deprecated)|False| |
|
| 318 | +|Boolean|[[ShowMenuInReportViewer|/API/CodeSamples/ShowMenuInReportViewer]]|Gets or set value indicating whether menu should be shown in .**(deprecated)**|False| |
|
| 318 | 319 | |Boolean|[[ShowMiscTab|/API/CodeSamples/ShowMiscTab]]|This checkbox enables/disables the misc tab from the Izenda Reports application report designer page.|True| |
| 319 | -|Boolean|[[ShowModifyButton|/API/CodeSamples/ShowModifyButton]]|Gets or sets the value indicating whether the "Modify" button should be shown in the report viewer.(deprecated)|True| |
|
| 320 | +|Boolean|[[ShowModifyButton|/API/CodeSamples/ShowModifyButton]]|Gets or sets the value indicating whether the "Modify" button should be shown in the report viewer.**(deprecated)**|True| |
|
| 320 | 321 | |Boolean|[[ShowMultiLineControls|/API/CodeSamples/ShowMultiLineControls]]|Gets or sets the value indicating whether "Multi-Line" feature is enabled.|False| |
| 321 | 322 | |Boolean|[[ShowNewButton|/API/CodeSamples/ShowNewButton]]|Gets or sets the value indicating whether the "New" icon should be shown in the toolbar.|True| |
| 322 | 323 | |Boolean|[[ShowNonIndexedJoinFields|/API/CodeSamples/ShowNonIndexedJoinFields]]|Gets or sets the value indicating whether non-indexed join fields should be shown.|True| |
| 323 | -|Boolean|[[ShowODTButton|/API/CodeSamples/ShowODTButton]]|Gets or sets the value indicating possibility export to ODT(deprecated)|False| |
|
| 324 | +|Boolean|[[ShowODTButton|/API/CodeSamples/ShowODTButton]]|Gets or sets the value indicating possibility export to ODT**(deprecated)**|False| |
|
| 324 | 325 | |Boolean|[[ShowOnlineDocumentation|/API/CodeSamples/ShowOnlineDocumentation]]|Gets or sets the value indicating if it's nessesary to show Details button in Settings.|True| |
| 325 | 326 | |Boolean|[[ShowOpenOfficeButton|/API/CodeSamples/ShowOpenOfficeButton]]|Gets or sets the value indicating possibility export to OpenOffice|False| |
| 326 | 327 | |Boolean|[[ShowPDFButton|/API/CodeSamples/ShowPDFButton]]|Gets or sets the value indicating possibility export to PDF|True| |
| ... | ... | @@ -330,12 +331,12 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 330 | 331 | |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 | 332 | |Boolean|[[ShowRdlOutputIcon|/API/CodeSamples/ShowRdlOutputIcon]]|Gets or sets the value indicating whether rdl button should be shown in the reports tab of .|False| |
| 332 | 333 | |Boolean|[[ShowRecentDatasources|/API/CodeSamples/ShowRecentDatasources]]|Gets or sets the value indicating whether recent datasources dropdown list will be shown in ReportDesigner.|True| |
| 333 | -|Boolean|[[ShowRemoveAll|/API/CodeSamples/ShowRemoveAll]]|Gets or sets the value indicating whether Remove All button should be shown in the .(deprecated)|True| |
|
| 334 | +|Boolean|[[ShowRemoveAll|/API/CodeSamples/ShowRemoveAll]]|Gets or sets the value indicating whether Remove All button should be shown in the .**(deprecated)**|True| |
|
| 334 | 335 | |Boolean|[[ShowRemoveFieldInReportViewer|/API/CodeSamples/ShowRemoveFieldInReportViewer]]||True| |
| 335 | 336 | |Boolean|[[ShowReportClassifiers|/API/CodeSamples/ShowReportClassifiers]]|Gets or sets the value indicating whether control should be shown in the "Misc" tab.|True| |
| 336 | 337 | |Boolean|[[ShowReportColor|/API/CodeSamples/ShowReportColor]]|Gets or sets the value indicating whether report color dropdowns are shown in .|True| |
| 337 | -|Boolean|[[ShowReportingServicesSettings|/API/CodeSamples/ShowReportingServicesSettings]]|Gets or sets the value indicating allows edit reporting services settings(deprecated)|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.(deprecated)|True| |
|
| 338 | +|Boolean|[[ShowReportingServicesSettings|/API/CodeSamples/ShowReportingServicesSettings]]|Gets or sets the value indicating allows edit reporting services settings**(deprecated)**|False| |
|
| 339 | +|Boolean|[[ShowReportsInHtmlOutput|/API/CodeSamples/ShowReportsInHtmlOutput]]|Gets or sets the value indicating whether the list of reports should be shown in the Report viewer.**(deprecated)**|True| |
|
| 339 | 340 | |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 | 341 | |Boolean|[[ShowReportsTab|/API/CodeSamples/ShowReportsTab]]|Gets or sets the value indicating whether tab with reports list is showed.|False| |
| 341 | 342 | |Boolean|[[ShowResponseServerDetails|/API/CodeSamples/ShowResponseServerDetails]]|Gets or set value indicating showing diagnostic test at response server page|True| |
| ... | ... | @@ -344,7 +345,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 344 | 345 | |Boolean|[[ShowSaveAsToolbarButton|/API/CodeSamples/ShowSaveAsToolbarButton]]|Gets or sets the value indicating whether "Save As" button should be shown in the .|True| |
| 345 | 346 | |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 | 347 | |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.(deprecated)|True| |
|
| 348 | +|Boolean|[[ShowSaveInReportViewer|/API/CodeSamples/ShowSaveInReportViewer]]|Gets or sets the value indicating whether save controls should be shown in the ReportViewer.**(deprecated)**|True| |
|
| 348 | 349 | |Boolean|[[ShowSaveRdlToolbarButton|/API/CodeSamples/ShowSaveRdlToolbarButton]]|Gets or sets the value indicating whether "Save As RDL" button should be shown in the .|False| |
| 349 | 350 | |Boolean|[[ShowScheduleControls|/API/CodeSamples/ShowScheduleControls]]|Gets or sets the value indicating whether should be shown in the "Misc" tab.|True| |
| 350 | 351 | |Boolean|[[ShowServerEmailButton|/API/CodeSamples/ShowServerEmailButton]]|Gets or sets the value indicating whether the email from server icon should be shown in the toolbar.|False| |
| ... | ... | @@ -357,20 +358,20 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 357 | 358 | |Boolean|[[ShowSqlOutputIcon|/API/CodeSamples/ShowSqlOutputIcon]]|Gets or sets the value indicating whether the SQL output icon should be shown in the toolbar.|True| |
| 358 | 359 | |Boolean|[[ShowStackTrace|/API/CodeSamples/ShowStackTrace]]|Gets or sets the value indicating format for showing exceptions.|True| |
| 359 | 360 | |Boolean|[[ShowStyleTab|/API/CodeSamples/ShowStyleTab]]|Gets or sets the value indicating whether style tab should be shown in the report designer.|True| |
| 360 | -|Boolean|[[ShowSummaryLine|/API/CodeSamples/ShowSummaryLine]]|This feature allows the usage of a summary line in the fields tab of report designer.(deprecated)|True| |
|
| 361 | +|Boolean|[[ShowSummaryLine|/API/CodeSamples/ShowSummaryLine]]|This feature allows the usage of a summary line in the fields tab of report designer.**(deprecated)**|True| |
|
| 361 | 362 | |Boolean|[[ShowSummaryTab|/API/CodeSamples/ShowSummaryTab]]|Gets or sets the value indicating whether summary tab should be shown.|True| |
| 362 | 363 | |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| |
| 363 | 364 | |Boolean|[[ShowTenantField|/API/CodeSamples/ShowTenantField]]|When false, this hides the field identified in the TenantField property|True| |
| 364 | 365 | |Boolean|[[ShowTimeZoneDropdown|/API/CodeSamples/ShowTimeZoneDropdown]]|Gets or sets the value indicating whether timezone dropdown will be shown in the Report Designer.|True| |
| 365 | 366 | |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 | 367 | |Boolean|[[ShowTopInSummary|/API/CodeSamples/ShowTopInSummary]]|Gets or sets the value indicating whether results count dropdown should be shown in the summary tab of .|True| |
| 367 | -|Boolean|[[ShowVisualGroupLabels|/API/CodeSamples/ShowVisualGroupLabels]]|Gets or sets the value indicating whether field names should be shown in visual group header.(deprecated)|False| |
|
| 368 | +|Boolean|[[ShowVisualGroupLabels|/API/CodeSamples/ShowVisualGroupLabels]]|Gets or sets the value indicating whether field names should be shown in visual group header.**(deprecated)**|False| |
|
| 368 | 369 | |Boolean|[[ShowWatermarkedExports|/API/CodeSamples/ShowWatermarkedExports]]|Gets or sets the value indicating whether watermarked export should be used on license errors.|True| |
| 369 | 370 | |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 .(deprecated)|False| |
|
| 371 | +|Boolean|[[ShowWidth|/API/CodeSamples/ShowWidth]]|Gets or sets the value indicating whether width edit should be shown in the .**(deprecated)**|False| |
|
| 371 | 372 | |Boolean|[[ShowXLSButton|/API/CodeSamples/ShowXLSButton]]|Gets or sets the value indicating possibility export to XLS|True| |
| 372 | 373 | |String|[[SimpleFilterCssUrl|/API/CodeSamples/SimpleFilterCssUrl]]|Gets or sets the css stylesheet URL for the .|rs.aspx?css=SimpleFilter| |
| 373 | -|Boolean|[[SingleLineViewerToolbar|/API/CodeSamples/SingleLineViewerToolbar]]|Gets or set value indicating whether toolbar should be single line.(deprecated)|False| |
|
| 374 | +|Boolean|[[SingleLineViewerToolbar|/API/CodeSamples/SingleLineViewerToolbar]]|Gets or set value indicating whether toolbar should be single line.**(deprecated)**|False| |
|
| 374 | 375 | |String|[[SmtpLogin|/API/CodeSamples/SmtpLogin]]|Gets or sets the SMTP server login.|String.Empty| |
| 375 | 376 | |String|[[SmtpPassword|/API/CodeSamples/SmtpPassword]]|Gets or sets the SMTP server password.|String.Empty| |
| 376 | 377 | |String|[[SmtpServer|/API/CodeSamples/SmtpServer]]|Gets or sets the SMTP server address for sending e-mails.|localhost| |
| ... | ... | @@ -378,19 +379,19 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 378 | 379 | |Int32|[[SqlCommandTimeout|/API/CodeSamples/SqlCommandTimeout]]|Gets or sets the wait time in seconds for database command dropdown values loading.|3600| |
| 379 | 380 | |String|[[SqlServerConnectionString|/API/CodeSamples/SqlServerConnectionString]]|Gets or sets the connection string for MS SQL Server.|String.Empty| |
| 380 | 381 | |Boolean|[[StoreCurrentReportSetInApplication|/API/CodeSamples/StoreCurrentReportSetInApplication]]|Gets or sets whether reportSet should be stored in application instead of session.|False| |
| 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)(deprecated)|-1| |
|
| 382 | +|Int32|[[StoredProcedureStringLimit|/API/CodeSamples/StoredProcedureStringLimit]]|Gets or set value indicating the max length of an string returned by a Stored Procedure (-1 for MAX)**(deprecated)**|-1| |
|
| 382 | 383 | |Boolean|[[StoreImagesToCache|/API/CodeSamples/StoreImagesToCache]]|Gets or sets the value indicating how temporary images should be stored.|True| |
| 383 | 384 | |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| |
| 384 | 385 | |Boolean|[[StripInvalidCharacters|/API/CodeSamples/StripInvalidCharacters]]|Gets or sets the value indicating whether invalid characters in report names should be striped.|True| |
| 385 | 386 | |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$|Id$|^id$|_id$| |
| 386 | 387 | |String|[[TabBackgroundImageUrl|/API/CodeSamples/TabBackgroundImageUrl]]|Gets or sets the URL of the tabs background image.|rs.aspx?image=TabStrip.Background.gif| |
| 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.(deprecated)|NameDistinctValueCollection| |
|
| 388 | +|NameDistinctValueCollection|[[TableAliases|/API/CodeSamples/TableAliases]]|Gets or sets the collection of key-value pairs where the key is the table name and the value is a table alias.**(deprecated)**|NameDistinctValueCollection| |
|
| 388 | 389 | |Unit|[[TableDropDownWidth|/API/CodeSamples/TableDropDownWidth]]|Gets or sets the width of table dropdown.|190px| |
| 389 | 390 | |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 .(deprecated)|@import url(rs.aspx?css=tabs);| |
|
| 391 | +|String|[[TabsCss|/API/CodeSamples/TabsCss]]|Gets or sets the css style for the .**(deprecated)**|@import url(rs.aspx?css=tabs);| |
|
| 391 | 392 | |String|[[TabsCssUrl|/API/CodeSamples/TabsCssUrl]]|Gets or sets the css stylesheet URL for the .|rs.aspx?css=tabs| |
| 392 | 393 | |String|[[TempFiles|/API/CodeSamples/TempFiles]]|Gets or set value indicating path to temporary files.|TempFiles| |
| 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| |
|
| 394 | +|String|[[TemplatesPath|/API/CodeSamples/TemplatesPath]]|Gets or sets the path of the folder where templates are stored.|ServerPath\Reports| |
|
| 394 | 395 | |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| |
| 395 | 396 | |FieldHighlightInfoDictionary|[[TextHighlight|/API/CodeSamples/TextHighlight]]||Izenda.AdHoc.FieldHighlightInfoDictionary| |
| 396 | 397 | |Int32|[[ThumbnailHeight|/API/CodeSamples/ThumbnailHeight]]|Gets or sets the value indicating thumbnail size in pixels.|220| |
| ... | ... | @@ -401,11 +402,11 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 401 | 402 | |String|[[ToolbarBackgroundImageUrl|/API/CodeSamples/ToolbarBackgroundImageUrl]]|Gets or sets the URL of the toolbar background image.|rs.aspx?image=Toolbar.Toolgrad.gif| |
| 402 | 403 | |String|[[ToolbarBorderColor|/API/CodeSamples/ToolbarBorderColor]]|Gets or sets the color of toolbar border.|#95b7f3| |
| 403 | 404 | |String|[[ToolbarCssUrl|/API/CodeSamples/ToolbarCssUrl]]|Gets or sets the css stylesheet URL for the .|rs.aspx?css=toolbar| |
| 404 | -|String|[[UnCategorizedReportsMenuItemTitle|/API/CodeSamples/UnCategorizedReportsMenuItemTitle]]|Gets or sets the uncategorized reports menu item title.(deprecated)|Reports| |
|
| 405 | +|String|[[UnCategorizedReportsMenuItemTitle|/API/CodeSamples/UnCategorizedReportsMenuItemTitle]]|Gets or sets the uncategorized reports menu item title.**(deprecated)**|Reports| |
|
| 405 | 406 | |Boolean|[[UseAdvancedGauge|/API/CodeSamples/UseAdvancedGauge]]|Gets or sets the value indicating whether advanced is used for "Gauge" format.|True| |
| 406 | 407 | |Boolean|[[UseBulkCSV|/API/CodeSamples/UseBulkCSV]]|Gets or sets the value indicating whether Bulk CSV use.|True| |
| 407 | 408 | |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| |
| 408 | -|Boolean|[[UseConstraintsForJoins|/API/CodeSamples/UseConstraintsForJoins]]|Gets or sets the value indicating if multiple autojoining conditions are allowed.(deprecated)|False| |
|
| 409 | +|Boolean|[[UseConstraintsForJoins|/API/CodeSamples/UseConstraintsForJoins]]|Gets or sets the value indicating if multiple autojoining conditions are allowed.**(deprecated)**|False| |
|
| 409 | 410 | |Boolean|[[UseDefaultDialogs|/API/CodeSamples/UseDefaultDialogs]]|Gets or sets the value indicating whether system dialogs should be shown instead of Ad hoc dialogs.|False| |
| 410 | 411 | |Boolean|[[UseFriendlyErrors|/API/CodeSamples/UseFriendlyErrors]]|Gets or sets the value indicating whether friendly errors should be shown on exceptions.|True| |
| 411 | 412 | |Boolean|[[UseImageDescriptions|/API/CodeSamples/UseImageDescriptions]]||False| |
| ... | ... | @@ -418,5 +419,5 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 418 | 419 | |Boolean|[[ValidateBeforeSave|/API/CodeSamples/ValidateBeforeSave]]|Gets or sets the value indicating whether reportset should be validated before saving|False| |
| 419 | 420 | |Boolean|[[ViewsOnly|/API/CodeSamples/ViewsOnly]]|Gets or sets the value indicating whether only views is shown in tables dropdown.|False| |
| 420 | 421 | |String[]|[[VisibleDataSources|/API/CodeSamples/VisibleDataSources]]|Gets or sets the array of table names should be shown in tables dropdown.|System.String[]| |
| 421 | -|String[]|[[VisibleTables|/API/CodeSamples/VisibleTables]]|Gets or sets the array of table names should be shown in tables dropdown.(deprecated)|System.String[]| |
|
| 422 | - |
|
| 422 | +|String[]|[[VisibleTables|/API/CodeSamples/VisibleTables]]|Gets or sets the array of table names should be shown in tables dropdown.**(deprecated)**|System.String[]| |
|
| 423 | +|VisualGroupStyle|[[VisualGroupStyle|/API/CodeSamples/VisualGroupStyle]]|Gets or set value indicating what style should be used for visual groups.**(deprecated)**|CommaDelimited| |