c023ed6fefa13dd5f82aa910660fbbc30d616af5
API/AdHocSettings.md
| ... | ... | @@ -1,14 +1,14 @@ |
| 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[String,Double]|[[AdditionalTimeZones|/API/CodeSamples/AdditionalTimeZones]]|List of additional timezones.**(deprecated)**|Empty List| |
|
| 9 | -|AdHocConfig|[[AdHocConfig|/API/AdHocConfig]]|Gets or sets the current - Ad Hoc configuration.|Izenda.AdHoc.FileSystemAdHocConfig| |
|
| 8 | +|Dictionary|[[AdditionalTimeZones|/API/CodeSamples/AdditionalTimeZones]]|List of additional timezones.**(deprecated)**|null| |
|
| 9 | +|AdHocConfig|[[AdHocConfig|/API/CodeSamples/AdHocConfig]]|Gets or sets the current Izenda.AdHoc.AdHocSettings.AdHocConfig - Ad Hoc configuration.|null| |
|
| 10 | 10 | |String|[[AdHocUserKey|/API/CodeSamples/AdHocUserKey]]|Gets or sets a single password limiting access to the report designer, report list and report viewer.|String.Empty| |
| 11 | -|AggregateFunctionCollection|[[AggregateFunctions|/API/CodeSamples/AggregateFunctions]]||Empty List| |
|
| 11 | +|AggregateFunctionCollection|[[AggregateFunctions|/API/CodeSamples/AggregateFunctions]]||{None,AVG,COUNT,<br>COUNT_DISTINCT,MAX,MIN,<br>SUM,TimeSUM,SUM_DISTINCT,<br>GROUP_BY_DAY,GROUP_BY_MONTH,GROUP_BY_YEAR,<br>GROUP_BY_MONTH_NAME,GROUP_BY_DAY_OF_WEEK,GROUP_BY_DATE,<br>GROUP_BY_YEAR_AND_MONTH,GROUP_BY_YEAR_AND_MONTH_NAME,GROUP_BY_WEEK,<br>GROUP_BY_QUARTER,DAYS_OLD,AVG_DAYS_OLD,<br>SUM_DAYS_OLD,GROUP}| |
|
| 12 | 12 | |Boolean|[[AllowAnalysisGrid|/API/CodeSamples/AllowAnalysisGrid]]|Gets or sets the value indicating whether it is allowed analysis grid|True| |
| 13 | 13 | |Boolean|[[AllowArchivedReportTableCreation|/API/CodeSamples/AllowArchivedReportTableCreation]]|Gets or sets the value indicating whether it is allowed to create the database table that contains archived reports if there is no such table in the database.|True| |
| 14 | 14 | |Boolean|[[AllowClientSorting|/API/CodeSamples/AllowClientSorting]]||True| |
| ... | ... | @@ -34,58 +34,59 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 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 | 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 Izenda.AdHoc.AdHocSettings.JoinedTablesList**(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| |
|
| 41 | -|Boolean|[[CacheQueries|/API/CodeSamples/CacheQueries]]|Gets or sets the value indicating whether all queries for the should be cached.|True| |
|
| 40 | +|String|[[CacheFolder|/API/CodeSamples/CacheFolder]]|Gets or sets the folder where cache is stored|C:\Users\Joseph\AppData\Local\Temp\| |
|
| 41 | +|Boolean|[[CacheQueries|/API/CodeSamples/CacheQueries]]|Gets or sets the value indicating whether all queries for the Izenda.AdHoc.Database.Driver should be cached.|True| |
|
| 42 | 42 | |Boolean|[[CacheReports|/API/CodeSamples/CacheReports]]|Gets or sets the value indicating whether all loaded reports should be cached.|True| |
| 43 | -|Boolean|[[CacheSchema|/API/CodeSamples/CacheSchema]]|Gets or sets the value indicating whether should be cached.|True| |
|
| 43 | +|Boolean|[[CacheSchema|/API/CodeSamples/CacheSchema]]|Gets or sets the value indicating whether Izenda.AdHoc.Database.Driver.DatabaseSchema should be cached.|True| |
|
| 44 | 44 | |Boolean|[[CacheStoredProcedureMetaDataToDisk|/API/CodeSamples/CacheStoredProcedureMetaDataToDisk]]|Gets or sets the value indicating is the information about the stored procedures will be cached on disk.|False| |
| 45 | 45 | |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| |
| 46 | 46 | |Char|[[CategoryCharacter|/API/CodeSamples/CategoryCharacter]]|Get or set delimiter which is used to delimit category name and report name|\| |
| 47 | 47 | |Boolean|[[ChangParentUrlWhenRedirect|/API/CodeSamples/ChangParentUrlWhenRedirect]]||False| |
| 48 | 48 | |ChartingEngine|[[ChartingEngine|/API/CodeSamples/ChartingEngine]]|Defines which ChartingEngine will be used (ZedGraph, ComponentArt, or Dundas)|DundasChart| |
| 49 | 49 | |Int32|[[ChartLimit|/API/CodeSamples/ChartLimit]]|Gets or sets the value limiting chart items|500| |
| 50 | -|ChartCollection|[[Charts|/API/CodeSamples/Charts]]|Gets or sets the collection of available s.|Izenda.AdHoc.ChartCollection| |
|
| 50 | +|ChartCollection|[[Charts|/API/CodeSamples/Charts]]|Gets or sets the collection of available Izenda.AdHoc.Charts.|{Trend,Pie,Plot,<br>Bar,Funnel,Visualization}| |
|
| 51 | 51 | |Point|[[ChartSize|/API/CodeSamples/ChartSize]]|Gets or sets the value indicating chart size.|{X=700,Y=300}| |
| 52 | 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| |
| 53 | 53 | |Int32|[[CheckBoxListColumns|/API/CodeSamples/CheckBoxListColumns]]|Number of checkboxes columns in "Quick add" dialog in the report designer|2| |
| 54 | 54 | |Boolean|[[CheckForUpdates|/API/CodeSamples/CheckForUpdates]]|Gets or sets the value indicating whether AdHoc is check for updates.**(deprecated)**|False| |
| 55 | 55 | |Boolean|[[CheckUserPermission|/API/CodeSamples/CheckUserPermission]]|Get or set value indicating checking user permission|True| |
| 56 | -|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 Izenda.AdHoc.AdHocSettings.ReportViewer.**(deprecated)**|False| |
|
| 57 | 57 | |Unit|[[ColumnDropDownWidth|/API/CodeSamples/ColumnDropDownWidth]]|Gets or sets the width of column dropdown.|200px| |
| 58 | 58 | |CultureInfo|[[Culture|/API/CodeSamples/Culture]]|Gets or sets the default culture for Ad Hoc.|en-US| |
| 59 | 59 | |Boolean|[[CurrentUserIsAdmin|/API/CodeSamples/CurrentUserIsAdmin]]|Gets or sets a value indicating whether current user is admin.|True| |
| 60 | 60 | |Boolean|[[CurrentUserIsGlobalAdministrator|/API/CodeSamples/CurrentUserIsGlobalAdministrator]]|Defines if current user has global administrator rights**(deprecated)**|False| |
| 61 | 61 | |String|[[CurrentUserName|/API/CodeSamples/CurrentUserName]]|Gets or sets the name of the current user.|DefaultAdministrator| |
| 62 | -|String[]|[[CurrentUserRoles|/API/CodeSamples/CurrentUserRoles]]|Gets or sets the the current user groups set.|System.String[]| |
|
| 62 | +|String[]|[[CurrentUserRoles|/API/CodeSamples/CurrentUserRoles]]|Gets or sets the the current user groups set.|System.String[] {}| |
|
| 63 | 63 | |String|[[CurrentUserTenantId|/API/CodeSamples/CurrentUserTenantId]]|This identifies what tenant the current user is associated with in a multi-tenant system.|String.Empty| |
| 64 | 64 | |CustomizeChartDelegate|[[CustomizeChartDelegate|/API/CodeSamples/CustomizeChartDelegate]]|Represents a method that runs before chart reports get run.|String.Empty| |
| 65 | -|CustomTimePeriodCollection|[[CustomTimePeriods|/API/CodeSamples/CustomTimePeriods]]|Defines custom time periods, that can be used in 'In Time Period' filter.|Izenda.AdHoc.CustomTimePeriodCollection| |
|
| 65 | +|CustomTimePeriodCollection|[[CustomTimePeriods|/API/CodeSamples/CustomTimePeriods]]|Defines custom time periods, that can be used in 'In Time Period' filter.|null| |
|
| 66 | 66 | |DashboardDateSliderMode|[[DashboardDateSliderMode|/API/CodeSamples/DashboardDateSliderMode]]|Gets or sets the value indicating the size of division for Dashborad date slider.|Auto| |
| 67 | -|String|[[DashboardDesignerUrl|/API/CodeSamples/DashboardDesignerUrl]]|Gets or sets the URL of a page used to design dashboards ().|DashboardDesigner.aspx| |
|
| 68 | -|String|[[DashboardDesignerUrlWithDelimiter|/API/CodeSamples/DashboardDesignerUrlWithDelimiter]]|Gets the with "?" or "&" char at the end.|DashboardDesigner.aspx?| |
|
| 67 | +|String|[[DashboardDesignerUrl|/API/CodeSamples/DashboardDesignerUrl]]|Gets or sets the URL of a page used to design dashboards (Izenda.Web.UI.DashboardDesigner).|DashboardDesigner.aspx| |
|
| 68 | +|String|[[DashboardDesignerUrlWithDelimiter|/API/CodeSamples/DashboardDesignerUrlWithDelimiter]]|Gets the Izenda.AdHoc.AdHocSettings.DashboardDesignerUrl with "?" or "&" char at the end.|DashboardDesigner.aspx?| |
|
| 69 | 69 | |Int32|[[DashboardFieldsCount|/API/CodeSamples/DashboardFieldsCount]]|Gets or sets the count of additional reports.|3| |
| 70 | 70 | |Double|[[DashboardGaugeMax|/API/CodeSamples/DashboardGaugeMax]]|Gets or sets the gauge max value for "Dashboard Gauge" format.**(deprecated)**|1.79769313486232E+308| |
| 71 | 71 | |Double|[[DashboardGaugeMin|/API/CodeSamples/DashboardGaugeMin]]|Gets or sets the guage min value for "Dashboard Gauge" format.**(deprecated)**|-1.79769313486232E+308| |
| 72 | 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| |
| 73 | 73 | |Int32|[[DashboardMinimumWidth|/API/CodeSamples/DashboardMinimumWidth]]|Gets or set minimum dashboard width.**(deprecated)**|1000| |
| 74 | 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);| |
|
| 76 | -|String|[[DashboardsCssUrl|/API/CodeSamples/DashboardsCssUrl]]|Gets or sets the css stylesheet URL for the .|rs.aspx?css=dashboard| |
|
| 75 | +|String|[[DashboardsCss|/API/CodeSamples/DashboardsCss]]|Gets or sets the css style for the Izenda.Web.UI.TabStrip.**(deprecated)**|@import url(rs.aspx?css=dashboard);| |
|
| 76 | +|String|[[DashboardsCssUrl|/API/CodeSamples/DashboardsCssUrl]]|Gets or sets the css stylesheet URL for the Izenda.Web.UI.TabStrip.|rs.aspx?css=dashboard| |
|
| 77 | 77 | |String|[[DashboardTabBackgroundImageUrl|/API/CodeSamples/DashboardTabBackgroundImageUrl]]|Gets or sets the URL of the tabs background image for Dashboard.|String.Empty| |
| 78 | 78 | |String|[[DashboardViewer|/API/CodeSamples/DashboardViewer]]|Gets or sets the URL of the dashboard viewer page.|ReportViewer.aspx| |
| 79 | 79 | |String|[[DashboardViewerWithDelimiter|/API/CodeSamples/DashboardViewerWithDelimiter]]|Gets the report viewer page with "?" or "&" char at the end.|ReportViewer.aspx?| |
| 80 | 80 | |String|[[DatabaseDiagramImageUrl|/API/CodeSamples/DatabaseDiagramImageUrl]]|Gets or sets the URL of image with database diagram.|String.Empty| |
| 81 | 81 | |Int32|[[DataCacheInterval|/API/CodeSamples/DataCacheInterval]]||0| |
| 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| |
|
| 83 | -|NameStringsCollection|[[DataSourceCategories|/API/CodeSamples/DataSourceCategories]]|This allows to assign sets of datasources to different categories.|Izenda.AdHoc.Collections.NameStringsCollection| |
|
| 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.|null| |
|
| 83 | +|NameStringsCollection|[[DataSourceCategories|/API/CodeSamples/DataSourceCategories]]|This allows to assign sets of datasources to different categories.|null| |
|
| 84 | 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| |
| 85 | 85 | |Unit|[[DataSourceDropDownWidth|/API/CodeSamples/DataSourceDropDownWidth]]|Gets or sets the width of data source dropdown.**(deprecated)**|190px| |
| 86 | 86 | |String|[[DataSourceHeading|/API/CodeSamples/DataSourceHeading]]|Renames the heading within the datasources tab of Izenda Reports.|Data Sources (Tables and Views)| |
| 87 | 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| |
| 88 | 88 | |Int32|[[DateArithmeticDecimalPlaces|/API/CodeSamples/DateArithmeticDecimalPlaces]]|Gets or sets the value indicating how many decimal places dates show up when comparing dates.|0| |
| 89 | +|String|[[DatePickerLanguage|/API/CodeSamples/DatePickerLanguage]]|Friendly setter of the default culture for datepicker Ad Hoc.|String.Empty| |
|
| 89 | 90 | |String|[[Db2ConnectionString|/API/CodeSamples/Db2ConnectionString]]|Gets or sets the connection string for DB2|String.Empty| |
| 90 | 91 | |String|[[DefaultAlternatingItemColor|/API/CodeSamples/DefaultAlternatingItemColor]]|Sets the default alternating item color.|Gainsboro| |
| 91 | 92 | |String|[[DefaultHeaderForegroundColor|/API/CodeSamples/DefaultHeaderForegroundColor]]|Sets the default header foreground color.|White| |
| ... | ... | @@ -97,41 +98,42 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 97 | 98 | |String|[[DefaultReportBorderColor|/API/CodeSamples/DefaultReportBorderColor]]|Sets the default border color for reports.|White| |
| 98 | 99 | |String|[[DefaultReportHeaderColor|/API/CodeSamples/DefaultReportHeaderColor]]|Sets the default report header color.|DarkSlateBlue| |
| 99 | 100 | |String|[[DefaultReportItemColor|/API/CodeSamples/DefaultReportItemColor]]|Sets the default report item color.|White| |
| 100 | -|StringCollection|[[DefaultReportOrder|/API/CodeSamples/DefaultReportOrder]]|Gets or sets the default report order.|System.Collections.Specialized.StringCollection| |
|
| 101 | +|StringCollection|[[DefaultReportOrder|/API/CodeSamples/DefaultReportOrder]]|Gets or sets the default report order.|{Chart,Chart2,Chart3,<br>Chart4,Gauges,Summary,<br>Detail,Maps}| |
|
| 101 | 102 | |String|[[DefaultSharingRights|/API/CodeSamples/DefaultSharingRights]]|Gets or sets the Default Sharing Rights|None| |
| 102 | 103 | |String|[[DefaultTable|/API/CodeSamples/DefaultTable]]|Gets or sets the default table which is automatically added to new report.|String.Empty| |
| 103 | 104 | |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| |
| 104 | 105 | |String|[[DefaultVisibilityForNonAdmins|/API/CodeSamples/DefaultVisibilityForNonAdmins]]|Gets or sets the default default visibility group for non admins.|OnlyMe| |
| 105 | 106 | |Unit|[[DescriptionWidth|/API/CodeSamples/DescriptionWidth]]|Gets or sets the width of description edit.|100px| |
| 106 | -|NameValueCollection|[[DetailReportFormatString|/API/CodeSamples/DetailReportFormatString]]|Gets or sets the extended link formats for "Detail Link" format.**(deprecated)**|System.Collections.Specialized.NameValueCollection| |
|
| 107 | -|Boolean|[[Distinct|/API/CodeSamples/Distinct]]|Gets or sets the initial value for field.|True| |
|
| 107 | +|NameValueCollection|[[DetailReportFormatString|/API/CodeSamples/DetailReportFormatString]]|Gets or sets the extended link formats for "Detail Link" format.**(deprecated)**|null| |
|
| 108 | +|Boolean|[[Distinct|/API/CodeSamples/Distinct]]|Gets or sets the initial value for Izenda.AdHoc.Report.Distinct field.|True| |
|
| 108 | 109 | |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| |
| 109 | -|FormatCollection|[[DrillDownStyle|/API/CodeSamples/DrillDownStyle]]|Gets or sets the list of available drill-down report fields formats.|Izenda.AdHoc.FormatCollection| |
|
| 110 | -|AggregateFunctionCollection|[[DundasAggregateFunctions|/API/CodeSamples/DundasAggregateFunctions]]||Izenda.AdHoc.AggregateFunctionCollection| |
|
| 110 | +|FormatCollection|[[DrillDownStyle|/API/CodeSamples/DrillDownStyle]]|Gets or sets the list of available drill-down report fields formats.|{DetailLink,DetailLinkNewWindow,EmbeddedDetail,<br>DetailLinkPopup}| |
|
| 111 | +|AggregateFunctionCollection|[[DundasAggregateFunctions|/API/CodeSamples/DundasAggregateFunctions]]||{None,AVG,COUNT,<br>COUNT_DISTINCT,SUM}| |
|
| 111 | 112 | |String|[[EmailFromAddress|/API/CodeSamples/EmailFromAddress]]|Email from address for the automated scheduler.|adhoc@yourdomain.com| |
| 112 | 113 | |String|[[EmailSubjectFormatString|/API/CodeSamples/EmailSubjectFormatString]]|Gets or set subject of the emailed report for scheduler.|{0}| |
| 113 | 114 | |Boolean|[[EmbedReportInServerEmail|/API/CodeSamples/EmbedReportInServerEmail]]|Gets or sets the value indicating whether report will be embedded in the server email.|False| |
| 114 | 115 | |String|[[EmptyReportString|/API/CodeSamples/EmptyReportString]]||String.Empty| |
| 115 | 116 | |Int32|[[EqualsDropDownLimit|/API/CodeSamples/EqualsDropDownLimit]]|Limits the number of (options) rows selectable through an equals (drop down) filter.**(deprecated)**|2000| |
| 116 | 117 | |Int32|[[EqualsDropDownTimeout|/API/CodeSamples/EqualsDropDownTimeout]]|Gets or sets the wait time in seconds for "Equals (Select)" dropdown values loading.**(deprecated)**|10| |
| 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[]]| |
|
| 118 | +|Dictionary|[[EqualsPopupDestinations|/API/CodeSamples/EqualsPopupDestinations]]|Gets or sets the value indicating which aspx page will be used for column in Equlas Popup filter.|null| |
|
| 118 | 119 | |String|[[EqualsSelectDateFormat|/API/CodeSamples/EqualsSelectDateFormat]]|Gets or sets default date format utilized by the equals select filters.**(deprecated)**|MM/dd/yyyy| |
| 119 | 120 | |Int32|[[EqualsSelectLimit|/API/CodeSamples/EqualsSelectLimit]]|Limits the number of (options) rows selectable through an equals (drop down) filter.|500| |
| 120 | 121 | |String|[[EqualsSelectText|/API/CodeSamples/EqualsSelectText]]|Gets or sets the text of "Equals (Select)" operator.|Equals (Select)| |
| 121 | 122 | |Int32|[[EqualsSelectTimeout|/API/CodeSamples/EqualsSelectTimeout]]|Gets or sets the wait time in seconds for "Equals (Select)" dropdown values loading.|60| |
| 122 | 123 | |String|[[ErrorIzendaReplacement|/API/CodeSamples/ErrorIzendaReplacement]]|Gets or set value wich will replace "Izenda" word in StackTrace while exception|Izenda| |
| 123 | -|String[]|[[ExistingDatabaseConstraints|/API/CodeSamples/ExistingDatabaseConstraints]]|Gets database constraints.|String.Empty| |
|
| 124 | +|String[]|[[ExistingDatabaseConstraints|/API/CodeSamples/ExistingDatabaseConstraints]]|Gets database constraints.|System.String[] {} - depends on your database's constraints.| |
|
| 124 | 125 | |Boolean|[[ExpandCategorizedReports|/API/CodeSamples/ExpandCategorizedReports]]|Gets or sets the value indicating whether categorized reports should be expanded by default.|True| |
| 125 | 126 | |Boolean|[[ExpandVisualGroupGrids|/API/CodeSamples/ExpandVisualGroupGrids]]|Gets or sets the value indicating visual groups are expanded by default.|True| |
| 126 | -|TextSharpFontWrapper|[[ExportFont|/API/CodeSamples/ExportFont]]|Gets or sets the font for the PDF and RTF outputs.|String.Empty| |
|
| 127 | +|Encoding|[[ExportEncoding|/API/CodeSamples/ExportEncoding]]||null| |
|
| 128 | +|TextSharpFontWrapper|[[ExportFont|/API/CodeSamples/ExportFont]]|Gets or sets the font for the PDF and RTF outputs.|null| |
|
| 127 | 129 | |Int32|[[ExportLimit|/API/CodeSamples/ExportLimit]]|Gets or set value indicating ReportSet max row count while export|100000| |
| 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| |
|
| 129 | -|String[]|[[ExtendedFunctions|/API/CodeSamples/ExtendedFunctions]]|Gets or sets the array of additional functions to display in every "Functions" dropdown lists.|System.String[]| |
|
| 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 | +|NameValueCollection|[[ExtendedFormats|/API/CodeSamples/ExtendedFormats]]|Gets or sets the collection of names and values of additional formats which should be displayed in "Formats" dropdown lists.**(deprecated)**|null| |
|
| 131 | +|String[]|[[ExtendedFunctions|/API/CodeSamples/ExtendedFunctions]]|Gets or sets the array of additional functions to display in every "Functions" dropdown lists.|System.String[] {}| |
|
| 132 | +|NameValueCollection|[[FieldAliases|/API/CodeSamples/FieldAliases]]|Gets or sets the collection of key-value pairs where the key is the field name and the value is a field alias.|null| |
|
| 131 | 133 | |Unit|[[FieldDropDownWidth|/API/CodeSamples/FieldDropDownWidth]]|Gets or sets the width of field dropdown.|200px| |
| 132 | 134 | |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)| |
| 133 | 135 | |Int32|[[FieldLimit|/API/CodeSamples/FieldLimit]]|Limits the number of fields Izenda Reports allows to be used in a single report.|1000| |
| 134 | -|FieldList|[[FieldList|/API/CodeSamples/FieldList]]|Gets or sets the default control.**(deprecated)**|Izenda.Web.UI.FieldList| |
|
| 136 | +|FieldList|[[FieldList|/API/CodeSamples/FieldList]]|Gets or sets the default Izenda.AdHoc.AdHocSettings.FieldList control.**(deprecated)**|null| |
|
| 135 | 137 | |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)| |
| 136 | 138 | |String|[[FieldValueCssUrl|/API/CodeSamples/FieldValueCssUrl]]|Css file to be used on reports with Field|Value style.|rs.aspx?css=FieldValue| |
| 137 | 139 | |Unit|[[FilterParameterWidth|/API/CodeSamples/FilterParameterWidth]]|Gets or sets the width of filter parameter edit.|300px| |
| ... | ... | @@ -139,7 +141,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 139 | 141 | |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)| |
| 140 | 142 | |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| |
| 141 | 143 | |Unit|[[FormatDropDownWidth|/API/CodeSamples/FormatDropDownWidth]]|Gets or sets the width of format dropdown.|190px| |
| 142 | -|FormatCollection|[[Formats|/API/CodeSamples/Formats]]|Gets or sets the list of available fields formats.|Izenda.AdHoc.FormatCollection| |
|
| 144 | +|FormatCollection|[[Formats|/API/CodeSamples/Formats]]|Gets or sets the list of available fields formats.|String.Empty| |
|
| 143 | 145 | |String|[[FormDesignerUrl|/API/CodeSamples/FormDesignerUrl]]||./Forms/FormDesigner.aspx| |
| 144 | 146 | |Unit|[[FunctionDropDownWidth|/API/CodeSamples/FunctionDropDownWidth]]|Gets or sets the width of function dropdown.|182px| |
| 145 | 147 | |Int32|[[GaugeHeight|/API/CodeSamples/GaugeHeight]]|Gets or sets the gauge height for "Gauge" format.|50| |
| ... | ... | @@ -151,15 +153,15 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 151 | 153 | |Boolean|[[GenerateThumbnails|/API/CodeSamples/GenerateThumbnails]]|Gets or sets the value indicating whether reports thumbnails should popup in the ReportList.|False| |
| 152 | 154 | |String|[[GeoDataTable|/API/CodeSamples/GeoDataTable]]|Gets or sets the value indicating the table name wich contains geodata for maps.|String.Empty| |
| 153 | 155 | |GetEqualsSelectValuesDelegate|[[GetEqualsSelectValues|/API/CodeSamples/GetEqualsSelectValues]]|Represents a method that returns values for operator.|String.Empty| |
| 154 | -|TableItemStyle|[[GridHeaderStyle|/API/CodeSamples/GridHeaderStyle]]|Gets or sets the OpenOffice output style for report results grid header.|System.Web.UI.WebControls.TableItemStyle| |
|
| 155 | -|TableItemStyle|[[GridItemStyle|/API/CodeSamples/GridItemStyle]]|Gets or sets the Excel output style for report results grid item.|System.Web.UI.WebControls.TableItemStyle| |
|
| 156 | +|TableItemStyle|[[GridHeaderStyle|/API/CodeSamples/GridHeaderStyle]]|Gets or sets the OpenOffice output style for report results grid header.|null| |
|
| 157 | +|TableItemStyle|[[GridItemStyle|/API/CodeSamples/GridItemStyle]]|Gets or sets the Excel output style for report results grid item.|null| |
|
| 156 | 158 | |Color|[[HeaderForegroundColor|/API/CodeSamples/HeaderForegroundColor]]|Gets or sets the color of report header.|Color [White]| |
| 157 | -|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;| |
|
| 158 | -|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| |
|
| 159 | +|String|[[HeaderStyle|/API/CodeSamples/HeaderStyle]]|Gets or sets the style for the Izenda.AdHoc.AdHocSettings.JoinedTablesList, Izenda.AdHoc.AdHocSettings.FieldList andIzenda.Web.UI.FilterList headers.|font-family: verdana, arial, helvetica, sans-serif; font-size: 11px;color:blue;| |
|
| 160 | +|NameValueCollection|[[HelpText|/API/CodeSamples/HelpText]]|Gets or sets the collection of key-value pairs where the key is the tab name and the value is a hint that will be shown when mouse is over the appropriate tab.|null| |
|
| 159 | 161 | |String[]|[[HiddenCategories|/API/CodeSamples/HiddenCategories]]|Sets which categories are hidden for the current user|String.Empty| |
| 160 | 162 | |String[]|[[HiddenColumns|/API/CodeSamples/HiddenColumns]]|Gets or sets the array of Column names should be hidden in fileds dropdown.|String.Empty| |
| 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| |
|
| 162 | -|List`1|[[HiddenTimeZones|/API/CodeSamples/HiddenTimeZones]]|List of timezones to hide.**(deprecated)**|System.Collections.Generic.List`1[System.Double]| |
|
| 163 | +|HiddenFilterCollection|[[HiddenFilters|/API/CodeSamples/HiddenFilters]]|This controls row-level security throughout the tool. This should be used in all multi-tenant systems and systems where users are restricted to certain records|null| |
|
| 164 | +|List|[[HiddenTimeZones|/API/CodeSamples/HiddenTimeZones]]|List of timezones to hide.**(deprecated)**|null| |
|
| 163 | 165 | |String|[[IdentifiersRegex|/API/CodeSamples/IdentifiersRegex]]||String.Empty| |
| 164 | 166 | |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| |
| 165 | 167 | |Boolean|[[InheritFiltersInSubreports|/API/CodeSamples/InheritFiltersInSubreports]]|Gets or sets the value indicating whether filters will be inherited in subreports.|True| |
| ... | ... | @@ -169,17 +171,18 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 169 | 171 | |Int32|[[InvertedGridLimit|/API/CodeSamples/InvertedGridLimit]]|Gets or sets the maximum count of rows for inverted grid.|36| |
| 170 | 172 | |Color|[[ItemForegroundColor|/API/CodeSamples/ItemForegroundColor]]|Gets or sets the color of report header.|Color [Black]| |
| 171 | 173 | |Unit|[[JoinDropDownWidth|/API/CodeSamples/JoinDropDownWidth]]|Gets or sets the width of join type dropdown.|100px| |
| 172 | -|JoinedTablesList|[[JoinedTablesList|/API/CodeSamples/JoinedTablesList]]|Gets or sets the default control.**(deprecated)**|Izenda.Web.UI.JoinedTablesList| |
|
| 174 | +|JoinedTablesList|[[JoinedTablesList|/API/CodeSamples/JoinedTablesList]]|Gets or sets the default Izenda.AdHoc.AdHocSettings.JoinedTablesList control.**(deprecated)**|null| |
|
| 173 | 175 | |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| |
| 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| |
|
| 176 | +|NameValueCollection|[[LabelAliases|/API/CodeSamples/LabelAliases]]|Gets or sets the collection of key-value pairs where the key is the field name and the value is a field alias.|null| |
|
| 175 | 177 | |AdHocLanguage|[[Language|/API/CodeSamples/Language]]|Friendly setter of the default culture for Ad Hoc.|English| |
| 178 | +|Boolean|[[LazySpMetadataPulling|/API/CodeSamples/LazySpMetadataPulling]]||False| |
|
| 176 | 179 | |Char|[[LiteralComma|/API/CodeSamples/LiteralComma]]|Gets or sets the delimiter separating items in the 'Equals' filter operator value.|,| |
| 177 | 180 | |Boolean|[[LockViewer|/API/CodeSamples/LockViewer]]|Gets or sets the value indicating whether Report Viewer will be locked or not.|False| |
| 178 | 181 | |String|[[LoginUrl|/API/CodeSamples/LoginUrl]]|Gets or sets login page Url.|Login.aspx| |
| 179 | -|MapInfoCollection|[[MapInfoCollection|/API/CodeSamples/MapInfoCollection]]|Gets or sets the registered maps data.|Izenda.AdHoc.Map.MapInfoCollection| |
|
| 182 | +|MapInfoCollection|[[MapInfoCollection|/API/CodeSamples/MapInfoCollection]]|Gets or sets the registered maps data.|{World,Europe,<br>USA,Australia}| |
|
| 180 | 183 | |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}| |
| 181 | 184 | |Int32|[[MaximumReportSizeForCache|/API/CodeSamples/MaximumReportSizeForCache]]||1048576| |
| 182 | -|Single|[[MaxVersion|/API/CodeSamples/MaxVersion]]|Gets Max Version.|6.7| |
|
| 185 | +|Single|[[MaxVersion|/API/CodeSamples/MaxVersion]]|Gets Max Version.|6.8| |
|
| 183 | 186 | |Unit|[[MinPdfFontSize|/API/CodeSamples/MinPdfFontSize]]|Sets the minium font size that will be used when creating a PDF document. Default is 10 point.|10pt| |
| 184 | 187 | |Boolean|[[MultiLevelVisualGrouping|/API/CodeSamples/MultiLevelVisualGrouping]]|Gets or set value indicating whether Visual Groups should be multi-level.**(deprecated)**|True| |
| 185 | 188 | |String|[[MySqlConnectionString|/API/CodeSamples/MySqlConnectionString]]|Gets or sets the connection string for MySQL.|String.Empty| |
| ... | ... | @@ -190,19 +193,19 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 190 | 193 | |Boolean|[[OpenCustomUrlInNewWindow|/API/CodeSamples/OpenCustomUrlInNewWindow]]|Gets or sets the value indicating whether CustomUrl field links should open in a new window.|True| |
| 191 | 194 | |Int32|[[OracleCommandTimeout|/API/CodeSamples/OracleCommandTimeout]]|Sets the time Izenda Reports will wait for an Oracle command to execute before timing out.|3600| |
| 192 | 195 | |String|[[OracleConnectionString|/API/CodeSamples/OracleConnectionString]]|Gets or sets the connection string for Oracle.|String.Empty| |
| 193 | -|ReportOutputGeneratorCollection|[[OutputTypes|/API/CodeSamples/OutputTypes]]|Gets or sets the registered s.|Izenda.AdHoc.ReportOutputGeneratorCollection| |
|
| 196 | +|ReportOutputGeneratorCollection|[[OutputTypes|/API/CodeSamples/OutputTypes]]|Gets or sets the registered Izenda.AdHoc.ReportOutputGenerators.|{SQL,PDF,HTMLREPORT,<br>CSV,BULKCSV,XLS(MIME),<br>DOC,XML,JSON,<br>JSA}| |
|
| 194 | 197 | |String|[[ParentReportDesignerUrl|/API/CodeSamples/ParentReportDesignerUrl]]||String.Empty| |
| 195 | 198 | |String|[[ParentReportListUrl|/API/CodeSamples/ParentReportListUrl]]||String.Empty| |
| 196 | 199 | |String|[[ParentReportViewerUrl|/API/CodeSamples/ParentReportViewerUrl]]||String.Empty| |
| 197 | 200 | |String|[[ParentSettingsUrl|/API/CodeSamples/ParentSettingsUrl]]||String.Empty| |
| 198 | -|Boolean|[[PerUserCaching|/API/CodeSamples/PerUserCaching]]|Gets or sets the value indicating whether should be cached.|False| |
|
| 201 | +|Boolean|[[PerUserCaching|/API/CodeSamples/PerUserCaching]]|Gets or sets the value indicating whether Izenda.AdHoc.Database.Driver.DatabaseSchema should be cached.|False| |
|
| 199 | 202 | |Int32|[[PivotFieldLimit|/API/CodeSamples/PivotFieldLimit]]|Limit for how many pivot columns are in a report.|100| |
| 200 | 203 | |String|[[PostgreSQLConnectionString|/API/CodeSamples/PostgreSQLConnectionString]]|Gets or sets the connection string for Postgres.|String.Empty| |
| 201 | 204 | |Int32|[[PreviewColumnLimit|/API/CodeSamples/PreviewColumnLimit]]|Gets or set value indicating number of columns to show in preview|100| |
| 202 | 205 | |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.| |
| 203 | -|Int32|[[PreviewTimeout|/API/CodeSamples/PreviewTimeout]]|Gets or sets the for SQL commands.|0| |
|
| 206 | +|Int32|[[PreviewTimeout|/API/CodeSamples/PreviewTimeout]]|Gets or sets the System.Data.IDbCommand.CommandTimeout for SQL commands.|0| |
|
| 204 | 207 | |PrintMode|[[PrintMode|/API/CodeSamples/PrintMode]]|Gets or sets the value indicating what print mode will be used, PDF or HTML.|PdfAndHtml| |
| 205 | -|ProcessFiltersDelegate|[[ProcessFiltersDelegate|/API/CodeSamples/ProcessFiltersDelegate]]|Represents a method that handles execution.**(deprecated)**|String.Empty| |
|
| 208 | +|ProcessFiltersDelegate|[[ProcessFiltersDelegate|/API/CodeSamples/ProcessFiltersDelegate]]|Represents a method that handles Izenda.AdHoc.Report execution.**(deprecated)**|String.Empty| |
|
| 206 | 209 | |Int32|[[QuickAddFieldWidth|/API/CodeSamples/QuickAddFieldWidth]]|Gets or set value indicating max length of string in one QuickAdd column|20| |
| 207 | 210 | |Int32|[[QuickAddMinElementsInColumn|/API/CodeSamples/QuickAddMinElementsInColumn]]|Gets or set value indicating how many elements are in one QuickAdd column|20| |
| 208 | 211 | |String|[[RDLFolder|/API/CodeSamples/RDLFolder]]|Gets or sets path to Folder where RDL files whould be saved|RDLFiles| |
| ... | ... | @@ -211,8 +214,8 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 211 | 214 | |Color|[[ReportBorderColor|/API/CodeSamples/ReportBorderColor]]|Gets or sets the color of report border.|Color [White]| |
| 212 | 215 | |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);| |
| 213 | 216 | |String|[[ReportCssUrl|/API/CodeSamples/ReportCssUrl]]|Css file to be used on reports generated by Izenda Reports.|rs.aspx?css=Report| |
| 214 | -|String|[[ReportDesignerUrl|/API/CodeSamples/ReportDesignerUrl]]|Gets or sets the URL of a page used to design reports ( page).|ReportDesigner.aspx| |
|
| 215 | -|String|[[ReportDesignerUrlWithDelimiter|/API/CodeSamples/ReportDesignerUrlWithDelimiter]]|Gets the with "?" or "&" char at the end.|ReportDesigner.aspx?| |
|
| 217 | +|String|[[ReportDesignerUrl|/API/CodeSamples/ReportDesignerUrl]]|Gets or sets the URL of a page used to design reports (Izenda.Web.UI.ReportDesigner page).|ReportDesigner.aspx| |
|
| 218 | +|String|[[ReportDesignerUrlWithDelimiter|/API/CodeSamples/ReportDesignerUrlWithDelimiter]]|Gets the Izenda.AdHoc.AdHocSettings.ReportDesignerUrl with "?" or "&" char at the end.|ReportDesigner.aspx?| |
|
| 216 | 219 | |Color|[[ReportHeaderColor|/API/CodeSamples/ReportHeaderColor]]|Gets or sets the color of report header.|Color [DarkSlateBlue]| |
| 217 | 220 | |Image|[[ReportHeaderImage|/API/CodeSamples/ReportHeaderImage]]||String.Empty| |
| 218 | 221 | |String|[[ReportHeaderImageUrl|/API/CodeSamples/ReportHeaderImageUrl]]|Gets or sets the image which will be shown at the top of the report.|String.Empty| |
| ... | ... | @@ -220,11 +223,11 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 220 | 223 | |Color|[[ReportItemColor|/API/CodeSamples/ReportItemColor]]|Gets or sets the color of report item.|Color [White]| |
| 221 | 224 | |String|[[ReportList|/API/CodeSamples/ReportList]]|Gets or sets the URL of the report list page.|ReportList.aspx| |
| 222 | 225 | |ReportListSettings|[[ReportListSettings|/API/CodeSamples/ReportListSettings]]|Gets or sets the value indicating ReportList display**(deprecated)**|HideAll| |
| 223 | -|ReportSetEventWatcherCollection|[[ReportSetEventWatchers|/API/CodeSamples/ReportSetEventWatchers]]|Gets or sets the collection of registered which can do some actions on -related events.|Izenda.AdHoc.ReportSetEventWatcherCollection| |
|
| 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| |
|
| 226 | +|ReportSetEventWatcherCollection|[[ReportSetEventWatchers|/API/CodeSamples/ReportSetEventWatchers]]|Gets or sets the collection of registered Izenda.AdHoc.IReportSetEventWatcherwhich can do some actions on Izenda.AdHoc.ReportSet-related events.|null| |
|
| 227 | +|String|[[ReportsPath|/API/CodeSamples/ReportsPath]]|Gets or sets the path of the folder where Izenda.AdHoc.FileSystemAdHocConfigstores its reports.If the value is <see langword="null then reports will be storedin "Reports" subfolder of application folder.|C:\cygwin64\home\Joseph\adhocsettings_output\Reports| |
|
| 225 | 228 | |Boolean|[[ReportsSharedByDefault|/API/CodeSamples/ReportsSharedByDefault]]||True| |
| 226 | 229 | |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| |
|
| 230 | +|ReportTypeCollection|[[ReportTypes|/API/CodeSamples/ReportTypes]]|Gets or sets the report types.**(deprecated)**|{Detail,Summary,Chart,<br>Gauge}| |
|
| 228 | 231 | |String|[[ReportViewer|/API/CodeSamples/ReportViewer]]|Gets or sets the URL of the report viewer page.|ReportViewer.aspx| |
| 229 | 232 | |Int32|[[ReportViewerDefaultPreviewResults|/API/CodeSamples/ReportViewerDefaultPreviewResults]]|Specifies the default number of results previewed in the report view page for all reports.|100| |
| 230 | 233 | |String|[[ReportViewerPostHtml|/API/CodeSamples/ReportViewerPostHtml]]|Gets or sets the string contains html code that placing after the entire HtmlOutputReportResults section.**(deprecated)**|String.Empty| |
| ... | ... | @@ -233,33 +236,33 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 233 | 236 | |String|[[ReportViewerWithDelimiter|/API/CodeSamples/ReportViewerWithDelimiter]]|Gets the report viewer page with "?" or "&" char at the end.|ReportViewer.aspx?| |
| 234 | 237 | |String|[[ReportViewPageTitle|/API/CodeSamples/ReportViewPageTitle]]|Gets or sets the title of report view page.|String.Empty| |
| 235 | 238 | |Boolean|[[RequireLogin|/API/CodeSamples/RequireLogin]]|This setting tells Izenda Reports to use the login page specified above in the Login URL setting.|False| |
| 236 | -|String|[[ResponseServer|/API/CodeSamples/ResponseServer]]|Gets or sets the URL of the page.|rs.aspx| |
|
| 237 | -|String|[[ResponseServerWithDelimiter|/API/CodeSamples/ResponseServerWithDelimiter]]|Gets the page with "?" or "&" char at the end.|rs.aspx?| |
|
| 239 | +|String|[[ResponseServer|/API/CodeSamples/ResponseServer]]|Gets or sets the URL of the Izenda.AdHoc.ResponseServer page.|rs.aspx| |
|
| 240 | +|String|[[ResponseServerWithDelimiter|/API/CodeSamples/ResponseServerWithDelimiter]]|Gets the Izenda.AdHoc.AdHocSettings.ResponseServer page with "?" or "&" char at the end.|rs.aspx?| |
|
| 238 | 241 | |String|[[ResponseServerWithDelimiterFull|/API/CodeSamples/ResponseServerWithDelimiterFull]]||rs.aspx?| |
| 239 | 242 | |Int32[]|[[ResultsDropdownValues|/API/CodeSamples/ResultsDropdownValues]]|Gets or sets the list of the values in the preview results dropdown dialog.|System.Int32[]| |
| 240 | 243 | |String|[[SavedReportsTable|/API/CodeSamples/SavedReportsTable]]|Gets or sets the table name for saved reports.|IzendaAdHocReports| |
| 241 | 244 | |String|[[SaveReportSetNextUrl|/API/CodeSamples/SaveReportSetNextUrl]]|Gets or sets the URL of the report viewer page.|String.Empty| |
| 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}| |
|
| 243 | -|SchedulerOutputCollection|[[SchedulerExports|/API/CodeSamples/SchedulerExports]]||Izenda.AdHoc.SchedulerOutputCollection| |
|
| 244 | -|SchedulerOutputCollection|[[SchedulerOutputTypes|/API/CodeSamples/SchedulerOutputTypes]]|Get or set value indicating allowed formats for scheduling reports|Izenda.AdHoc.SchedulerOutputCollection| |
|
| 245 | +|String|[[ScheduledReportsUrlFormatString|/API/CodeSamples/ScheduledReportsUrlFormatString]]|Gets or sets the url that is sent via email as the report web address.|http://localhost:57642/ReportViewer.aspx?{0}| |
|
| 246 | +|SchedulerOutputCollection|[[SchedulerExports|/API/CodeSamples/SchedulerExports]]||{}| |
|
| 247 | +|SchedulerOutputCollection|[[SchedulerOutputTypes|/API/CodeSamples/SchedulerOutputTypes]]|Get or set value indicating allowed formats for scheduling reports|{Link,Embedded,PDF,<br>CSV,HTML,XLS(MIME)}| |
|
| 245 | 248 | |String|[[SchedulerTenantID|/API/CodeSamples/SchedulerTenantID]]|Gets or sets the tenantId for scheduler.**(deprecated)**|String.Empty| |
| 246 | 249 | |TimeSpan|[[SchemaCacheTimeout|/API/CodeSamples/SchemaCacheTimeout]]|Gets or sets the time span for schema caching.|1.00:00:00| |
| 247 | 250 | |String|[[ScriptDirectory|/API/CodeSamples/ScriptDirectory]]||String.Empty| |
| 248 | 251 | |Unit|[[SelectValueDropDownWidth|/API/CodeSamples/SelectValueDropDownWidth]]|Gets or sets the width of filter values dropdown.|300px| |
| 249 | 252 | |Boolean|[[ServiceMode|/API/CodeSamples/ServiceMode]]|Gets or set value indication service mode**(deprecated)**|False| |
| 250 | 253 | |String|[[SettingsKey|/API/CodeSamples/SettingsKey]]|Gets or sets password to access Settings control|String.Empty| |
| 251 | -|String|[[SettingsPageUrl|/API/CodeSamples/SettingsPageUrl]]|Gets or sets the URL of the page.|Settings.aspx| |
|
| 254 | +|String|[[SettingsPageUrl|/API/CodeSamples/SettingsPageUrl]]|Gets or sets the URL of the Izenda.AdHoc.Settings page.|Settings.aspx| |
|
| 252 | 255 | |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| |
| 253 | -|Boolean|[[ShowAddAll|/API/CodeSamples/ShowAddAll]]|Gets or sets the value indicating whether AddAll button and dropdown should be shown in the .**(deprecated)**|False| |
|
| 256 | +|Boolean|[[ShowAddAll|/API/CodeSamples/ShowAddAll]]|Gets or sets the value indicating whether AddAll button and dropdown should be shown in the Izenda.AdHoc.AdHocSettings.FieldList.**(deprecated)**|False| |
|
| 254 | 257 | |Boolean|[[ShowAddFieldInReportViewer|/API/CodeSamples/ShowAddFieldInReportViewer]]||True| |
| 255 | 258 | |Boolean|[[ShowAdminButton|/API/CodeSamples/ShowAdminButton]]|Gets or sets the value indicating showing buttons for administration**(deprecated)**|True| |
| 256 | -|Boolean|[[ShowAdvancedChartingButton|/API/CodeSamples/ShowAdvancedChartingButton]]|Gets or sets the value indicating whether "Show Advanced" button should be shown in the .|True| |
|
| 259 | +|Boolean|[[ShowAdvancedChartingButton|/API/CodeSamples/ShowAdvancedChartingButton]]|Gets or sets the value indicating whether "Show Advanced" button should be shown in the Izenda.Web.UI.ChartControl.|True| |
|
| 257 | 260 | |Boolean|[[ShowAllInPreview|/API/CodeSamples/ShowAllInPreview]]|Gets or sets the value indicating whether "CombinedTop Count" dropdown list should have the "All" item in preview.|True| |
| 258 | 261 | |Boolean|[[ShowAllInResults|/API/CodeSamples/ShowAllInResults]]|Gets or sets the value indicating whether "CombinedTop Count" dropdown list should have the "All" item in results.|True| |
| 259 | 262 | |Boolean|[[ShowAllTables|/API/CodeSamples/ShowAllTables]]|Gets or sets the value indicating whether all tables should be shown in tables dropdown.**(deprecated)**|True| |
| 260 | -|Boolean|[[ShowArithmeticInSummary|/API/CodeSamples/ShowArithmeticInSummary]]|Gets or sets the value indicating whether arithmetic operations are shown in the summary tab of .|False| |
|
| 261 | -|Boolean|[[ShowArithmeticOperations|/API/CodeSamples/ShowArithmeticOperations]]|Gets or sets the value indicating whether arithmetic operations are shown in .|True| |
|
| 262 | -|Boolean|[[ShowBackButton|/API/CodeSamples/ShowBackButton]]|Gets or sets the value indicating whether "Back" button should be shown in the .|False| |
|
| 263 | +|Boolean|[[ShowArithmeticInSummary|/API/CodeSamples/ShowArithmeticInSummary]]|Gets or sets the value indicating whether arithmetic operations are shown in the summary tab of Izenda.Web.UI.AdHocReportDesigner.|False| |
|
| 264 | +|Boolean|[[ShowArithmeticOperations|/API/CodeSamples/ShowArithmeticOperations]]|Gets or sets the value indicating whether arithmetic operations are shown in Izenda.AdHoc.AdHocSettings.FieldList.|True| |
|
| 265 | +|Boolean|[[ShowBackButton|/API/CodeSamples/ShowBackButton]]|Gets or sets the value indicating whether "Back" button should beshown in the Izenda.Web.UI.AdHocToolbarNavigation.|False| |
|
| 263 | 266 | |Boolean|[[ShowBetweenDateCalendar|/API/CodeSamples/ShowBetweenDateCalendar]]||True| |
| 264 | 267 | |Boolean|[[ShowBulkCSVButton|/API/CodeSamples/ShowBulkCSVButton]]|Gets or sets the value indicating possibility export to BulkCSV**(deprecated)**|False| |
| 265 | 268 | |Boolean|[[ShowCategoryTextboxInSaveDialog|/API/CodeSamples/ShowCategoryTextboxInSaveDialog]]|Gets or sets the value indicating whether category checkbox should be shown in the save dialog.|True| |
| ... | ... | @@ -271,35 +274,35 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 271 | 274 | |Boolean|[[ShowCSVButton|/API/CodeSamples/ShowCSVButton]]|Gets or sets the value indicating possibility export to CSV|True| |
| 272 | 275 | |Boolean|[[ShowCustomFormatType|/API/CodeSamples/ShowCustomFormatType]]|Gets or sets the value indicating whether "Custom" format type should be shown in formats dropdown.|False| |
| 273 | 276 | |Boolean|[[ShowDashboardAddDropDown|/API/CodeSamples/ShowDashboardAddDropDown]]|Gets or sets a value indicating whether "add dashboard subreport" should be shown as DropDownList control.**(deprecated)**|False| |
| 274 | -|Boolean|[[ShowDashboardFieldsTab|/API/CodeSamples/ShowDashboardFieldsTab]]|Gets or sets the value indicating whether tab with dashboard fields is shown.|False| |
|
| 277 | +|Boolean|[[ShowDashboardFieldsTab|/API/CodeSamples/ShowDashboardFieldsTab]]|Gets or sets the value indicating whether Izenda.Web.UI.AdHocReportDesigner tab withdashboard fields is shown.|False| |
|
| 275 | 278 | |Boolean|[[ShowDashboardPartViewerLinks|/API/CodeSamples/ShowDashboardPartViewerLinks]]|Gets or sets the value indicating whether Dashboard Viewer will have edit links for it's reports|True| |
| 276 | 279 | |Boolean|[[ShowDashboardSettings|/API/CodeSamples/ShowDashboardSettings]]|Gets or sets the value indicating allows edit dashboard settings**(deprecated)**|False| |
| 277 | 280 | |Boolean|[[ShowDatabaseDiagramIcon|/API/CodeSamples/ShowDatabaseDiagramIcon]]|Gets or sets the value indicating whether the Database Diagram icon should be shown in the toolbar.|True| |
| 278 | 281 | |Boolean|[[ShowDatabaseTypes|/API/CodeSamples/ShowDatabaseTypes]]|Gets or set value indicating whether database types should be shown in the fields dropdown.|False| |
| 279 | 282 | |Boolean|[[ShowDataSourcesAsCheckBoxes|/API/CodeSamples/ShowDataSourcesAsCheckBoxes]]|Gets or sets the value indicating mode of data sources list is showed.|True| |
| 280 | -|Boolean|[[ShowDataSourcesTab|/API/CodeSamples/ShowDataSourcesTab]]|Gets or sets the value indicating whether tab with data sources list is showed.|True| |
|
| 283 | +|Boolean|[[ShowDataSourcesTab|/API/CodeSamples/ShowDataSourcesTab]]|Gets or sets the value indicating whether Izenda.Web.UI.AdHocReportDesigner tab withdata sources list is showed.|True| |
|
| 281 | 284 | |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| |
|
| 285 | +|Boolean|[[ShowDescriptionsInReportsTab|/API/CodeSamples/ShowDescriptionsInReportsTab]]|Gets or sets the value indicating whether reports descriptions should beshown in the reports tab of Izenda.Web.UI.AdHocReportDesigner.**(deprecated)**|False| |
|
| 283 | 286 | |Boolean|[[ShowDesignDashboardLink|/API/CodeSamples/ShowDesignDashboardLink]]|Gets or sets the value indicating whether design new dashboard link is shown|True| |
| 284 | -|Boolean|[[ShowDesignLinkInReportViewer|/API/CodeSamples/ShowDesignLinkInReportViewer]]|Gets or set value indicating whether design link should be shown in .**(deprecated)**|True| |
|
| 287 | +|Boolean|[[ShowDesignLinkInReportViewer|/API/CodeSamples/ShowDesignLinkInReportViewer]]|Gets or set value indicating whether design link should be shown in Izenda.AdHoc.AdHocSettings.ReportViewer.**(deprecated)**|True| |
|
| 285 | 288 | |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| |
| 286 | 289 | |Boolean|[[ShowDetailFormat|/API/CodeSamples/ShowDetailFormat]]|Gets or sets the value indicating whether "Detail Link" format should be shown in formats dropdown.**(deprecated)**|True| |
| 287 | 290 | |Boolean|[[ShowDistinct|/API/CodeSamples/ShowDistinct]]|Gets or set value indicating whether "Distinct" should be shown at the Data Source tab.|True| |
| 288 | 291 | |Boolean|[[ShowDOCButton|/API/CodeSamples/ShowDOCButton]]|Gets or sets the value indicating possibility export to DOC|True| |
| 289 | 292 | |Boolean|[[ShowEtlButton|/API/CodeSamples/ShowEtlButton]]|Gets or sets the value indicating whether the upload data button should be shown in the report viewer.|False| |
| 290 | 293 | |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| |
| 291 | -|Boolean|[[ShowFieldsTab|/API/CodeSamples/ShowFieldsTab]]|Gets or sets the value indicating whether tab with fields list is shown.|True| |
|
| 294 | +|Boolean|[[ShowFieldsTab|/API/CodeSamples/ShowFieldsTab]]|Gets or sets the value indicating whether Izenda.Web.UI.AdHocReportDesigner tab withfields list is shown.|True| |
|
| 292 | 295 | |Boolean|[[ShowFieldValueCheckbox|/API/CodeSamples/ShowFieldValueCheckbox]]|Gets or sets the value indicating whether "Field|Value" checkbox should be shown in the field tab.|True| |
| 293 | 296 | |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| |
|
| 295 | -|Boolean|[[ShowFilterLogic|/API/CodeSamples/ShowFilterLogic]]|Gets or sets the value indicating whether Filter Logic should be shown in the .|True| |
|
| 296 | -|Boolean|[[ShowFiltersInDashboards|/API/CodeSamples/ShowFiltersInDashboards]]|Gets or set value indicating whether filters should be shown in .|True| |
|
| 297 | -|Boolean|[[ShowFiltersInReportViewer|/API/CodeSamples/ShowFiltersInReportViewer]]|Gets or set value indicating whether filters should be shown in .**(deprecated)**|True| |
|
| 298 | -|Boolean|[[ShowFiltersTab|/API/CodeSamples/ShowFiltersTab]]|Gets or sets the value indicating whether tab with filters list is showed.|True| |
|
| 299 | -|Boolean|[[ShowFunctions|/API/CodeSamples/ShowFunctions]]|Gets or sets the value indicating whether functions should be shown in the .|True| |
|
| 297 | +|Boolean|[[ShowFilterFunctions|/API/CodeSamples/ShowFilterFunctions]]|Gets or sets the value indicating whether Remove All button should be shown in the Izenda.AdHoc.AdHocSettings.FieldList.**(deprecated)**|True| |
|
| 298 | +|Boolean|[[ShowFilterLogic|/API/CodeSamples/ShowFilterLogic]]|Gets or sets the value indicating whether Filter Logic should be shown in the Izenda.Web.UI.FilterList.|True| |
|
| 299 | +|Boolean|[[ShowFiltersInDashboards|/API/CodeSamples/ShowFiltersInDashboards]]|Gets or set value indicating whether filters should be shown in Izenda.AdHoc.AdHocSettings.ReportViewer.|True| |
|
| 300 | +|Boolean|[[ShowFiltersInReportViewer|/API/CodeSamples/ShowFiltersInReportViewer]]|Gets or set value indicating whether filters should be shown in Izenda.AdHoc.AdHocSettings.ReportViewer.**(deprecated)**|True| |
|
| 301 | +|Boolean|[[ShowFiltersTab|/API/CodeSamples/ShowFiltersTab]]|Gets or sets the value indicating whether Izenda.Web.UI.AdHocReportDesigner tab withfilters list is showed.|True| |
|
| 302 | +|Boolean|[[ShowFunctions|/API/CodeSamples/ShowFunctions]]|Gets or sets the value indicating whether functions should be shownin the Izenda.AdHoc.AdHocSettings.FieldList.|True| |
|
| 300 | 303 | |Boolean|[[ShowGaugePercentage|/API/CodeSamples/ShowGaugePercentage]]|Gets or sets the value indicating whether percentage at gauges should be shown.|False| |
| 301 | 304 | |Boolean|[[ShowGaugeTab|/API/CodeSamples/ShowGaugeTab]]|Gets or sets the value indicating whether gauges tab should be shown in report designer.|True| |
| 302 | -|Boolean|[[ShowGoButton|/API/CodeSamples/ShowGoButton]]|Gets or sets the value indicating whether "Go" button should be shown in the .|False| |
|
| 305 | +|Boolean|[[ShowGoButton|/API/CodeSamples/ShowGoButton]]|Gets or sets the value indicating whether "Go" button should be shown in the Izenda.Web.UI.AdHocToolbarNavigation.|False| |
|
| 303 | 306 | |Boolean|[[ShowGradientBackground|/API/CodeSamples/ShowGradientBackground]]|Gets or sets the value indicating is data grid items will be shaded with gradient|False| |
| 304 | 307 | |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| |
| 305 | 308 | |Boolean|[[ShowGroupMonth|/API/CodeSamples/ShowGroupMonth]]|Gets or set value indicating whether Group(Month) function should be visible.**(deprecated)**|False| |
| ... | ... | @@ -307,15 +310,15 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 307 | 310 | |Boolean|[[ShowHtmlAsCode|/API/CodeSamples/ShowHtmlAsCode]]|This feature enables/disables showing HTML code containing in database fields as plain text.|False| |
| 308 | 311 | |Boolean|[[ShowInTimePeriod|/API/CodeSamples/ShowInTimePeriod]]|Gets or sets the value indicating whether "In Time Period" item is shown in operators dropdown.|True| |
| 309 | 312 | |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| |
|
| 311 | -|Boolean|[[ShowJoinDropDown|/API/CodeSamples/ShowJoinDropDown]]|Gets or sets the value indicating whether join type dropdown should be shown in the .|False| |
|
| 313 | +|Boolean|[[ShowInvisible|/API/CodeSamples/ShowInvisible]]|Gets or sets the value indicating whether invisible checkboxes should beshown in the Izenda.AdHoc.AdHocSettings.FieldList.**(deprecated)**|False| |
|
| 314 | +|Boolean|[[ShowJoinDropDown|/API/CodeSamples/ShowJoinDropDown]]|Gets or sets the value indicating whether join type dropdown should beshown in the Izenda.AdHoc.AdHocSettings.JoinedTablesList.|False| |
|
| 312 | 315 | |Boolean|[[ShowJustification|/API/CodeSamples/ShowJustification]]|Gets or sets the value indicating whether justification type should be shown in the field tab.|True| |
| 313 | 316 | |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 | 317 | |Boolean|[[ShowLoadingForDesigner|/API/CodeSamples/ShowLoadingForDesigner]]|Gets or set value indicating whether loading message should be shown.**(deprecated)**|False| |
| 315 | 318 | |Boolean|[[ShowLoadingOnDesignerLoad|/API/CodeSamples/ShowLoadingOnDesignerLoad]]|Gets or set value indicating whether loading message should be shown on designer load.**(deprecated)**|False| |
| 316 | 319 | |Boolean|[[ShowLogoInPdf|/API/CodeSamples/ShowLogoInPdf]]|**(deprecated)**|False| |
| 317 | 320 | |Boolean|[[ShowMapTab|/API/CodeSamples/ShowMapTab]]|Gets or sets the value indicating whether the Map Tab should be shown in the report viewer.|True| |
| 318 | -|Boolean|[[ShowMenuInReportViewer|/API/CodeSamples/ShowMenuInReportViewer]]|Gets or set value indicating whether menu should be shown in .**(deprecated)**|False| |
|
| 321 | +|Boolean|[[ShowMenuInReportViewer|/API/CodeSamples/ShowMenuInReportViewer]]|Gets or set value indicating whether menu should be shown in Izenda.AdHoc.AdHocSettings.ReportViewer.**(deprecated)**|False| |
|
| 319 | 322 | |Boolean|[[ShowMiscTab|/API/CodeSamples/ShowMiscTab]]|This checkbox enables/disables the misc tab from the Izenda Reports application report designer page.|True| |
| 320 | 323 | |Boolean|[[ShowModifyButton|/API/CodeSamples/ShowModifyButton]]|Gets or sets the value indicating whether the "Modify" button should be shown in the report viewer.**(deprecated)**|True| |
| 321 | 324 | |Boolean|[[ShowMultiLineControls|/API/CodeSamples/ShowMultiLineControls]]|Gets or sets the value indicating whether "Multi-Line" feature is enabled.|False| |
| ... | ... | @@ -327,57 +330,56 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 327 | 330 | |Boolean|[[ShowPDFButton|/API/CodeSamples/ShowPDFButton]]|Gets or sets the value indicating possibility export to PDF|True| |
| 328 | 331 | |Boolean|[[ShowPivot|/API/CodeSamples/ShowPivot]]|Enables/disables the option of adding pivots to reports.|True| |
| 329 | 332 | |Boolean|[[ShowPoweredByLogo|/API/CodeSamples/ShowPoweredByLogo]]|Gets or sets the value indicating whether "Powered By Izenda" logo should be shown.|False| |
| 330 | -|Boolean|[[ShowPreviewTab|/API/CodeSamples/ShowPreviewTab]]|Gets or sets the value indicating whether tab with preview is showed.|True| |
|
| 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| |
|
| 332 | -|Boolean|[[ShowRdlOutputIcon|/API/CodeSamples/ShowRdlOutputIcon]]|Gets or sets the value indicating whether rdl button should be shown in the reports tab of .|False| |
|
| 333 | +|Boolean|[[ShowPreviewTab|/API/CodeSamples/ShowPreviewTab]]|Gets or sets the value indicating whether Izenda.Web.UI.AdHocReportDesigner tab withpreview is showed.|True| |
|
| 334 | +|Boolean|[[ShowPublishRdlButton|/API/CodeSamples/ShowPublishRdlButton]]|Gets or sets the value indicating whether publish rdl button should beshown in the reports tab of Izenda.Web.UI.AdHocReportDesigner.|False| |
|
| 335 | +|Boolean|[[ShowRdlOutputIcon|/API/CodeSamples/ShowRdlOutputIcon]]|Gets or sets the value indicating whether rdl button should beshown in the reports tab of Izenda.Web.UI.AdHocReportDesigner.|False| |
|
| 333 | 336 | |Boolean|[[ShowRecentDatasources|/API/CodeSamples/ShowRecentDatasources]]|Gets or sets the value indicating whether recent datasources dropdown list will be shown in ReportDesigner.|True| |
| 334 | -|Boolean|[[ShowRemoveAll|/API/CodeSamples/ShowRemoveAll]]|Gets or sets the value indicating whether Remove All button should be shown in the .**(deprecated)**|True| |
|
| 337 | +|Boolean|[[ShowRemoveAll|/API/CodeSamples/ShowRemoveAll]]|Gets or sets the value indicating whether Remove All button should be shown in the Izenda.AdHoc.AdHocSettings.FieldList.**(deprecated)**|True| |
|
| 335 | 338 | |Boolean|[[ShowRemoveFieldInReportViewer|/API/CodeSamples/ShowRemoveFieldInReportViewer]]||True| |
| 336 | -|Boolean|[[ShowReportClassifiers|/API/CodeSamples/ShowReportClassifiers]]|Gets or sets the value indicating whether control should be shown in the "Misc" tab.|True| |
|
| 337 | -|Boolean|[[ShowReportColor|/API/CodeSamples/ShowReportColor]]|Gets or sets the value indicating whether report color dropdowns are shown in .|True| |
|
| 339 | +|Boolean|[[ShowReportClassifiers|/API/CodeSamples/ShowReportClassifiers]]|Gets or sets the value indicating whether Izenda.Web.UI.ReportClassifierscontrol should be shown in the "Misc" tab.|True| |
|
| 340 | +|Boolean|[[ShowReportColor|/API/CodeSamples/ShowReportColor]]|Gets or sets the value indicating whether report color dropdowns are shown in Izenda.Web.UI.StyleControl.|True| |
|
| 338 | 341 | |Boolean|[[ShowReportingServicesSettings|/API/CodeSamples/ShowReportingServicesSettings]]|Gets or sets the value indicating allows edit reporting services settings**(deprecated)**|False| |
| 339 | 342 | |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| |
| 340 | 343 | |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| |
| 341 | -|Boolean|[[ShowReportsTab|/API/CodeSamples/ShowReportsTab]]|Gets or sets the value indicating whether tab with reports list is showed.|False| |
|
| 344 | +|Boolean|[[ShowReportsTab|/API/CodeSamples/ShowReportsTab]]|Gets or sets the value indicating whether Izenda.Web.UI.AdHocReportDesigner tab withreports list is showed.|False| |
|
| 342 | 345 | |Boolean|[[ShowResponseServerDetails|/API/CodeSamples/ShowResponseServerDetails]]|Gets or set value indicating showing diagnostic test at response server page|True| |
| 343 | -|Boolean|[[ShowRowButtons|/API/CodeSamples/ShowRowButtons]]|Gets or sets the value indicating whether insert and move buttons should be shown in the .|True| |
|
| 344 | -|Boolean|[[ShowRTFButton|/API/CodeSamples/ShowRTFButton]]|Gets or sets the value indicating possibility export to RTF|True| |
|
| 345 | -|Boolean|[[ShowSaveAsToolbarButton|/API/CodeSamples/ShowSaveAsToolbarButton]]|Gets or sets the value indicating whether "Save As" button should be shown in the .|True| |
|
| 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| |
|
| 347 | -|Boolean|[[ShowSaveControlsInReportsTab|/API/CodeSamples/ShowSaveControlsInReportsTab]]|Gets or sets the value indicating whether save controls should be shown in the reports tab of .|False| |
|
| 346 | +|Boolean|[[ShowRowButtons|/API/CodeSamples/ShowRowButtons]]|Gets or sets the value indicating whether insert and move buttons should beshown in the Izenda.AdHoc.AdHocSettings.FieldList.|True| |
|
| 347 | +|Boolean|[[ShowSaveAsToolbarButton|/API/CodeSamples/ShowSaveAsToolbarButton]]|Gets or sets the value indicating whether "Save As" button should be shown in the Izenda.Web.UI.AdHocToolbarNavigation.|True| |
|
| 348 | +|Boolean|[[ShowSaveControls|/API/CodeSamples/ShowSaveControls]]|Gets or sets the value indicating whether save controls should beshown in the reports tab of Izenda.Web.UI.AdHocReportDesigner and in the Izenda.Web.UI.AdHocToolbarNavigation.|True| |
|
| 349 | +|Boolean|[[ShowSaveControlsInReportsTab|/API/CodeSamples/ShowSaveControlsInReportsTab]]|Gets or sets the value indicating whether save controls should beshown in the reports tab of Izenda.Web.UI.AdHocReportDesigner.|False| |
|
| 348 | 350 | |Boolean|[[ShowSaveInReportViewer|/API/CodeSamples/ShowSaveInReportViewer]]|Gets or sets the value indicating whether save controls should be shown in the ReportViewer.**(deprecated)**|True| |
| 349 | -|Boolean|[[ShowSaveRdlToolbarButton|/API/CodeSamples/ShowSaveRdlToolbarButton]]|Gets or sets the value indicating whether "Save As RDL" button should be shown in the .|False| |
|
| 350 | -|Boolean|[[ShowScheduleControls|/API/CodeSamples/ShowScheduleControls]]|Gets or sets the value indicating whether should be shown in the "Misc" tab.|True| |
|
| 351 | +|Boolean|[[ShowSaveRdlToolbarButton|/API/CodeSamples/ShowSaveRdlToolbarButton]]|Gets or sets the value indicating whether "Save As RDL" button should be shown in the Izenda.Web.UI.AdHocToolbarNavigation.|False| |
|
| 352 | +|Boolean|[[ShowScheduleControls|/API/CodeSamples/ShowScheduleControls]]|Gets or sets the value indicating whether Izenda.Web.UI.ScheduleControl should be shown in the "Misc" tab.|True| |
|
| 351 | 353 | |Boolean|[[ShowServerEmailButton|/API/CodeSamples/ShowServerEmailButton]]|Gets or sets the value indicating whether the email from server icon should be shown in the toolbar.|False| |
| 352 | 354 | |Boolean|[[ShowSettingsButton|/API/CodeSamples/ShowSettingsButton]]|Gets or sets the value indicating showing buttons for administration. An alias for ShowAdminButton setting.|True| |
| 353 | 355 | |Boolean|[[ShowSettingsButtonForNonAdmins|/API/CodeSamples/ShowSettingsButtonForNonAdmins]]|Defines if Settings button will be shown to users without administrator rights|False| |
| 354 | 356 | |Boolean|[[ShowSharedCheckbox|/API/CodeSamples/ShowSharedCheckbox]]||True| |
| 355 | 357 | |Boolean|[[ShowSharingControl|/API/CodeSamples/ShowSharingControl]]|Gets or sets the value indicating is the sharing control will be shown.|True| |
| 356 | -|Boolean|[[ShowSideHelp|/API/CodeSamples/ShowSideHelp]]|Gets or set value indicating whether side help should be shown in .|False| |
|
| 358 | +|Boolean|[[ShowSideHelp|/API/CodeSamples/ShowSideHelp]]|Gets or set value indicating whether side help should be shown in Izenda.Web.UI.ReportDesigner.|False| |
|
| 357 | 359 | |Boolean|[[ShowSimpleModeViewer|/API/CodeSamples/ShowSimpleModeViewer]]|Gets or sets a value indicating whether report viewer mode is simple mode.|False| |
| 358 | 360 | |Boolean|[[ShowSqlOutputIcon|/API/CodeSamples/ShowSqlOutputIcon]]|Gets or sets the value indicating whether the SQL output icon should be shown in the toolbar.|True| |
| 359 | 361 | |Boolean|[[ShowStackTrace|/API/CodeSamples/ShowStackTrace]]|Gets or sets the value indicating format for showing exceptions.|True| |
| 360 | 362 | |Boolean|[[ShowStyleTab|/API/CodeSamples/ShowStyleTab]]|Gets or sets the value indicating whether style tab should be shown in the report designer.|True| |
| 361 | 363 | |Boolean|[[ShowSummaryLine|/API/CodeSamples/ShowSummaryLine]]|This feature allows the usage of a summary line in the fields tab of report designer.**(deprecated)**|True| |
| 362 | 364 | |Boolean|[[ShowSummaryTab|/API/CodeSamples/ShowSummaryTab]]|Gets or sets the value indicating whether summary tab should be shown.|True| |
| 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| |
|
| 365 | +|Boolean|[[ShowTableNames|/API/CodeSamples/ShowTableNames]]|Gets or sets the value indicating whether colums should be grouped by table name. Otherwise show columns as "ColumnName(TableName)".|False| |
|
| 364 | 366 | |Boolean|[[ShowTenantField|/API/CodeSamples/ShowTenantField]]|When false, this hides the field identified in the TenantField property|True| |
| 365 | 367 | |Boolean|[[ShowTimeZoneDropdown|/API/CodeSamples/ShowTimeZoneDropdown]]|Gets or sets the value indicating whether timezone dropdown will be shown in the Report Designer.|True| |
| 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| |
|
| 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| |
|
| 368 | +|Boolean|[[ShowTopInFields|/API/CodeSamples/ShowTopInFields]]|Gets or sets the value indicating whether results count dropdownshould be shown in the fields tab of Izenda.Web.UI.AdHocReportDesigner.|True| |
|
| 369 | +|Boolean|[[ShowTopInSummary|/API/CodeSamples/ShowTopInSummary]]|Gets or sets the value indicating whether results count dropdownshould be shown in the summary tab of Izenda.Web.UI.AdHocReportDesigner.|True| |
|
| 368 | 370 | |Boolean|[[ShowVisualGroupLabels|/API/CodeSamples/ShowVisualGroupLabels]]|Gets or sets the value indicating whether field names should be shown in visual group header.**(deprecated)**|False| |
| 369 | 371 | |Boolean|[[ShowWatermarkedExports|/API/CodeSamples/ShowWatermarkedExports]]|Gets or sets the value indicating whether watermarked export should be used on license errors.|True| |
| 370 | 372 | |Boolean|[[ShowWaterMarks|/API/CodeSamples/ShowWaterMarks]]|Gets or sets the value indicating whether watermarks should be used on license errors.|True| |
| 371 | -|Boolean|[[ShowWidth|/API/CodeSamples/ShowWidth]]|Gets or sets the value indicating whether width edit should be shown in the .**(deprecated)**|False| |
|
| 373 | +|Boolean|[[ShowWidth|/API/CodeSamples/ShowWidth]]|Gets or sets the value indicating whether width edit should beshown in the Izenda.AdHoc.AdHocSettings.FieldList.**(deprecated)**|False| |
|
| 372 | 374 | |Boolean|[[ShowXLSButton|/API/CodeSamples/ShowXLSButton]]|Gets or sets the value indicating possibility export to XLS|True| |
| 373 | -|String|[[SimpleFilterCssUrl|/API/CodeSamples/SimpleFilterCssUrl]]|Gets or sets the css stylesheet URL for the .|rs.aspx?css=SimpleFilter| |
|
| 374 | -|Boolean|[[SingleLineViewerToolbar|/API/CodeSamples/SingleLineViewerToolbar]]|Gets or set value indicating whether toolbar should be single line.**(deprecated)**|False| |
|
| 375 | +|String|[[SimpleFilterCssUrl|/API/CodeSamples/SimpleFilterCssUrl]]|Gets or sets the css stylesheet URL for the Izenda.Web.UI.FilterList.|rs.aspx?css=SimpleFilter| |
|
| 376 | +|Boolean|[[SingleLineViewerToolbar|/API/CodeSamples/SingleLineViewerToolbar]]|Gets or set value indicating whether Izenda.AdHoc.AdHocSettings.ReportViewer toolbar shouldbe single line.**(deprecated)**|False| |
|
| 375 | 377 | |String|[[SmtpLogin|/API/CodeSamples/SmtpLogin]]|Gets or sets the SMTP server login.|String.Empty| |
| 376 | 378 | |String|[[SmtpPassword|/API/CodeSamples/SmtpPassword]]|Gets or sets the SMTP server password.|String.Empty| |
| 377 | 379 | |String|[[SmtpServer|/API/CodeSamples/SmtpServer]]|Gets or sets the SMTP server address for sending e-mails.|localhost| |
| 378 | 380 | |Boolean|[[SortColumnNames|/API/CodeSamples/SortColumnNames]]|Gets or sets the value indicating whether dropdowns with column names are sorted alphabetically.|True| |
| 379 | 381 | |Int32|[[SqlCommandTimeout|/API/CodeSamples/SqlCommandTimeout]]|Gets or sets the wait time in seconds for database command dropdown values loading.|3600| |
| 380 | -|String|[[SqlServerConnectionString|/API/CodeSamples/SqlServerConnectionString]]|Gets or sets the connection string for MS SQL Server.|String.Empty| |
|
| 382 | +|String|[[SqlServerConnectionString|/API/CodeSamples/SqlServerConnectionString]]|Gets or sets the connection string for MS SQL Server.|null| |
|
| 381 | 383 | |Boolean|[[StoreCurrentReportSetInApplication|/API/CodeSamples/StoreCurrentReportSetInApplication]]|Gets or sets whether reportSet should be stored in application instead of session.|False| |
| 382 | 384 | |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| |
| 383 | 385 | |Boolean|[[StoreImagesToCache|/API/CodeSamples/StoreImagesToCache]]|Gets or sets the value indicating how temporary images should be stored.|True| |
| ... | ... | @@ -385,23 +387,23 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 385 | 387 | |Boolean|[[StripInvalidCharacters|/API/CodeSamples/StripInvalidCharacters]]|Gets or sets the value indicating whether invalid characters in report names should be striped.|True| |
| 386 | 388 | |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$| |
| 387 | 389 | |String|[[TabBackgroundImageUrl|/API/CodeSamples/TabBackgroundImageUrl]]|Gets or sets the URL of the tabs background image.|rs.aspx?image=TabStrip.Background.gif| |
| 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| |
|
| 390 | +|NameDistinctValueCollection|[[TableAliases|/API/CodeSamples/TableAliases]]|Gets or sets the collection of key-value pairs where the key is the table name and the value is a table alias.**(deprecated)**|null| |
|
| 389 | 391 | |Unit|[[TableDropDownWidth|/API/CodeSamples/TableDropDownWidth]]|Gets or sets the width of table dropdown.|190px| |
| 390 | 392 | |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)| |
| 391 | -|String|[[TabsCss|/API/CodeSamples/TabsCss]]|Gets or sets the css style for the .**(deprecated)**|@import url(rs.aspx?css=tabs);| |
|
| 392 | -|String|[[TabsCssUrl|/API/CodeSamples/TabsCssUrl]]|Gets or sets the css stylesheet URL for the .|rs.aspx?css=tabs| |
|
| 393 | +|String|[[TabsCss|/API/CodeSamples/TabsCss]]|Gets or sets the css style for the Izenda.Web.UI.TabStrip.**(deprecated)**|@import url(rs.aspx?css=tabs);| |
|
| 394 | +|String|[[TabsCssUrl|/API/CodeSamples/TabsCssUrl]]|Gets or sets the css stylesheet URL for the Izenda.Web.UI.TabStrip.|rs.aspx?css=tabs| |
|
| 393 | 395 | |String|[[TempFiles|/API/CodeSamples/TempFiles]]|Gets or set value indicating path to temporary files.|TempFiles| |
| 394 | -|String|[[TemplatesPath|/API/CodeSamples/TemplatesPath]]|Gets or sets the path of the folder where templates are stored.|ServerPath\Reports| |
|
| 396 | +|String|[[TemplatesPath|/API/CodeSamples/TemplatesPath]]|Gets or sets the path of the folder where templates are stored.|C:\cygwin64\home\Joseph\adhocsettings_output\Reports| |
|
| 395 | 397 | |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| |
| 396 | -|FieldHighlightInfoDictionary|[[TextHighlight|/API/CodeSamples/TextHighlight]]||Izenda.AdHoc.FieldHighlightInfoDictionary| |
|
| 398 | +|FieldHighlightInfoDictionary|[[TextHighlight|/API/CodeSamples/TextHighlight]]||null| |
|
| 397 | 399 | |Int32|[[ThumbnailHeight|/API/CodeSamples/ThumbnailHeight]]|Gets or sets the value indicating thumbnail size in pixels.|220| |
| 398 | 400 | |Int32|[[ThumbnailWidth|/API/CodeSamples/ThumbnailWidth]]|Gets or sets the value indicating thumbnail size in pixels.|170| |
| 399 | 401 | |Unit|[[TimePeriodDropDownWidth|/API/CodeSamples/TimePeriodDropDownWidth]]|Gets or sets the width of time period dropdown.|190px| |
| 400 | 402 | |Int32|[[TimeZoneOffset|/API/CodeSamples/TimeZoneOffset]]|Gets or sets the value indicating the time zone offset in Hours.|0| |
| 401 | -|SchedulerTimeZoneCollection|[[TimeZones|/API/CodeSamples/TimeZones]]|Collection of additional and hidden time zones.|Izenda.AdHoc.SchedulerTimeZoneCollection| |
|
| 403 | +|SchedulerTimeZoneCollection|[[TimeZones|/API/CodeSamples/TimeZones]]|Collection of additional and hidden time zones.|null| |
|
| 402 | 404 | |String|[[ToolbarBackgroundImageUrl|/API/CodeSamples/ToolbarBackgroundImageUrl]]|Gets or sets the URL of the toolbar background image.|rs.aspx?image=Toolbar.Toolgrad.gif| |
| 403 | 405 | |String|[[ToolbarBorderColor|/API/CodeSamples/ToolbarBorderColor]]|Gets or sets the color of toolbar border.|#95b7f3| |
| 404 | -|String|[[ToolbarCssUrl|/API/CodeSamples/ToolbarCssUrl]]|Gets or sets the css stylesheet URL for the .|rs.aspx?css=toolbar| |
|
| 406 | +|String|[[ToolbarCssUrl|/API/CodeSamples/ToolbarCssUrl]]|Gets or sets the css stylesheet URL for the Izenda.Web.UI.Toolbar.|rs.aspx?css=toolbar| |
|
| 405 | 407 | |String|[[UnCategorizedReportsMenuItemTitle|/API/CodeSamples/UnCategorizedReportsMenuItemTitle]]|Gets or sets the uncategorized reports menu item title.**(deprecated)**|Reports| |
| 406 | 408 | |Boolean|[[UseAdvancedGauge|/API/CodeSamples/UseAdvancedGauge]]|Gets or sets the value indicating whether advanced is used for "Gauge" format.|True| |
| 407 | 409 | |Boolean|[[UseBulkCSV|/API/CodeSamples/UseBulkCSV]]|Gets or sets the value indicating whether Bulk CSV use.|True| |
| ... | ... | @@ -418,6 +420,6 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 418 | 420 | |Boolean|[[UseReportID|/API/CodeSamples/UseReportID]]|Gets or sets the value indicating whether GUIDs will be used instead of report names in addresses.|False| |
| 419 | 421 | |Boolean|[[ValidateBeforeSave|/API/CodeSamples/ValidateBeforeSave]]|Gets or sets the value indicating whether reportset should be validated before saving|False| |
| 420 | 422 | |Boolean|[[ViewsOnly|/API/CodeSamples/ViewsOnly]]|Gets or sets the value indicating whether only views is shown in tables dropdown.|False| |
| 421 | -|String[]|[[VisibleDataSources|/API/CodeSamples/VisibleDataSources]]|Gets or sets the array of table names should be shown in tables dropdown.|System.String[]| |
|
| 422 | -|String[]|[[VisibleTables|/API/CodeSamples/VisibleTables]]|Gets or sets the array of table names should be shown in tables dropdown.**(deprecated)**|System.String[]| |
|
| 423 | +|String[]|[[VisibleDataSources|/API/CodeSamples/VisibleDataSources]]|Gets or sets the array of table names should be shown in tables dropdown.|System.String[] {}| |
|
| 424 | +|String[]|[[VisibleTables|/API/CodeSamples/VisibleTables]]|Gets or sets the array of table names should be shown in tables dropdown.**(deprecated)**|System.String[] {}| |
|
| 423 | 425 | |VisualGroupStyle|[[VisualGroupStyle|/API/CodeSamples/VisualGroupStyle]]|Gets or set value indicating what style should be used for visual groups.**(deprecated)**|CommaDelimited| |