Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Reporting Services script files are run from the command prompt using the Reporting Services script environment (RS.exe). RS.exe has many command prompt arguments available for you to use. For more information about the command prompt options, see rs (Dienstprogramm).
Sample Command Lines
Run Script.rss in the script environment designating the target report server. Windows Authentication is applied by default:
rs –i Script.rss -s https://servername/reportserverRun Script.rss in the script environment specifying a user name and password for authenticating the Web service calls:
rs –i Script.rss -s https://servername/reportserver -u myusername -p mypasswordRun Script.rss in the script environment specifying a server time-out of 30 seconds:
rs –i Script.rss -s https://servername/reportserver -l 30Run Script.rss in the script environment specifying a global script variable called report.
rs –i Script.rss -s https://servername/reportserver -v report="Company Sales"Run Script.rss in the script environment specifying that the Web service operations in the script file are run as a batch.
rs –i Script.rss -s https://servername/reportserver -b
Siehe auch
Verweis
Reporting Services Web Services Class Library
Report Server Web Service Library
ListChildren
Andere Ressourcen
Skriptbeispiele (Reporting Services)
rs (Dienstprogramm)