Skip to content

Commit 2c9fa35

Browse files
authored
Merge pull request microsoft#96 from guyinacube/asaxton_working
Adding Reporting Services branding sample packages
2 parents d3d6ab1 + 77ce8e5 commit 2c9fa35

File tree

5 files changed

+78
-2
lines changed

5 files changed

+78
-2
lines changed

samples/features/readme.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ SQL Server R Services brings R processing close to the data, allowing more scala
1616

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

19-
2019
[Temporal (system-versioning)](temporal)
2120

22-
Built-in temporal functions enable you to easily track history of changes in a table, go back in history, and analyze historical data.
21+
Built-in temporal functions enable you to easily track history of changes in a table, go back in history, and analyze historical data.
22+
23+
## Samples for Business Intelligence features within SQL Server
24+
25+
[Reporting Services (SSRS)](reporting-services)
26+
27+
Reporting Services provides reporting capabilities for your organziation. Reporting Services can be integrated with SharePoint Server or used as a standalone service.
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# Sample Branding Packages
2+
3+
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.
4+
5+
### Contents
6+
7+
[About this sample](#about-this-sample)<br/>
8+
[Before you begin](#before-you-begin)<br/>
9+
[Run this sample](#run-this-sample)<br/>
10+
[Sample details](#sample-details)<br/>
11+
[Disclaimers](#disclaimers)<br/>
12+
[Related links](#related-links)<br/>
13+
14+
15+
<a name=about-this-sample></a>
16+
17+
## About this sample
18+
19+
<!-- Delete the ones that don't apply -->
20+
- **Applies to:** SQL Server 2016 (or higher)
21+
- **Key features:** Branding in Reporting Services
22+
- **Authors:** Adam Saxton
23+
24+
<a name=before-you-begin></a>
25+
26+
## Before you begin
27+
28+
To run this sample, you need the following prerequisites.
29+
30+
**Software prerequisites:**
31+
32+
1. SQL Server Reporting Services 2016 (or higher) in Native Mode
33+
34+
<a name=run-this-sample></a>
35+
36+
## Run this sample
37+
38+
<!-- Step by step instructions. Here's a few examples -->
39+
40+
1. Copy either [ssrs-logo.zip](ssrs-logo.zip) or [ssrs-nologo.zip](ssrs-nologo.zip) locally.
41+
42+
2. Browse to the Reporting Services web portal.
43+
44+
3. Select the **gear** in the upper right.
45+
46+
4. Select **Site Settings**.
47+
48+
5. Select **Branding**.
49+
50+
6. Select **Upload brand package** and point to one of the zips.
51+
52+
You can also edit the colors.json to change the brand. The zip must include both the colors.json and metadata.xml.
53+
54+
<a name=sample-details></a>
55+
56+
## Sample details
57+
58+
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).
59+
60+
## Related Links
61+
<!-- Links to more articles. Remember to delete "en-us" from the link path. -->
62+
63+
For more information, see these articles:
64+
65+
[Branding the web portal](https://msdn.microsoft.com/library/mt710551.aspx)
6.22 KB
Binary file not shown.
1.08 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Samples for Reporting Services
2+
3+
[Branding](branding)
4+
5+
Branding includes sample branding packages that you can use as examples and further modify to fit your needs.
6+

0 commit comments

Comments
 (0)