Deploy a report to a Sharepoint Server using Visual Studio

Source: Internet
Author: User
ArticleDirectory
    • Deploy to SharePoint 2010 Server
    • Deploy to SharePoint 2007 Server

Recently, the company has tried Sharepoint, 2007 and 2010. This article describes some configuration parameters when I deploy and develop reports using Visual Studio for later reference.

 

Deploy to SharePoint 2010 Server

Server software environment:

    • Windows Server 2008 r2
    • SQL Server 2008 r2
    • Sharepoint Server 2010

 

The host website is http: // localhost. After creating a report library, we can use http: // localhost/reportlibrary to access the report library.

 

Enable SQL server business intelligence development studio, create a report project, and configure project properties.

Targetdatasetfolder: http: // localhost/reportlibrary/, shared dataset storage folder.

Targetperformancefolder: http: // localhost/reportlibrary/, shared data source storage folder.

Targetreportfolder: http: // localhost/reportlibrary/reportfiles, the report file storage folder. A separate folder is planned for the report file.

Targetreportpartfolder: http: // localhost/reportlibrary/. The folder where the report parts are stored.

Targetserverurl: http: // localhost/reportlibrary/, reporting the server address.

 

Deploy to SharePoint 2007 Server

Server software environment:

    • Windows Server 2003
    • SQL Server 2008 r2
    • Sharepoint Server 2007

 

The host website is http: // localhost: 5090, which uses the default report center template.

 

First, check whether there is a report Inventory. By default, there should be a reportslibrary inventory. Pay attention to its document type.

 

Check whether the data source is in stock. data connections is in stock by default. Pay attention to its document type.

 

Enable SQL server business intelligence development studio, create a report project, and configure project properties.

Targetperformancefolder: http: // softtest: 5090/Data % 20 connections, shared data source storage folder.

Targetreportfolder: http: // softtest: 5090/reportslibrary. The report file storage folder.

Targetserverurl: http: // softtest: 5090/reportlibrary/, reporting server address.

Here is a very strange problem: softtest is the name of the server. If http: // localhost: 5090/reportlibrary/is used, an error is returned, but http: // softtest: 5090/reportlibrary.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.