6152eff8cce70ffec170278776ec105f09a17af2
API/CodeSamples/VisibleDataSources.md
| ... | ... | @@ -55,9 +55,9 @@ Public Class CustomAdHocConfig |
| 55 | 55 | End Class |
| 56 | 56 | ``` |
| 57 | 57 | |
| 58 | -##Alternate Usage: All Tables, Views and Stored Procedures Visible |
|
| 58 | +##Alternate Usage: All Tables, Views and Stored Procedures Visible |
|
| 59 | 59 | |
| 60 | -If you would like for all tables, views and stored procedures to be shown, use the following snippet. |
|
| 60 | +If you would like for all tables, views and stored procedures to be shown (you must limit Stored Procedures that are not used for reporting using the where clause in this query), use the following snippet. |
|
| 61 | 61 | |
| 62 | 62 | ```csharp |
| 63 | 63 | //setting vis datasources |