54e8e73c3abaf876c9dbdb0ad117cfae3814a6ab
API/AdHocSettings.md
| ... | ... | @@ -8,7 +8,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 8 | 8 | |Dictionary|[[AdditionalTimeZones|/API/CodeSamples/AdditionalTimeZones]]|List of additional timezones.**(deprecated)**|null| |
| 9 | 9 | |AdHocConfig|[[AdHocConfig|/API/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]]||{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}| |
|
| 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| |
| ... | ... | @@ -107,7 +107,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 107 | 107 | |NameValueCollection|[[DetailReportFormatString|/API/CodeSamples/DetailReportFormatString]]|Gets or sets the extended link formats for "Detail Link" format.**(deprecated)**|null| |
| 108 | 108 | |Boolean|[[Distinct|/API/CodeSamples/Distinct]]|Gets or sets the initial value for Izenda.AdHoc.Report.Distinct field.|True| |
| 109 | 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| |
| 110 | -|FormatCollection|[[DrillDownStyle|/API/CodeSamples/DrillDownStyle]]|Gets or sets the list of available drill-down report fields formats.|{DetailLink,DetailLinkNewWindow,EmbeddedDetail,<br>DetailLinkPopup}| |
|
| 110 | +|FormatCollection|[[DrillDownStyle|/API/CodeSamples/DrillDownStyle]]|Gets or sets the list of available drill-down report fields formats.|{DetailLink, DetailLinkNewWindow, EmbeddedDetail, <br>DetailLinkPopup}| |
|
| 111 | 111 | |AggregateFunctionCollection|[[DundasAggregateFunctions|/API/CodeSamples/DundasAggregateFunctions]]||{None,AVG,COUNT,<br>COUNT_DISTINCT,SUM}| |
| 112 | 112 | |String|[[EmailFromAddress|/API/CodeSamples/EmailFromAddress]]|Email from address for the automated scheduler.|adhoc@yourdomain.com| |
| 113 | 113 | |String|[[EmailSubjectFormatString|/API/CodeSamples/EmailSubjectFormatString]]|Gets or set subject of the emailed report for scheduler.|{0}| |
| ... | ... | @@ -224,7 +224,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 224 | 224 | |String|[[ReportList|/API/CodeSamples/ReportList]]|Gets or sets the URL of the report list page.|ReportList.aspx| |
| 225 | 225 | |ReportListSettings|[[ReportListSettings|/API/CodeSamples/ReportListSettings]]|Gets or sets the value indicating ReportList display**(deprecated)**|HideAll| |
| 226 | 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| |
|
| 227 | +|String|[[ReportsPath|/API/CodeSamples/ReportsPath]]|Gets or sets the path of the folder where Izenda.AdHoc.FileSystemAdHocConfigstores its reports.If the value is null then reports will be stored in "Reports" subfolder of application folder.|[drive]:\[ApplicationFolder]\Reports| |
|
| 228 | 228 | |Boolean|[[ReportsSharedByDefault|/API/CodeSamples/ReportsSharedByDefault]]||True| |
| 229 | 229 | |StorageMode|[[ReportStorageMode|/API/CodeSamples/ReportStorageMode]]|Defines how reports are stored - in the file system or in the database**(deprecated)**|Filesystem| |
| 230 | 230 | |ReportTypeCollection|[[ReportTypes|/API/CodeSamples/ReportTypes]]|Gets or sets the report types.**(deprecated)**|{Detail,Summary,Chart,<br>Gauge}| |