-
Create site.
-
Upload rdl files into Dashboards lib.
-
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.
-
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.
相关文章
- 11-03sharepoint webpart
- 11-03会说话的ABAP report
- 11-03客户端开发添加sharepoint凭证
- 11-03SharePoint 服务器端对象迁移文件夹
- 11-03在SharePoint2010上使用QuickFlow和QuickFlowDesigner
- 11-03SharePoint解决方案及开发系列(2)-ECM
- 11-03Office 365 plans, SharePoint Online, and SharePoint 2013 on-premises 功能对比列表
- 11-03Sharepoint 移动客户端 Rshare的特点
- 11-03世界上最方便的SharePoint移动客户端--Rshare
- 11-03安装SharePoint Server的主机重命名