52558ce8fabb2aca747566297170a6b77d44a259
API/CodeSamples/VisibleDataSources.md
| ... | ... | @@ -4,6 +4,8 @@ |
| 4 | 4 | |
| 5 | 5 | Gets or sets the array of names for tables and views that should be shown in the "Data Sources (Tables and Views)" dropdown in the ReportDesigner on the Data Sources tab. 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 datasource that is hidden from the current user will not be available for a user to access. |
| 6 | 6 | |
| 7 | +**Default Value:** System.String[] {} |
|
| 8 | + |
|
| 7 | 9 | ##Global.asax (C♯) |
| 8 | 10 | ```csharp |
| 9 | 11 | //main class: inherits DatabaseAdHocConfig or FileSystemAdHocConfig |