-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fef09d4
commit 8d5cc65
Showing
5 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
type: rule | ||
archivedreason: | ||
title: Do you know which version of Reporting Services you are running? | ||
guid: 240ea299-a459-4419-9825-03e9cdfcc910 | ||
uri: reporting-services-version | ||
created: 2023-12-12T17:39:33.0000000Z | ||
authors: | ||
- title: Jeoffrey Fischer | ||
url: https://ssw.com.au/people/jeoffrey-fischer | ||
related: | ||
- customization-do-you-know-which-version-of-sql-reporting-services-and-visual-studio-you-are-using | ||
redirects: [] | ||
|
||
--- | ||
|
||
<!--endintro--> | ||
|
||
You can add the version number to the name of the reporting server by: | ||
|
||
1. Going to Site Settings | ||
|
||
2. Add 2005 or 2008 to the name | ||
|
||
![Figure: Reporting Service version](ReportingServiceVersion.png) | ||
|
||
::: bad | ||
![Figure: Bad example - You can't tell what version of reporting services you are running](VersionBad.png) | ||
::: | ||
|
||
::: good | ||
![Figure: Good example - We can clearly see that this is running Reporting Services 2005](VersionGood.png) | ||
::: |