Launch External Files from SSRS

I have a report that will list the names of files that are attached to this report in the database.  I would like to include the list of files from the database and allow the users to click or double click the file name and have the file load. 
Is there a way for SSRS to do this?  The files can be in multiple formats, and in the project that adds the files we can use:
System.Diagnostics.Process.Start(filepath)
And it will launch the correct process to view the files.  I have stored the the file itself in an image column, and I also have the full path and the file name in columns as well so I could create a dataset to retrieve the file names and show them
on the report.
Anyone have any suggestions?
Thanks.

Hi katghoti,
If I understand correctly, you want to embed external files (word, pdf, image etc.) into a report in Reporting Services. If in this scenario, I suggest that you can use the following two methods to achieve your requirement:
Embed these files into database.
    1) Use the SQL commands to embed these files in database as the image data.
    2) Use the .net language (C#, VB) to convert this data into the image.
    3) Use the image control to show these images, which are files embedded in database.
Reference:
How to embed a pdf document in Reporting Services
Upload these files in the report server, access them using URL.
    1) We can upload these files in the report manager.
    2) Adding hyperlinks to reports to link to these files stored on the report server.
Reference:
URL Access Parameter Reference in Reporting Services
How to add a Hyperlink to a URL in Reporting Services
Hope this helps.
Thanks,
Katherine Xiong
If you have any feedback on our support, please click
here.
Katherine Xiong
TechNet Community Support

Similar Messages

  • Launch external files from a presentation

    preparing a long presentation with many external files (of many kinds: swf, quicktime, html, etc) as examples.
    I am trying NOT to stop the keynote, go thru the finder launching different files in front of the audience.
    I would much prefer if i can use a button inside my presentation to launch that specific file.
    Any ideas? 3rd party plug ins? automator script?

    Keynote has no scripting capabilities what so ever :/.
    Obviously some of the file types you describe can be placed into the Keynote presentation itself. QT, Insert Menu> Webview for web page inside presentation; with textbox selected... Insert menu >Text Hyperlink > Webpage to change to browser and link to url. Email message?! Not files as such though.
    I'm sure you could write an applescript to run in parallel to the presentation to handle all the file launching in a sequence for you or even with a list of buttons if you wanted to get really serious with UI builder.
    Flash support was dropped as a consequence of changes to QT. Flash support inside QT was discontinued (security?).

  • Launch external files on Linux

    I want to launch external files from Java, in a cross platform way.
    ie say I have a file fred.jpg, I want to launch that on any platform to open in the editor defined on that computer.
    The book 'Swing Hacks' (Marinaccci and Adamson), shows how to do this for Windows and Mac. My version of their code is
         static public void launch(URL url){
              try{
                   String cmd;
                   if (OS.isMac())
                        cmd = "open "+url;
                   else     // TODO linux?
                        cmd = "cmd.exe /c start "+url;     
                   Runtime.getRuntime().exec(cmd);
              catch(Exception e){new Fail(e);}          
         }However, I don't know what to put in for linux?
    Searching the web I came across http://weblogs.java.net/blog/ixmal/archive/2006/05/javaawtdesktop.html,
    which suggests that
    Desktop.getDesktop().open(new File(filename));is more platform independant. However for me it seems to work only on Windows, failing silently on Mac and Linux?
    Can someone with a good knowledge of Linux help please.

    >
    Will Duke stars get anyone to answer this?>I cannot say. What I can tell you is that at least it got me to read it.
    And now I look over your original post..
    >
    ..However for me it seems to work only on Windows, failing silently on Mac and Linux?>'Seems'? The docs. for Desktop.open(File) suggest it throws a whole range of exceptions if it cannot perform the task. Are you sure the code is not 'swallowing exceptions'?
    Can you produce an SSCCE that fails as you claim? If so, this really sounds like a bug.
    And as an aside, Desktop was introduced in 1.6, but AFAIR, Apple is still stuck on 1.5. How did you get it to 'fail silently' on a Mac.?
    Edit 1:
    But if you are intent on doing it the way that you originally asked about, you might be able to pick up some tips from the [http://browserlaunch2.sourceforge.net/|BrowserLauncher2] code.
    Edited by: AndrewThompson64 on May 22, 2008 4:48 PM

  • How to embed and launch ipa file from another ipa package created using Air for iOS

    Hi Guys,
    Anybody out there knowing how to embed and launch ipa file from another ipa package created using Air for iOS ?
    I am having 1 ipa file created using Xcode, Now i need to include that file in my ipa Package which is created using Flash CS 5.5 and Air for iOS. Also i need to know how to open my 1st ipa file from AS3 ?
    Thanks,

    Hi Sir,
    Thanks for your reply.
    But in that case user need to download 2 applications right. I need user to download my parent application created using Flash and that package contain one more ipa created using Xcode, so from my parent app only user should able to open my 2nd app. Is there any way to do that?
    Ps:  I am not talking about in-app but 2 individual apps inside one package.

  • Lauching an external file from a JSP

    HI ALL
    I have a compiled HTML help file, which i would like to open from a web page through a simple hyperlink, but if provide it as a link the save it/open from location dialog box comes up. I dont want that to happen, is there anyway to directly launch that file from a JSP.
    Help is sincerely appreciated.

    If the .chm file contains HTML, and you don't want to rename the extension .html, you can write a simple JSP that opens the .chm file, and writes the contents out to the HttpServletResponse's PrintWriter object.
    Let me know if you want to see some code examples.

  • Launch Batch files from Windows.

    Hello,
    I'm currently trying to launch a batch file from a Java class.
    I succedeed to launch one .exe file but the same code does not work with my .bat files :
    Runtime r = Runtime.getRuntime();
    Process p = null;
    try
    p = r.exec("d:/EASTv2/bin/ihm_duw.bat");
    catch( java.io.IOException e )
    e.printStackTrace();
    I'm working under Windows 2000.
    Can anyone tell me how to launch batch files from a java class ?
    Thanks in advance,
    J�r�me.

    try this
    r.exec("cmd.exe /C d:/EASTv2/bin/ihm_duw.bat");

  • Launching External programs from an addon cause Client to stop

    Hi.
    We have an add-on that allow via configuration to launch other programs/files from SAP (Remote desktop, PDF-documents, etc.).
    Launching other processes from an add-on is easy with the System.Diagnostics.Process.Start(file, arguments);
    This has worked since SBO2004A, but since we began working with SBO2005A SP01 launching external programs cause the SAP Client to freeze every 5-10th time or so...
    Nothing except stopping the add-on-process works.
    When the add-on is terminated the Client "Wakes up" to inform that add-on has been disconnected.
    Anyone else have had a similar problem?
    <i>Kind Regards
    Rasmus Wulff Jensen | http://www.b1up.net</i>

    Regarding the thread, I whought about it, but since it is a process.Start, it a whole different process and threads should not have anything to do with it...
    As always, yes I've created a message for this.... And got the normal response from SAP Support "We cant reproduce the issue... please send sample code"... sigh.... Hate random error that can't be reproduced... and sample code is hard to produce when you have created a whole framework above the SDK... I almost never do any "Core" SDK...

  • How can I write to a (external)file from a stored procedure

    I want to write some data to a (external) file. I have it working with the function UTL_FILE.
    My problem is I want to write to a file on a mapped drive (so a drive on a different machine). This is not working.
    Does anyone know a way to build this.
    Please send your responses to [email protected]
    Many thanks,
    Alex Nagtegaal

    an extraction out of expert one-on-one from Thomas Kyte
    <quote>
    when an oracle istance is created the services that support it are setup to 'log on as' the system (or operating system) account, this account has very few privileges and no acces to Window NT Domains. To access another Windows NT machine the OracleServiceXXXX must be setup to logon to the appropriate Windows NT Domain as a user who has acces to the required location for UTL_FILE.
    To change the default logon for the Oracle services go to (in Windows NT):
    Control Panel | Services | OracleServiceXXXX | startup | log on as; (where XXXX is the instance name)
    In Windows 2000, this would be:
    Control Panel | Administrative Tools | Services | OracleServiceXXX | Properties | Log on tab; (again XXXX is the instance name)
    Choose the This Account radio button, and then complete the appropriate domain login information. ONce the services have been setup as a user with the appropriate privileges, ther are two options dfor setting UTL_FILE_DIR:
    * Mapped Dirve: To use a mapped drive, the user that the service starts as must have setup a drive to match UTL_FILE_DIR and be logged onto the server when UTL_FILE is in use.
    * Universal Naming Convention: UNC is preferable to Mapped Drives because it does not require anyone to be logged on and utl_file_dir should be set to a name in the form \\<machine name>\<share name>\<path>
    You will of course need to stop and restart Oracle after changing the properties of the service.
    <\quote>
    I want to write some data to a (external) file. I have it working with the function UTL_FILE.
    My problem is I want to write to a file on a mapped drive (so a drive on a different machine). This is not working.
    Does anyone know a way to build this.
    Please send your responses to [email protected]
    Many thanks,
    Alex Nagtegaal

  • How to call external files from java?

    How to call external files in java. For example how to call a *.pdf file to open in its default editor(say Acrobat), or a *.html file to open in the default browser or a *.txt file in a notepad etc..,
    In my program i have *.chm (Compiled Windows HTML Help) help file. how to open it in its default editor it?

    Jayarathina_Madharasan wrote:
    no one answered my questionHi what wrong did i do...basically insulted all the volunteers here who took the time to consider your question and try to offer you help. Other than that, you did nothing wrong.
    From JavaRanch :
    And even if an answer doesn't solve your problem, even if it should totally miss the point - the best thing to do to motivate others to continue trying to help you is showing respect and gratitude for the investment of time that was put into dealing with your issue.
    Edited by: Encephalopathic on Apr 14, 2008 10:01 AM

  • Launching external link from E-Business suite

    Hi,
    I have a requirement to launch an external application from Oracle Application.
    I have a responsibility say 'Launch External App Responsibility' .
    When i click on that, it should launch my application (assume i have the URL of my external Application)
    Any help will be appreciated.
    Thanks in advance.

    Hi,
    Hi,
    Please see these links/threads.
    Note: 332500.1 - How To Call An HTML Webpage From 11i Navigator Menu
    Note: 883404.1 - How To Access External Url When Using SSWA PLSQL Function
    Registering my website to e-Business Suite Apps
    Re: Registering my website to e-Business Suite Apps
    Thanks,
    Hussein

  • Launch EXE file from IC WebClient

    Hi All,
    How can we call .exe file from IC WebClient.
    we want to launch the .exe file from the navigation into application work area.
    any suggestion would be great.
    Thanks,
    Raj.

    Hello Raj,
    The best way to do this would be with the Transaction Launcher. Depending on the version of CRM you are running, you might need to modify the handler class -- as some newer version of CRM seemed to append the http preface to the front of any non-URL file name. Of course, if your EXE program runs as a web application, you could just call the URL.
    Best regards,
    John

  • Can you Launch External Applications From Within InDesign Ebook?

    Hi all,
    I was wondering if it is possible to open an external application from within an ebook (created with InDesign) e.g. click on a link and have an external ssh client open up for instance?
    Thanks in advance for any advice.
    Regards,
    RG

    It's possible to include hyperlinks in an InDesign file and export them in an EPUB file. Since I'm not familiar with working with SSH clients (in fact, I just had to Google it to have a clue what you're talking about), is this something that can be invoked in a standard URL format? If so, you could probably include it.
    The next issue is whether the link would work. The link couldn't be used directly in any eBook reader I know of, but at least the iBook on an iPad or iPhone would switch to to Safari to let you follow a URL to its destination. But I don't think that's possible on most eBooks.

  • Loading External Files From SWF Root

    Hi All,
    I do not know anything about flash.  I have been provided with some flash movies/apps to include in a web design that I am doing.  These flash movies load an external xml file.
    This is failing.
    The problem appears to be that when the flash movie goes to load the file using a relative directory path, it starts at the very root of the web directory, where the main jsp file is, instead of the where the .swf file is located.
    For example, say my website is www.mywebsite.com/mysite.jsp and I have stored the flash in a directory similar to /mywebsite.com/flash/movie1/movie1.swf.
    When the movie goes to play, I am getting a 404 error in firebug because the flash movie is trying to load the external xml from /mywebsite.com/file.xml instead of /mywebsite.com/flash/movie1/file.xml.
    How can this be corrected?  Is there a way for the flash application to use the .swf root directory instead of the .jsp file root directory?
    I hope this made sense.  Good chance it doesn't. 

    When you load the Flash file into a web page, the web page becomes its frame of reference for loading other content.  So to fix this situation you should either relocate things to where the Flash file lives in the same directory as the web page that loads it, or retarget the files that the Flash file is loading as if it were in the web page's folder (using absolute paths should guarantee correct targeting).

  • Launch dmg file from a projector file

    I have searched and searched and cannot seem to find a solution to this issue. It it possible to launch a dmg file from a projector on a mac? I can launch an exe on windows, but can't get the mac side to work.
    Thanks if anyone can help!!!

    Sunil Vishin wrote:
    > Hi folks,
    > I'm probably just missing something, but here's my
    problem. I have a flash
    > projector file for a client. Within the file are two
    buttons. One I want to
    > point to a word document, and one I want to point to a
    pdf file. I don't want
    > either of these to appear in a browser window though -
    just to launch in word /
    > acrobat. I'm sure I've done this before. Any ideas?
    You don't have any other options because flash can't open any
    files
    except executable type. getURL is the only way if using flash
    itself.
    You could go with BAT files but it will produce ugly black
    dos window
    while processing the call. If you need it neat and easy than
    only with
    3rd party tools.
    For many years I have been using Flash Jester tool call
    JStart. Works like charm
    all the way, no extra pop up DOS windows :)
    http://flashjester.com/?section=tricks_jtools_jstart
    JStart will allow you to not only launch a program, but use
    parameters to make the
    program open files, perform special actions and just about
    anything you can use
    parameters for. You can also choose to launch files with
    their default associated
    program.
    Another solution is provided by Rick Turoczy, it's pretty old
    but it should still
    work. Perhaps give it a try.
    http://www.flashgeek.com/tutorials/07_launchapp_01.asp
    Easy to use tool that allow you to launch basically anything
    from the projector.
    As long as there is system default application supporting
    particle file.
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Strange! Finder launches wrong files from Firewire-Drive

    Hi,
    I've just transferred my image library (+100GBytes) from an internal HDD to a 500GByte Firewire HDD (Chipset Oxford 924 DSB) and now the strangest thing happens: when double-clicking on a jpg-file in Finder, it launches Photoshop but opens a completely different image (different filname from a different subfolder) than the one I double-clicked on!
    Reversely, when navigating to the same .jpg-file from within Photoshop's "Open File"-Dialog, everything works fine.
    I'm running Mac OSX 10.4.8, the Firewire-drive is formatted in HFS+ and the thumbnail-previews in Finder are displayed correctly.
    The same problem that occurs in Finder also occurs when browsing the images in Adobe Bridge (images display correct but launching by double-clicking on them leads to different images from different folders being loaded)
    Can anyone please help me with this?

    Hi reglogge, it sounds like LaunchServices:
    Try this, quit any open apps, then navigate to /Library/Caches/com.apple.LaunchServices-xxxxx.csstore. You may have more than one with different negative numbers. Delete all of these.
    Then navigate to ~(yourHome)/Library/Preferences/com.apple.LaunchServices.plist and delete this also.
    Then log out and back in. Or restart. Let us know.
    -mj
    [email protected]

Maybe you are looking for

  • ITunes Store Preview history not working on Windows 8

    hi, i'm using a windows 8 pro computer, from the first release of itunes 11 unitl the 11.0.2 version, my itunes store preview history is not showing up...i tap the box and is all white...on my idevice it's working just fine... what can i do to solve

  • Network Passthrough (bridging or sharing?) with extra NIC on server - what option?

    I have a server that has 4 NIC's, one to the main router, and two to a NAS and an empty NIC.  I have anothe PC right next to the server and I would like to connect that PC to the main network even though there is only one cable run to the server (it

  • IPhoto11 - performance when not copying photos to the library

    I read many reviews online and posts on this forum about how slow and buggy iPhoto11 is.  The reviewers don't say however if they checked the box "copy photos to library" or not. I just want to use iPhoto11 solely as a photo browser. I intend to leav

  • Personal Oracle 8i and forms 6

    I have installed Personal Oracle 8i (8.1.7) on my lap top. Then I installed Forms 6i. (Pls Note : Forms Installed in another Oracle Home) Now The Problem :- When I try to connect forms to the DB I get the following error message. ORA:12154: TNS could

  • I have  no create  connetion button in discovrer connection page

    hi, I want to use discoverer PLUs OLAP, does that need to create a connection or to connect directly? The problem that I have no create connetion button in discovrer connection page how to resolve that? Thank you