9f2ded101fb01c888d96af280c6498af71b1834a
API/CodeSamples/VisibleDataSources.md
| ... | ... | @@ -7,8 +7,8 @@ |
| 7 | 7 | **Accepted Values:** Table, view and stored procedure names |
| 8 | 8 | **Default value:** Empty array |
| 9 | 9 | **Impacted Features:** Report Design, Report List |
| 10 | -**Purpose:** Gets or sets the array of names for tables and views that should be shown in the "Data Sources (Tables and Views)" drop-down in the Report Designer on the Data Sources tab. |
|
| 11 | -**Usage:** This setting is used to make stored procedures appear in Izenda. It is also used to limit what data sources each user has access to for security reasons. |
|
| 10 | +**Purpose:** Gets or sets the array of names for tables views, and stored procedures that should be shown in the "Data Sources (Tables, Views, and Stored Procedures)" drop-down in the Report Designer in the Data Sources tab. |
|
| 11 | +**Usage:** This setting is used to make stored procedures appear in Izenda. Without this setting Izenda will present all Tables and Views by default. It is also used to limit what data sources each user has access to for security reasons. |
|
| 12 | 12 | **Caveats:** Setting any values in this list will completely override the normally constructed list of tables and views on a per-user basis. Additionally, any reports that use a data source that is hidden from the current user will not be available for a user to access. |
| 13 | 13 | |
| 14 | 14 | ##Code Samples |