Skip to content

Commit b54fc77

Browse files
committed
acrolinx improvement
1 parent d6372f7 commit b54fc77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reporting-services/tools/format-a-reporting-services-script-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ End Sub
4444
> [!IMPORTANT]
4545
> User credentials are managed by the script environment and passed through command prompt arguments using RS.exe. Although you can use the *rs* variable to set the authentication of the Web service, it is recommended that you use the script environment. You do not need to authenticate the Web service in the script file. For more information about authenticating the script environment, see [RS.exe Utility (SSRS)](../../reporting-services/tools/rs-exe-utility-ssrs.md).
4646

47-
You do not declare namespaces within the script file. The scripting environment makes several useful [!INCLUDE [msCoName](../../includes/msconame-md.md)] [!INCLUDE [dnprdnshort](../../includes/dnprdnshort-md.md)] namespaces available to you: **System.Web.Services**, **System.Web.Services.Protocols**, **System.Xml**, and **System.IO**.
47+
You don't declare namespaces within the script file. The scripting environment makes several useful [!INCLUDE [msCoName](../../includes/msconame-md.md)] [!INCLUDE [dnprdnshort](../../includes/dnprdnshort-md.md)] namespaces available to you: **System.Web.Services**, **System.Web.Services.Protocols**, **System.Xml**, and **System.IO**.
4848

4949
For script samples, see [SQL Server Reporting Services product samples](https://go.microsoft.com/fwlink/?LinkId=177889).
5050

0 commit comments

Comments
 (0)