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 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.

  1. On the navigation pane, click SQL Reporting.

  2. Click NEW, and then click Quick Create.

  3. 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.

  4. From the Region list, select a region. You can create only one reporting service in each region for each subscription.

  5. 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.

  6. 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

  1. Click the name of service you just created.

  2. Click Users at the top of the page, and then click Create at the bottom of hte page.

  3. The Create a new user dialog box opens.

  4. 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

  1. Click Items at the top of the page to manage items.

  2. Click Add , and then click Upload Report.

  3. The Upload Report dialog box opens.

  4. 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.

  5. Select the report and click Open.

  6. You return to the Upload Report dialog box. The name of the report shows in the Definition file and Name boxes.

  7. 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.

  8. Optionally, type a description in the Description box.

  9. Click the check mark to upload the file.

Download a report

  1. On the Items page, you can select an existing report and download it.

  2. Click the report in the Report list, click the down arrow to the right of the report name, and then click download.

  3. The Download Report dialog box opens.

  4. Click the ellipsis (…) next to the Report box and browse to the location where you want to download the report.

  5. Type the name of the report, and click Save.

  6. You return to Download Report and the name of the report appears in Report.

  7. 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).

  8. Close the dialog box.

Run a report : from the portal

  1. In the management portal, click the reporting service to which you uploaded or deployed the report that you want to run.

  2. On the Dashboard, click the link [Link] next to the Web service URL.

  3. On the sign in page, enter the credentials of a user with permission to run reports.

  4. The report renders in the Report Viewer in a new browser window.

  5. If the report has parameters, select parameter values in the Report Viewer and click View Report.

  6. 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

  1. Use the Items page to create a shared data source.

  2. 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.

  3. 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.

  4. Type a name in the Name box. Names of data sources in a folder must be unique. Optionally, type a description inDescription.

  5. 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.

  6. Type or paste a connection string. The format of the connection string is:

    DataSource=<SQL Database service>;InitialCatalog=<SQL Database instance>;Encrypt=True;
  7. 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.
  8. Close the dialog box.

Create a folder

  1. Navigate to the folder in which you want to create a new folder.

  2. Breadcrumbs provide a visual presentation of the path from the root folder to the current folder.

  3. Click Create in the Folder category on the ribbon.

  4. In Name, type the folder name.

  5. Optionally, in Description, type a description.

  6. The description is included in the folder entry in the folder list.

  7. Click OK.

  8. 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

  1. 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.

  2. 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.

  3. 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.

  4. Select and clear role assignments.

  5. 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的更多相关文章

  1. [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 ...

  2. [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: ...

  3. [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 ...

  4. [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 ...

  5. 【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启动项目,访问效果如下: 但是,当把项目 ...

  6. 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 ...

  7. 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 ...

  8. 【Azure 应用服务】在 App Service for Windows 中自定义 PHP 版本的方法

    问题描述 在App Service for Windows的环境中,当前只提供了PHP 7.4 版本的选择情况下,如何实现自定义PHP Runtime的版本呢? 如 PHP Version 8.1.9 ...

  9. SSRS2:Reporting Service 配置Service Account

    1,Service Account SSRS以一个Service方式实现,有三部分组成:Web Service,Report Manager和一个后台的进程,这个Service运行的账号就是Servi ...

随机推荐

  1. 调用布局View的performClick()方法

    修改之前的xml片段.             <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/an ...

  2. 阿里云ecs配置辅助网卡绑定公网ip地址

    EIP直通车 前置条件:1.大家的实例是从经典迁移到VPC里面的,上古时期,经典实例大家购买实例的时候都是买了带宽的.而这种带宽一般情况下都是包年包月的,而且这种绑定在实例上的IP,我们把它叫做公网I ...

  3. MessagePack 学习笔记

    封装和解析类似json的  key-value 示例 {"ID" = 333,"name"="zds","3333"=& ...

  4. mysql--SQL编程(基础知识) 学习笔记1

    1.数据库应用类型分类: 一般来说,可将数据库的应用类型分为OLTP(OnLine TransactionProcessing ,联机事务处理)和OLAP(OnLine Analysis Proces ...

  5. 【解决问题】failed: java.lang.RuntimeException: org.openqa.selenium.WebDriverException: Unexpected error launching Internet Explorer.

    failed: java.lang.RuntimeException: org.openqa.selenium.WebDriverException: Unexpected error launchi ...

  6. NFS客户端、服务器协商读写粒度(rsize、wsize)流程 【转】

    rsize和wsize决定了网络文件系统(NFS)一次网络交互所能够读写的数据块的大小,rsize和wsize的大小对网络文件系统(NFS)的性能有重要影响.rsize和wsize的大小是在用户配置的 ...

  7. IT编年史 技术生命周期起步,成长,成熟和衰退四个阶段 IT历史总结

    IT编年史 最近查看了大量的正史或者野史,体会了整个IT夜发展的风气云涌,颇为激动,撰写如下. 感谢google黑板报的浪潮之巅http://googlechinablog.com/2007/07/a ...

  8. iOS11新特性之LargeTitle

    UI风格 在iOS 11中,系统APP使用了这种UI风格.这种风格最明显的变化就是使用了iOS 11的新特性--Large Title和新的SearchController. Demo GitHub: ...

  9. 《JAVA与模式》之简单工厂与工厂方法

    一.简单工厂 1.1 使用场景 1.工厂类负责创建的对象比较少: 2.客户只知道传入工厂类的参数,对于如何创建对象(逻辑)不关心: 3.由于简单工厂很容易违反高内聚责任分配原则,因此一般只在很简单的情 ...

  10. MySQL 错误1418

    创建function的时候报如下错误: Error Code : This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA ...