Adding Reporting Services branding sample packages

This commit is contained in:
Adam Saxton
2016-08-11 15:18:18 -05:00
parent c55ec50324
commit 77ce8e53f1
5 changed files with 78 additions and 2 deletions
+7 -2
View File
@@ -16,7 +16,12 @@ SQL Server R Services brings R processing close to the data, allowing more scala
Built-in JSON functions enable you to easily parse and query JSON data stored in database, transform relational data to JSON text, and vice versa.
[Temporal (system-versioning)](temporal)
Built-in temporal functions enable you to easily track history of changes in a table, go back in history, and analyze historical data.
Built-in temporal functions enable you to easily track history of changes in a table, go back in history, and analyze historical data.
## Samples for Business Intelligence features within SQL Server
[Reporting Services (SSRS)](reporting-services)
Reporting Services provides reporting capabilities for your organziation. Reporting Services can be integrated with SharePoint Server or used as a standalone service.
@@ -0,0 +1,65 @@
# Sample Branding Packages
This includes two sample branding packages for Reporting Services. You can use these to brand the web portal to fit your needs. These can be used as a starting place for you to further customize.
### Contents
[About this sample](#about-this-sample)<br/>
[Before you begin](#before-you-begin)<br/>
[Run this sample](#run-this-sample)<br/>
[Sample details](#sample-details)<br/>
[Disclaimers](#disclaimers)<br/>
[Related links](#related-links)<br/>
<a name=about-this-sample></a>
## About this sample
<!-- Delete the ones that don't apply -->
- **Applies to:** SQL Server 2016 (or higher)
- **Key features:** Branding in Reporting Services
- **Authors:** Adam Saxton
<a name=before-you-begin></a>
## Before you begin
To run this sample, you need the following prerequisites.
**Software prerequisites:**
1. SQL Server Reporting Services 2016 (or higher) in Native Mode
<a name=run-this-sample></a>
## Run this sample
<!-- Step by step instructions. Here's a few examples -->
1. Copy either [ssrs-logo.zip](ssrs-logo.zip) or [ssrs-nologo.zip](ssrs-nologo.zip) locally.
2. Browse to the Reporting Services web portal.
3. Select the **gear** in the upper right.
4. Select **Site Settings**.
5. Select **Branding**.
6. Select **Upload brand package** and point to one of the zips.
You can also edit the colors.json to change the brand. The zip must include both the colors.json and metadata.xml.
<a name=sample-details></a>
## Sample details
This includes two brand packages that you can use with Reporting Services. One includes the Microsoft logo and the other does not. Each zip file includes a colors.json and metadata.xml. The logo zip includes the png image as well. For information about modifying the colors.json and metadata.xml, see [Branding the web portal](https://msdn.microsoft.com/library/mt710551.aspx).
## Related Links
<!-- Links to more articles. Remember to delete "en-us" from the link path. -->
For more information, see these articles:
[Branding the web portal](https://msdn.microsoft.com/library/mt710551.aspx)
@@ -0,0 +1,6 @@
# Samples for Reporting Services
[Branding](branding)
Branding includes sample branding packages that you can use as examples and further modify to fit your needs.