Using hyperlinks in Java Report Viewer

Hello,
I want to use the hyperlink function in Java Report Viewer Component.
In the Crystel Reports Developer Page Preview, I can click on a hyperlink (for example to a website), and a browser will open.
The same on the Crystal Report Viewer 2008. The same on Crystal Report Web Viewer.
But it doesn`t work with the Java Report Viewer Component. A click on the hyperlink has no action. Is there a possibility to activate this function, or is it impossible with the java report viewer component.
I use Crystal Reports XI.
Thanks in advance,
Rufushome

What's the "Java Report Viewer Component"?
Sincerely,
Ted Ueda

Similar Messages

  • Java report viewer on Report 6i

    I have Java apps and my reports run on the server. I would like to launch them with my Java App. Does anyone know if there is a viewer that comes whit Report so the users would be able to see before printing.
    Thanks,
    Louis

    You can use [i-net Crystal-Clear|http://www.inetsoftware.de/products/crystal-clear]. It is a Java Reporting Framework that can read and execute Crystal Reports files. It is very easy with i-net Crystal-Clear to show a report which is design with Crystal Reports in a Java Swing application.

  • Using Hyperlink in PDF Report

    Dear all,
    i have created a PDF report using report 10g. now i want to put a hyperlink on that report, and when i press the hyperlink , i want to execute one stored procedure.
    how to do this?
    Thanks & Regards

    Omer,
    In HTML you can set this with the attribute title. So in reports you can use the command
    srw.set_hyperlink_attrs('title=mytitle');
    I've not tested with pdf, but should work also.
    regards
    Rainer

  • How can I use HyperLink In Java Applet..

    I am new In Java Programming And i Want to create a Hyperlink OR URL in java Applet, How can be It possible?

    well u can use a hyperlink as a url by using url from java.net.url class
    define ur url .... u can check the API fo r that
    and by using wht u mean .. u want to browse in applet with that url or wht
    if u want to do browing in applet than u will also have to do parsing of all HTML tags
    hope it will help u

  • Report Navigation Using Hyperlinks to Another Report (not drill down)

    I would like 2 sample reports.  The first report would have a hyperlink to the second report.  I want to publish these in BusinessObjects Enterprise and see this functionality using the Dhtml viewer preferably using the "my infoview".
    Anyone have or know of samples for this?

    Hi,
    Go to report painter, in the report display you can see the output types.
    choose output area as Info control, Navagation control, dril down control, detail control.
    Choose HTML Templet - SAP Template
    choose Classic drilldown, choose basic list drilldown
    change all this parameters in the report then you will be getting drilldown fuctionality.
    Regards,
    Padma

  • Oracle CLOB fails to display in the Java report viewer (CR4E 2.0)

    We are using Crystal XI report designer and CR4E 2.0 report engine accessing a Oracle 10g MAXIMO database. 
    There is one field (longdescription.ldtext) that is an Oracle CLOB, which Crystal sees as a Memo data-type field, that displays just fine in Crystal Reports Developer 11.0.0.1282 Print Preview, but when the exact same .rpt file is loaded to the web environment and brought up under the report DHTML viewer for the exact same database record, the field does not display.
    I encountered this same issue earlier but worked around it by casting the CLOB to a varchar2(2000), but in this case the data is often larger than a varchar2's max size, so I need to print  the entire CLOB.
    Any ideas, anyone?
    Thanks,
    Bill

    Bill,
    I faced the similar issue some time back. See if this works for you
    In my case the clob size field was limited to 15000 characters for users to enter through the application.
    So if u know the maximum limit of data users can enter into the clob field. You can do something like
    1. Create a view
    create view test_clob as
    select
         to_char( substr (<clob_column>, 1, 2000) ) clob1,
         to_char( substr (<clob_column>, 2001, 2000) ) clob2,
         to_char( substr (<clob_column>, 4001, 2000) ) clob3,
         to_char( substr (<clob_column>, 14001, 1000) ) clob8
    from
         <table_with_clob_field>
    2. Use the view created above instead of the table in the report
    3. Create a formula in the report to join all the individual values from the view
    stringVar msc1 := '';
    stringVar msc2 := '';
    stringVar msc3 := '';
    stringVar msc4 := '';
    stringVar msc5 := '';
    stringVar msc6 := '';
    stringVar msc7 := '';
    stringVar msc8 := '';
    stringVar msc := '';
    if not isnull({test_clob.clob1}) then msc1 := {test_clob.clob1};
    if not isnull({test_clob.clob2}) then msc2 := {test_clob.clob2};
    if not isnull({test_clob.clob3}) then msc3 := {test_clob.clob3};
    if not isnull({test_clob.clob4}) then msc4 := {test_clob.clob4};
    if not isnull({test_clob.clob5}) then msc5 := {test_clob.clob5};
    if not isnull({test_clob.clob6}) then msc6 := {test_clob.clob6};
    if not isnull({test_clob.clob7}) then msc7 := {test_clob.clob7};
    if not isnull({test_clob.clob8}) then msc8 := {test_clob.clob8};
    msc := msc1 +  msc2 + msc3 + msc4 + msc5 + msc6 + msc7 + msc8;
    thanks,
    Kamal

  • Images are not loaded while displaying report using Report Viewer with JRC!

    Hi Everybody,
    I created a Report designed using CR XI.
    I am viewing that report from my application using JRC and crystal Report Viewer and PDF viewer.
    In PDF viewer everything is fine including images display, saving etc.
    But in Crystal report Viewer, I am not getting the images of the buttons such as export, next page, previous page etc. But all the funtionalities are working.
    From where i can load the pictuers and how?
    Can anybody help on this?
    Thanks in advance,
    Saravanakumar.
    Edited by: Saravana kumar on Nov 17, 2008 1:23 PM

    Hi Saravana
    The issue you have posted here in the Crystal Reports Design Forum is a Developer issue.  Please post this query to the BusinessObjects SDK Application Development - > Java Development Crystal Reports forum.
    Regards
    Girish Bhosale

  • Print option in report viewer of crystal report in Java

    I am using following code to view the report:
    <%@taglib uri="http://www.businessobjects.com/jsf/crystalreportsviewers"
    prefix="bocrv"%>
    <bocrv:reportPageViewer viewerName="CrystalViewer"
    reportSource="#{CrystalReportBeanObject.reportSource}"
    displayToolbarRefreshButton="false"
    allowDatabaseLogonPrompting="false"
    allowParameterPrompting="false"
    databaseLogonInfos="#{CrystalReportBeanObject.connectionInfosCrystal}"
    parameterFields="#{CrystalReportBeanObject.fieldsCrystal}"
    displayGroupTree="false" displayToolbarLogo="false"
    displayToolbarToggleTreeButton="false"
    enablePageToGrow="false" height="540"
    zoomPercentage="100" width="750"
    allowDrillDown="false"
    displayToolbarPrintButton="true"
    printMode="PDF"
    ></bocrv:reportPageViewer>
    Here, when printMode="PDF", it opens a popup, telling "First save the report as PDF and then print it", as soon as I click Print icon.
    But when printMode="ActiveX", it opens a blank popup, as soon as I click Print icon.
    I am not sure, which print mode should I use, so that my report viewer will show the Printer lists as soon as I click on Print icon.

    Hi Nandakumar,
    In my opinion, this thread is related to ASP.NET forum. This forum is to discuss problems about C# programming. So please post thread on ASP.NET forum for more effective response. Thank you for understanding. Please refer to the following link.
    http://forums.asp.net/.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Slow report viewer/rdlc performance in local mode with Single Sign On

    Hi Team,
    We have recently enabled Single Sign On to our application and after that our rdlc reports loading got extremely slow.
    Please find the below configuration that we are using.
    1. Report Viewer 11.0.0.0
    2. running rdlc file in local mode (not using Report Server)
    3. System.IdentityModel.Services 4.0.0.0
    The query behind the reports is returning result in 5-10 sec but report is taking 1-4 min to load (sometimes getting timeout) (as per the complexity of the report).
    We have tried a lot of workaound but nothing worked.
    i saw performance improvement in reports by addding <trust legacyCasModel = "True"   level="Full" /> in config file, But using this we are getting "Dynamic operations can only be performed in homogenous AppDomain" error
    in many pages of our application.
    Without SSO reports are running completely fine.
    We are stucked here and not able to proceed. Is there any issue with the SSO and rdlc in local mode ? Is there any hot fix available for the same ?
    Please help !!!
    Regards,
    Pranav Sharma

    This problem is probably related to :
    [http://blogs.oracle.com/stevenChan/2010/03/ebs_jre_issues_16018.html]
    Oracle problem ID : 1054293.1
    Loginpage / Error in Browser for Export and Attachments after upgrading to Sun JRE 1.6.0_18 [ID 1054293.1]
    Sun bug : 6927268
    ShowDocument calls results in new iexplorer process

  • Report Viewer and Multiple Data Sources

    I know that it is possible to create a report in Crystal Reports using multiple data sources.  But is it possible to use just the Free  Report Viewer to view a report with Multiple Data Sources?
    Our company uses Crystal Reports XI.  I do not use the program myself, I am in the IT Department.  I have limited knowledge of Crystal and do not do any of the report writing.
    If this is possible, and if someone could help me out with what would need to be done, or point me in the right direction of a Knowledge Base or Help Topic that explains this, that would be great.
    Thanks.

    I believe it can but both data sources need to be set up. Ask a report designer to help you use the Designer to test this and see what is required.

  • Crystal Report Viewer Error Handling

    Dear All
    Thank you for your attention.
    I wrote a C# program for user to print out an order using WPF and crystal report viewer.
    Computer A is connected directly to the printer through USB.
    Computer B and C are connected to the printer through printer sharing.
    Computer A can print out anything such as word doc or image to the printer.
    However, when using the print function in the crystal report viewer(select printer and press print), it crashes.
    Very strange that computer B and C could use the print function in the crystal report viewer without any error.
    As in my developer computer I could not simulate the error, how could I capture and study the error of the print function in the crystal report viewer in computer A?
    Thanks a lot.
    Best Regards
    swivan

    try this:
    https://msdn.microsoft.com/en-us/library/aa288423(v=vs.71).aspx
    https://msdn.microsoft.com/en-US/library/ms225372(v=vs.80).aspx

  • Error With Export/Print from Crystal Report Viewer

    Hello there,
    I've searched through the web and SAP discussion boards with not much luck with this issue.
    After working through this for some days now I've decided to look here for help.
    Environment:
    I have created a web Crystal Report viewer application(Developed with SBOP BI Platform 4.0 SP06 .NET SDK Runtime) that communicates with a managed Cyrstal Server 2011 SP4 (Product 14.0)
    I am able to connect and authenticate with the server, retrieve a token for communication and display reports in the Crystal report Viewer successfully.
    Problem:
    When I attempt to export, I receive the prompt to select format and pages.
    When I click export after selections most times I receive an error with the text
    Unable to cast COM object of type 'System.__ComObject' to interface type 'CrystalDecisions.ReportAppServer.DataDefModel.PropertyBag'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{74EEBC42-6C5D-11D3-9172-00902741EE7C}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
    Other times the page simply refreshes on export.
    When I click to print, no print dialog is displayed the page always refreshes and no error is displayed.
    No Print or Export document is ever created.
    As many print/export issues seems to be related, I'm guessing this two issues are as well.
    Notes:
    I am utilizing the ReportClientDocument model
    I am storing this in session to use as the crystal report viewer report source on postbacks
    I am assigning a subset of export formats to the crystal report viewer
    I am setting particular parameters as well on the report source
    At this point I would appreciate every assistance I may receive on this issue
    Thanks in advance,
    Below is the pertinent code
    Code:
    <aspx>
       <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server"
       AutoDataBind="true" EnableDatabaseLogonPrompt="False"
       BestFitPage="False" ReuseParameterValuesOnRefresh="True"
      CssClass="reportFrame" Height="1000px" Width="1100px" EnableDrillDown="False"
      ToolPanelView="None" PrintMode="Pdf"/>
    <Codebehind>
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Web;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using CrystalDecisions.Enterprise;
    using CrystalDecisions.ReportAppServer.ClientDoc;
    using CrystalDecisions.ReportAppServer.CommonObjectModel;
    using CrystalDecisions.ReportAppServer.Controllers;
    using CrystalDecisions.ReportAppServer.DataDefModel;
    using CrystalDecisions.ReportAppServer.ReportDefModel;
    using CrystalDecisions.Shared;
    namespace ClassicInternalReportPage
        public partial class Reports : System.Web.UI.Page
            protected override void OnInit(EventArgs e)
                base.OnInit(e);
                if (!String.IsNullOrEmpty(Convert.ToString(Session["LogonToken"])) && !IsPostBack)
                    SessionMgr sessionMgr = new SessionMgr();
                    EnterpriseSession enterpriseSession = sessionMgr.LogonWithToken(Session["LogonToken"].ToString());
                    EnterpriseService reportService = enterpriseSession.GetService("RASReportFactory");
                    InfoStore infoStore = new InfoStore(enterpriseSession.GetService("InfoStore"));
                    if (reportService != null)
                        string queryString = String.Format("Select SI_ID, SI_NAME, SI_PARENTID From CI_INFOOBJECTS "
                           + "Where SI_PROGID='CrystalEnterprise.Report' "
                           + "And SI_ID = {0} "
                           + "And SI_INSTANCE = 0", Request.QueryString["rId"]);
                        InfoObjects infoObjects = infoStore.Query(queryString);
                        ReportAppFactory reportFactory = (ReportAppFactory)reportService.Interface;
                        if (infoObjects != null && infoObjects.Count > 0)
                            ISCDReportClientDocument reportSource = reportFactory.OpenDocument(infoObjects[1].ID, 0);
                            Session["ReportClDocument"] = AssignReportParameters(reportSource) ? reportSource : null;
                            CrystalReportViewer1.ReportSource = Session["ReportClDocument"];
                            CrystalReportViewer1.DataBind();
                //Viewer options
                // Don't enable prompting for Live and Custom
                CrystalReportViewer1.EnableParameterPrompt = !(Request.QueryString["t"] == "1" || Request.QueryString["t"] == "4");
                CrystalReportViewer1.HasToggleParameterPanelButton = CrystalReportViewer1.EnableParameterPrompt;
                CrystalReportViewer1.AllowedExportFormats = (int)(ViewerExportFormats.PdfFormat | ViewerExportFormats.ExcelFormat | ViewerExportFormats.XLSXFormat | ViewerExportFormats.CsvFormat);
            protected void Page_Load(object sender, EventArgs e)
                if (IsPostBack && CrystalReportViewer1.ReportSource == null)
                    CrystalReportViewer1.ReportSource = Session["ReportClDocument"];
                    CrystalReportViewer1.DataBind();
            private bool AssignReportParameters(ISCDReportClientDocument reportSource)
                bool success = true;
                if (Request.QueryString["t"] == "1" || Request.QueryString["t"] == "2" || Request.QueryString["t"] == "4" )
                    reportSource.DataDefController.ParameterFieldController.SetCurrentValue("", "STORE", Session["storeParam"]);
                    if (Request.QueryString["t"] == "2")
                        reportSource.DataDefController.ParameterFieldController.SetCurrentValue("", "FromDate", Request.QueryString["fromdate"]);
                        reportSource.DataDefController.ParameterFieldController.SetCurrentValue("", "ToDate", Request.QueryString["todate"]);
                else if (Request.QueryString["t"] == "3")
                    reportSource.DataDefController.ParameterFieldController.SetCurrentValue("", "SKU", Request.QueryString["sku"]);
                else
                    //Unknown report type alert
                    success = false;
                return success;

    Thanks Don for your response,
    I'm new to the SCN spaces and my content has been moved a couple of times already.
    In response to your questions
    The runtime is installed on the web application server, if by that you mean the machine hosting the created .NET SDK application.
    My question was whether it was also required on the Crystal Server 2011 (I.E. the main enterprise server with CMS and Report management and I guess RAS and all that). I figured this would remain untouched and queries would simply be made against it to retrieve/view reports e.t.c
    If install of the SDK on Crystal Server 2011 is indeed required should I expect any interruption to any of the core services after a restart. I.E. I'm hoping that none of the SDK objects would interfere with the existing server objects (in SAP Business Objects)Reason I ask is I note that much of the SDK install directories are similar to the existing Crystal Enterprise Server 2011 (Product 14.0.0)
    Is this temp folder to be manually created/configured or is it created by the application automatically to perform tasks. Or are you referring to the default C:\Windows\Temp directory and so saying that the application would try to use this for print and export tasks?Once I'm sure which I'd give the app pool user permission
    Printing is to be client side but I figured by default (with the Crystal Report Viewer) it would simply pool and print from the user's printer. This is how it works with the previously used URL reporting approach (viewrpt.cwr). Therefore a user can print the document from wherever they are with their own printer.We don't intend on printing from the server machine, but are you suggesting that a printer must be installed on server (which one web or enterprise server) for any client side printing to work.
    App pool is running in 32 bit mode
    Initially didn't get anything useful from fiddler but I'd try and look closer on your suggestion.
    It's also possible that some of my questions are a misunderstanding of APP vs RAS vs WEB, so please feel free to clarify. Currently I see the Web server as simply the created .NET SDK Application and RAS (Crystal Server 2011 e.t.c) as the existing fully established Application server which I simply pool for information.
    Thank you for your patience and advice,

  • SSRS web based report viewer control rendering issues - text getting clipped chopped off

    Hi,
    I am using web based SSRS report viewer control to display SSRS reports in browsers like Chrome, FF, IE, Safari etc. My issue is some text is getting chopped off (clipped) in all cells of some reports. I investigated on my end by analyzing generated HTML
    and I could see a problem in the HTML that report viewer control is generating. But I am afraid to apply any HTML or Javascript hacks at the moment considering we have hundreds of reports.
    You can see in above image how text got chopped off. The problem in HTML (given below) is the text has been wrapped in a div tag with a fixed height. If I remove the height and also padding on parent TD, the text appears properly.
    <td class="A23dfe7c5f99245f2a0db522a22a6035597c" style="HEIGHT:5.00mm;background-color:#d3d3d3;"><div style="HEIGHT:3.24mm;overflow:hidden;"><table lang="en-US" cellspacing="0"
    cellpadding="0" border="0" class="Pd9776e5f7eaf4df696265b8b49d1da39_1_r17"><tbody><tr><td class="A23dfe7c5f99245f2a0db522a22a6035597" style="word-wrap:break-word;white-space:pre-wrap;">MyType11</td></tr></tbody></table></div></td>
    Please let me know if you have faced a similar scenario before.
    Here is link to stackoverflow thread -
    Stackoverflow thread
    Regards
    Murtaza

    Hi Murtaza,
    According to your description, when you display the report with Report Viewer control, the data within the text is cutoff.
    Based on my research, the issue could cause by that Arial Unicode MS font hasn’t been installed on the server where Reporting Services run. Besides, when we use ReportViewer control to render report, we’d  better set
    AsyncRendering="true" in the Report Viewer control. Also please run the IE with compatibility mode. For more information, please refer to similar threads below:
    Data in column getting cut-off in report viewer control
    SSRS Rendering Issues
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Report viewer unresponsive while loading

    Hi, 
    I am loading a server report on Report viewer web version 10.0.0.0 in an asp.net web application. It is set on async mode. When loading the report, the loading progress bar rotates for a while and then it stops and the whole page becomes unresponsive. After
    sometime, suddenly the report appears. But when running this report on Report server page  (http://serverAddress/Reports/Pages/Folder.aspx?ItemPath=%2fReports&ViewMode=List), I don't see this behavior and the report loads very quickly. Also I tried
    to use different versions of report viewer control. In Report viewer 9.0.0.0, it works as expected. but all the greatest and latest versions the problem exists. How do I solve this?
    Thanks
    nasayoo

    Hi nasayoo,
    According to your description, when you loading report from ASP.NET reportviewer 10.0, the loading progress image rotates for a while and the whole page becomes unresponsive, the report shows after a period of time. The report works fine in report manager
    and reportviewer 9.0.
    From Visual Studio 2010, Asynchronous rendering no longer renders the report content in an iframe.  Instead, it uses ASP.Net AJAX to perform an asynchronous postback to get the report data. The new communication sequence is:
    Browser makes a GET request to the ASPX page to get the page content and a loading indicator for the report.
    Browser makes a POST request to the ASPX page to get the HTML for the report (this content is in an UpdatePanel).
    Browser makes GET requests to the HTTP handler to get all the images in the report.
    To solve the problem, please refer to the following steps:
    For a WinForms application, we can use <NetFx40_LegacySecurityPolicy enabled="true" /> in the configuration -> runtime section of the app.config file which forces the usage of the current AppDomain.
    In an ASP.Net application, we can set <trust legacyCasModel="true" level="Full"/> in the system.web section of the web.config file to achieve the same result.
    For more information, please refer to the following document:
    http://msdn.microsoft.com/en-us/library/dd409253%28v=vs.100%29.aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.
    Wendy Fu
    TechNet Community Support

  • Report Viewer Version 11 - Cannot load assembly?

    Hi,
    We are using version 11 of Report Viewer to display .rdlc Reports within the application.
    On Web Server 1 the Reports render fine.
    On Web Server 2 an error is displayed stating "Failed to load assembly".
    The difference between the servers is that Web Server 1 has Visual Studio 2012 installed so the dll's are in the GAC aswell as the bin folder of the application.
    Web Server 2 does NOT have Visual Studio 2012 installed and the dll's are ONLY in the bin folder.
    Web Server 2 is a Production server so I cannot install Visual Studio and as a result the gacutil is not available either as a result.
    How can I get these three dll's into the GAC on Web Server 2 given that gacutil is not on the server?
    The application checks the GAC first for the dll's eventhough they are in the bin folder?
    Thanks,
    SK.
    CG

    Hi NuTech,
    Thank you for posting in MSDN forum.
    Since this forum is to discuss: Visual Studio WPF/SL Designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System, and Visual
    Studio Editor. Based on your issue, I think that the issue is more Report control issue, so I suggest you can post this issue directly to
    Visual Studio Report Controls forum, it will be better support.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for