2d95f675096058a98f0a8f73cc8dcdeed3b311fc
API/CodeSamples/DataSourceAliases.md
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | |
| 5 | 5 | ##About |
| 6 | 6 | |
| 7 | -Gets or sets the data source names(aliases) that the user sees in the Report Designer. This can be set globally or on a per-user basis. The key is the name of your column in the database and the value is the alias you wish the user to see. This is useful for localization and when custom fields are used in your application. |
|
| 7 | +Gets or sets the data source names(aliases) that the user sees in the Report Designer. This can be set globally or on a per-user basis. The key is the name of your table in the database and the value is the alias you wish the user to see. This is useful for localization and when custom fields are used in your application. |
|
| 8 | 8 | |
| 9 | 9 | Below is a sample displaying syntax in the global.asax file. |
| 10 | 10 |