How to combine connecting string via parameter?
You can include parameter reference in the data source connection string and allow the user to choose a data source for the report. For example, with an expression-based connection string, a user who is running a sales report can select a data source for a particular county before running the report. The following example illustrates the use of a data source expression in a SQL Server connection string. The example assumes you have created a report parameter named ServerName: =”Data Source=” & Parameters!
Related Questions
- I want to call my C or assembler function with a reference parameter in a string. Why can you just use the pointer returnedby _parc() to modify a string parameter?
- Why am I getting the error "String reference not set to an instance of a String. Parameter name: s"?
- How can I call Java Methods containing String parameter(s) using JNI?