You are managing a SQL Server 2008 Reporting Services (SSRS) sample which includes some reports for Company.com.
Through utilizing the Business Intelligence Development Studio (BIDS), you will publish a report project.
You find out that the data sources are changed through the test data sources on the report.
You should make sure that the existed reports are running normally when the report project is published soon.
Which is the correct answer?
A.
You should modify properties of OverwriteDataSources
B.
You should modify properties of DataSourceFolder
C.
You should modify properties of ServerURL
D.
You should modify properties of ReportFolder
Explanation:
Category Property Description
—————————————————————————————————————————————————————————————————————————-
Deployment OverwriteDataSources When set to Yes, this property will replace the shared data sources in the deployment server.
Deployment TargetDataSourceFolder Folder in which shared data source will be deployed.
Deployment TargetReportFolder Folder in which reports will be deployed.
Deployment TargetServerURL URL of the deployment server.
Debug StartItem Lets you configure the report that will be automatically displayed when running the project for debugging purposes.