[Windows Azure] Create and use a reporting service in Windows Azure SQL Reporting
Create and use a reporting service in Windows Azure SQL Reporting
In this tutorial you will learn about how to create and manage a reporting service on Windows Azure SQL Reporting.
What is SQL Reporting?
SQL Reporting is a cloud-based reporting service built on Windows Azure and SQL Server Reporting Services technologies. By using SQL Reporting, you can easily provision and deploy reporting solutions to the cloud, and take advantage of a distributed data center that provides enterprise-class availability, scalability, and security with the benefits of built-in data protection and self-healing.
To get started with SQL Reporting, you must have a Windows Azure subscription. You can use an existing subscription, a new subscription, or the free trial subscription. For more information, see Windows Azure Offers.
Table of Contents
- Create a report server
- Create a user and assign roles
- Upload a report
- Download a report
- Run a report
- Create a data source
- Create a folder
- Update permissions on a Report item
- Next Steps
Create a reporting service
Use Quick Create to easily create a new reporting service in SQL Reporting. You'll choose a region and provide the user name and password of the server administrator.
On the navigation pane, click SQL Reporting.

Click NEW, and then click Quick Create.
Enter a descriptive name for the service. The service name is used only in the portal. The actual URL used to access the service will be a 10 character GUID.
From the Region list, select a region. You can create only one reporting service in each region for each subscription.
Type the user name of the reporting service administrator and in Password and Confirm Password type the administrator password.
Be sure to keep this information in a safe place. You need it to access the report server.
Click Create SQL Reporting Service.
The reporting service is created using the current subscription. The reporting service name is a 10 character GUID composed of letters and numbers.
Create a user and assign roles
Click the name of service you just created.

Click Users at the top of the page, and then click Create at the bottom of hte page.
The Create a new user dialog box opens.
Enter user name and password, select an item role, such as Browser. Click the check mark.
User names must be unique. If you provide a duplicate name, an error message displays and you cannot continue until you change the user name to one that is unique.
Upload a report
Click Items at the top of the page to manage items.
Click Add , and then click Upload Report.
The Upload Report dialog box opens.
Click the ellipsis (…) button to the right of the Report Definition file box and browse to the location of the report that you want to upload. The report file must be .rdl file type.
Select the report and click Open.
You return to the Upload Report dialog box. The name of the report shows in the Definition file and Name boxes.
Optionally, rename the report by typing a different name in Name.
The upload process does not overwrite an existing report with the same name; instead, the upload fails. If you previously uploaded the report to the root of the report server or the same folder, you must either first delete the existing report on the server or use a different name when you upload the report.
The report server can host multiple reports with the same names when they are in different folders.
Optionally, type a description in the Description box.
Click the check mark to upload the file.
Download a report
On the Items page, you can select an existing report and download it.
Click the report in the Report list, click the down arrow to the right of the report name, and then click download.
The Download Report dialog box opens.
Click the ellipsis (…) next to the Report box and browse to the location where you want to download the report.
Type the name of the report, and click Save.
You return to Download Report and the name of the report appears in Report.
You cannot change the report name. If you want change the name, update the properties on the report. For more information, see How to: Update Permissions on Report Server Item (Windows Azure SQL Reporting).
Close the dialog box.
Run a report : from the portal
In the management portal, click the reporting service to which you uploaded or deployed the report that you want to run.
On the Dashboard, click the link [Link] next to the Web service URL.
On the sign in page, enter the credentials of a user with permission to run reports.
The report renders in the Report Viewer in a new browser window.
If the report has parameters, select parameter values in the Report Viewer and click View Report.
Optionally, explore the report by displaying different report pages, searching for values in the report, and exporting the report to a different format.
Create a data source
Use the Items page to create a shared data source.
If you do not want the new data source in the root folder of the report server, navigate to the folder in which you want to create the data source.
On the ribbon, click Add and then click Create Data Source. The Create Data Source dialog box opens. You must have a SQL Database under the same subscription used for the reporting service. The database for which you are creating the shared data source must exist in the SQL Database instance.
Type a name in the Name box. Names of data sources in a folder must be unique. Optionally, type a description inDescription.
If you want the data source to be available to use in reports, select Enable. If you do not want to enable the data source when you first create it, you can do it later when you are ready to use it.
Type or paste a connection string. The format of the connection string is:
DataSource=<SQL Database service>;InitialCatalog=<SQL Database instance>;Encrypt=True;
Choose how the data source connects to the SQL Database instance. You can use either of the following two authentication types:
- Prompt for credentials to prompt users to provide a user name and password when they run the report. Optionally, update the default prompt text: Type the user name and password to use in order to access the data source:.
- Credentials stored securely in the report server to provide a user name and a password that is stored on the report server, separately from the report.
Close the dialog box.
Create a folder
Navigate to the folder in which you want to create a new folder.
Breadcrumbs provide a visual presentation of the path from the root folder to the current folder.
Click Create in the Folder category on the ribbon.
In Name, type the folder name.
Optionally, in Description, type a description.
The description is included in the folder entry in the folder list.
Click OK.
By default, a folder inherits the role assignments of its parent folder. After you create the folder, you can update its role assignments. For more information, see How to: Update Permissions on Report Server Item (Windows Azure SQL Reporting).
Update permissions on a Report item
To update permissions on a report item, Click the row that contains the report items, click the down arrow to the right of the folder, and then click Permissions. The Manage Permissions dialog box opens.
To update permissions of a Folder, you can optionally click Permissions in the Folder category of the portal ribbon.
Roles assignments of an item are automatically inherited from the folder that contains the item.
By default, the root folder has the permissions granted to the report server administrator. When you update permissions on a folder, permissions on its child folders are updated as well.
Because the root folder has no physical folder for you to select, you can set permissions on the root folder of the server only by clicking Permissions in the Folder category on the toolbar.
Optionally, locate users by typing in the box next to the search icon or filter by role by selecting a role in the role list that is located to the right of the box.
Click the user for whom you want to update role assignments on the selected folder.
The user list includes the report server administrator. This user is grayed out and you cannot change its item roles. The administrator is automatically assigned the Content Manager and System Administrator roles when it is first created. These roles provide the highest permissions and you cannot lessen the administrator’s permissions by assigning item roles with lower permissions.
Select and clear role assignments.
Close the dialog box.
Next Steps
Now that you've learned the basics of SQL Reporting administration, see Windows Azure SQL Reporting on MSDN.
[Windows Azure] Create and use a reporting service in Windows Azure SQL Reporting的更多相关文章
- [Windows Azure] Learn SQL Reporting on Windows Azure (9-Step Tutorial)
Learn SQL Reporting on Windows Azure (9-Step Tutorial) 4 out of 4 rated this helpful - Rate this top ...
- [Windows Azure] How to Create and Deploy a Cloud Service?
The Windows Azure Management Portal provides two ways for you to create and deploy a cloud service: ...
- [Windows Azure] Create a Virtual Network for Site-to-Site Cross-Premises Connectivity
Create a Virtual Network for Site-to-Site Cross-Premises Connectivity This tutorial walks you throug ...
- [Windows Azure] Create a Virtual Network in Windows Azure
Create a Virtual Network in Windows Azure This tutorial walks you through the steps to create a basi ...
- 【Azure 应用服务】Azure Mobile App (NodeJS) 的服务端部署在App Service for Windows中出现404 Not Found -- The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
问题描述 使用NodeJS的后端应用,开发一个Mobile App的服务端,手机端通过REST API来访问获取后端数据.在本地编译好后,通过npm start启动项目,访问效果如下: 但是,当把项目 ...
- Windows Azure Cloud Service (42) 使用Azure In-Role Cache缓存(1)Co-located Role
<Windows Azure Platform 系列文章目录> Update 2016-01-12 https://azure.microsoft.com/zh-cn/documentat ...
- Windows Azure Cloud Service (43) 使用Azure In-Role Cache缓存(2)Dedicated Role
<Windows Azure Platform 系列文章目录> Update 2016-01-12 https://azure.microsoft.com/zh-cn/documentat ...
- 【Azure 应用服务】在 App Service for Windows 中自定义 PHP 版本的方法
问题描述 在App Service for Windows的环境中,当前只提供了PHP 7.4 版本的选择情况下,如何实现自定义PHP Runtime的版本呢? 如 PHP Version 8.1.9 ...
- SSRS2:Reporting Service 配置Service Account
1,Service Account SSRS以一个Service方式实现,有三部分组成:Web Service,Report Manager和一个后台的进程,这个Service运行的账号就是Servi ...
随机推荐
- Oracle的悲观锁和乐观锁
为了得到最大的性能,一般数据库都有并发机制,不过带来的问题就是数据访问的冲突.为了解决这个问题,大多数数据库用的方法就是数据的锁定. 数据的锁定分为两种方法,第一种叫做悲观锁,第二种叫做乐观锁.什么叫 ...
- Dockerfile 构建google-chrom应用
cat Dockerfile.chrome FROM centos MAINTAINER zh******ech.cn ENV LANG en_US.UTF-8 RUN /bin/cp /usr/sh ...
- ios中非ARC项目中引用ARC文件
下图即可 选中工程->TARGETS->相应的target然后选中右侧的“Build Phases”,向下就找到“Compile Sources”了.如何在未使用arc的工程中引入一个使用 ...
- numpy中的argpartition
numpy.argpartition(a, kth, axis=-1, kind='introselect', order=None) 在快排算法中,有一个典型的操作:partition.这个操作指: ...
- JavaScript escape() unescape() decodeURI()函数对字符串进行编码解码
定义和用法 escape() 函数可对字符串进行编码,这样就可以在所有的计算机上读取该字符串. 语法 escape(string) 参数 描述 string 必需.要被转义或编码的字符串. 返回值 已 ...
- 【虚拟化系列】VMware vSphere 5.1 网络管理
网络是VMware vSphere 5.1的基础,所有虚拟机都需要网络来进行通信.如果将所有的虚拟机都看成是物理机,则在网络拓扑上,需要网卡和交换机等不同的网络连接设备和方式.而在虚拟化中,这些 ...
- nginx端合并JS
转载于:http://www.tuicool.com/articles/IjMNnq 配置文件: location /static/css/ { concat on; concat_max_files ...
- Kickstart无人值守安装[转载]
导言 作为中小公司的运维,经常会遇到一些机械式的重复工作,例如:有时公司同时上线几十甚至上百台服务器,而且需要我们在短时间内完成系统安装. 常规的办法有什么? 光盘安装系统===>一个服务器DV ...
- 树莓派进阶之路 (024) - windows远程桌面连接树莓派通过xrdp服务(转)
本文转载:http://www.cnblogs.com/edgexie/p/6527992.html 在网上看到很多关于windows远程桌面连接树莓派的教程.我也按照教程试过了,遇到了几个坑.特意记 ...
- Magento模块升级修改数据库表结构
Magento支持在模块中创建.删除.更新数据库表及字段.通过该方式,在插件开发的过程中,添加和修改字段变成了一件非常轻松的事情.只需要修改模块的版本号,同时在文件中添加一个符合命名规则的脚本就可以了 ...