SharePoint report site.

  1. Create site.

  2. Upload rdl files into Dashboards lib.

  3. Manage Data source.

    Select the rdl file and click …

    Data sources defined in the rdl file should be listed here.

    Click the data source name.

    If you select custom data source, you can change the connection string, credentials, etc.

    If you select shared data source, shared data source is listed.

    ?

  4. How to create shared data source.

    Create a xml file and paste the following content into it.


    <?xml version="1.0" encoding="utf-8"?>

    <DataSourceDefinition xmlns="http://schemas.microsoft.com/sqlserver/reporting/2006/03/reportdatasource">

    <Extension>SQL</Extension>

    <ConnectString>Data Source=<server>,<port>;Initial Catalog=<database name></ConnectString>

    <CredentialRetrieval>Store</CredentialRetrieval>

    <WindowsCredentials>False</WindowsCredentials>

    <ImpersonateUser>False</ImpersonateUser>

    <Enabled>True</Enabled>

    </DataSourceDefinition>

    And save it with file extension rsds.

    After uploading it into the Dashboards library, you can select it when managing data sources for rdl files.

时间: 2025-01-14 11:42:14

SharePoint report site.的相关文章

Asp.net Web Application 打开 SharePoint 2010 Site 错误 The Web application at could not be found

解决办法如下: 1. 修改项目的.net framework 为3.5 2. Application Pool 选用 Sharepoint App pool 3. 修改 web.config如下: <?xml version="1.0"?> <configuration> <configSections> <sectionGroup name="system.web.extensions" type="System

Extending your SharePoint 2007 site with Microsoft ASP.NET AJAX 3.5

After ASP.NET 3.5 has been installed you need to modify the web.config file of your MOSS web site with a few Ajax specific entries. Typically, the web.config file is located in c:\inetpub\wwwroot\wss\virtualdirectories\80 1. Add the following <sectio

转载 SharePoint【Site Definition 系列】– 创建Content Type

转载原地址:  http://www.cnblogs.com/wsdj-ITtech/archive/2012/09/01/2470274.html Sharepoint本身就是一个丰富的大容器,里面存储的所有信息我们可以称其为“内容(Content)”,为了便于管理这些Conent,按照人类的正常逻辑就必然想到的是对此进行“分类”.分类所涉及到的层面又必然包括: 1.分类的标准或特征描述{即:类型属性(或:与该类型项目相关联的属性)}. 2.对应类的关联动作(即:工作流,行为以及其他设置)  

sharepoint 站点 site actions 下只有 site settings 选项

如题,原因是在CA--Site Collection Quotas and Locks 中lock了该站点为:Read-only (blocks additions, updates, and deletions) 修改为Not locked ,问题解决.

sharepoint 部分site下的库不能显示正常名称,显示为&ldquo;error&rdquo;

错误现象: 部分site下的库不能显示正常名称,显示为"error",Navigation的部分也會顯示Feature '525dc00c-0745-47c0-8073-221c2ec22f0f' for list template '101' is not installed in this farm.  The operation could not be completed. 从故障现象分析,是缺少某个模板功能导致的,根据错误提示发现,所有错误site提示错误的GUID和对应的L

sharepoint 某site无法进行搜索内容,其他site都可以搜索

进行大量站点测试后,发现其他站点search正常,而该站点无法进行搜索到结果,从爬网中的日志中发现以下错误: The start address http://xxxxxxxxx cannot be crawled: 新建该站点的网站内容进行专门爬网测试,错误依旧,无法对该站点爬网,根据错误可以判断是爬网服务器无法访问该站点,在爬网服务器上打开该站点url,却出现错误提示,无法打开该网站,判断可能缺少该网站的自定义组件. 最后发现该站点有自定义的组件,在爬网服务器的添加该网站的自定义dll,然后

SharePoint 读取 Site Columns 的数据并绑定到DropdownList

1 public void GetSiteColumns(DropDownList ddl, String siteColumn) 2 { 3 var fields = new SPSite(ProjectContent.SiteUrlMapping).RootWeb.Fields; 4 var projectCodeXml = fields.TryGetFieldByStaticName(siteColumn).SchemaXml; 7 XmlDocument xmlDoc = new Xml

sharepoint Report使用共享数据源部署报错

在VS中做了一下报表,把数据源设置成为共享数据源,部署时发生以下错误: 解决方法:在VS中解决方案窗口,选择共享数据源中的用到的数据源名称,右键点击,选择“部署”,部署成功后,再部署报表即可.

sharepoint 报错:Event ID: &nbsp; &nbsp; &nbsp;5785

sharepoint 报错: Event Type: ErrorEvent Source: Office SharePoint ServerEvent Category: Publishing Cache Event ID: 5785 Computer: MOSS01Description:Unable to connect publishing custom string handler for output caching.  IIS Instance Id is 'XXXXXXXXXXX'