0% found this document useful (0 votes)
91 views10 pages

How To Import Custom Reports in SCCM 1511: Reporting Services RDL

This document provides steps to import custom reports into SCCM 1511. It explains that SCCM comes with over 400 built-in reports but sometimes custom reports are required. The steps show how to download an example custom report file, create a new folder in the SCCM reporting services, upload the custom report file, and configure it to use the SCCM database as its data source.

Uploaded by

Thirumal Kannan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
91 views10 pages

How To Import Custom Reports in SCCM 1511: Reporting Services RDL

This document provides steps to import custom reports into SCCM 1511. It explains that SCCM comes with over 400 built-in reports but sometimes custom reports are required. The steps show how to download an example custom report file, create a new folder in the SCCM reporting services, upload the custom report file, and configure it to use the SCCM database as its data source.

Uploaded by

Thirumal Kannan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

This is a quick guide on how to import custom reports in SCCM 1511.

The steps listed in this post will work on other versions of configuration manager as well. When you
install Configuration Manager, it comes with lots of built-in reports. Configuration Manager provides report definitions for over 400 reports in over 50 report folders, which
are
copied to the root report folder in SQL Server Reporting Services during the reporting services point installation process. But sometimes the companies require a custom report
that does come built-in with SCCM.
So when i say importing custom reports, we are basically importing the .rdl files. RDL is a file extension for an XML file used Microsoft
SQL Server reporting services. RDL
stands for Report Definition Language. RDL files contain calculations, charts, images, graphs and text and can be rendered into a variety of

formats as needed.

How to import custom reports in SCCM 1511


So
now let’s see how to import custom reports in Configuration Manager 1511. I have downloaded a report that shows the last reboot time of the machines from a collection. I
have copied this file inside the sources folder on SCCM server. You could click the below button to download the RDL file.

Download Find Last Reboot Time RDL File

Open
the browser and browse to the Reporting Services webpage, by default http://server/reports as a user with permissions to edit reports (To run
a report, an administrative user
must have the Run Report permission for the object. To create or modify a report, an administrative user must have the Modify Report permission for the object). Now click on
New Folder. We will create a new folder and upload the rdl file into that folder.
Provide a name to the folder and click OK.
Once you have created the folder, click on the folder and now click on Upload File.
Click on Browse and specify the path to upload the rdl file. Click OK.
Now
you will see the report is imported. Do not run the report. We need to ensure that the report is configured to use your SCCM database as the data source.
Click on the drop down and click Manage.
In the left pane, click Data Sources. You need to click on Browse and choose the data source.
Choose the data source and click OK.
Now
run the report. This reports lists the last reboot time of computers from a selected collection. We have successfully imported a custom report into SCCM.

You might also like