-
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.
XS✔ ◾ Migrated rule - Do you underline items with Hyperlink Action? (#…
…7579) * Migrated rule * Auto-fix Markdown files --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
995ed66
commit 364d94b
Showing
6 changed files
with
40 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
Binary file added
BIN
+40.2 KB
rules/underline-items-with-hyperlink-action/NoUnderline4Hyperlink.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+175 KB
rules/underline-items-with-hyperlink-action/NoUnderline4Hyperlink_designer.jpg
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.
Binary file added
BIN
+145 KB
rules/underline-items-with-hyperlink-action/Underline4Hyperlink_designer.jpg
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,39 @@ | ||
--- | ||
type: rule | ||
archivedreason: | ||
title: Do you underline items with Hyperlink Action? | ||
guid: 7d91256d-dc31-4551-8258-8cca53cd5bb4 | ||
uri: underline-items-with-hyperlink-action | ||
created: 2023-12-12T15:38: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--> | ||
|
||
The Hyperlink Action allows users to navigate between reports smoothly, but users may ignore the navigation functionality in your reports. | ||
|
||
::: bad | ||
![Figure: Bad example - No underline for hyperlink item](NoUnderline4Hyperlink.jpg) | ||
::: | ||
|
||
::: bad | ||
![Figure: Bad example - No underline for the textbox with hyperlink action](NoUnderline4Hyperlink_designer.jpg) | ||
::: | ||
|
||
With the underline effect on your hyperlink items, it will be easy for users to find the navigation on your reports. | ||
|
||
::: good | ||
![Figure: Good example - Underline for hyperlink item](Underline4Hyperlink.jpg) | ||
::: | ||
|
||
::: good | ||
![Figure: Good example - Underline for textbox with hyperlink action](Underline4Hyperlink_designer.jpg) | ||
::: | ||
|
||
We have a program called [SSW Code Auditor](https://codeauditor.com/) to check for this rule. |