97b49f3373bcf8c54216bad4a4425ead3958a8cb
API/AdHocSettings.md
| ... | ... | @@ -130,11 +130,11 @@ Note:This property doesn't change data source name in data base. You should use |
| 130 | 130 | | Unit|DescriptionWidth|Gets or sets the width of the "Description" textbox on the Fields tab of the Report Designer.| |
| 131 | 131 | | bool|Distinct|Sets the default value of the distinct checkbox. The distinct checkbox is located on the datasources tab of the report designer page.| |
| 132 | 132 | | bool|DistinctSubtotalInnerQuery|Gets or sets the value indicating whether the DISTINCT option should be used in inner queries for calculating subtotals. This can affect database performance.| |
| 133 | -| FormatCollection|DrillDownStyle|Gets or sets the list of available drill-down report fields formats. This affects contents of all "Drill-down style" comboboxes in the ReportDesigner.| |
|
| 133 | +| FormatCollection|DrillDownStyle|Gets or sets the list of available drill-down report field formats. This affects the contents of all "Drill-down style" comboboxes in the ReportDesigner.| |
|
| 134 | 134 | | AggregateFunctionCollection|DundasAggregateFunctions|| |
| 135 | -| string|EmailFromAddress|| |
|
| 136 | -| string|EmailSubjectFormatString|| |
|
| 137 | -| bool|EmbedReportInServerEmail|| |
|
| 135 | +| string|EmailFromAddress|This gets or sets the value used as the default "email from" address for the automated scheduler.| |
|
| 136 | +| string|EmailSubjectFormatString|This gets or sets the value used as the default subject of the emailed reports. By default it uses the report name as the subject of the email.| |
|
| 137 | +| bool|EmbedReportInServerEmail|Gets or sets the value indicating whether a report will be embedded in the server email.| |
|
| 138 | 138 | | int|EqualsDropDownLimit|| |
| 139 | 139 | | int|EqualsDropDownTimeout|| |
| 140 | 140 | | Dictionary<string,string[]>|EqualsPopupDestinations || |