Add a link to Windows file sharing (\\ servername \ folder \ file.txt) as a hyperlink in the RDL Reporting Services report?

I know how to add a hyperlink to the address http: //, but it does not seem to work with the file: // address when I want it to point to a file in a shared folder.

Tried the following:

file://\\server\folder\file.txt
file:\\server\folder\file.txt
\\server\folder\file.txt

All 3 methods above work in Windows Start Menu Run .... But just not in the definition of an RDL report. Any ideas?

+3
source share
2 answers

The correct fileURI for \\server\folder\file.txt- file://server/folder/file.txt. See file URIs on Windows .

+2
source

Windows ://///server/folder/file.ext( 5/ :), , , Reporting Service URL-. , .

0

Source: https://habr.com/ru/post/1714227/


All Articles