How To Import Custom Reports in SCCM 1511: Reporting Services RDL
How To Import Custom Reports in SCCM 1511: Reporting Services RDL
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.
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.