Using CrystalReportViewer in Intouch Wonderware

Hope this is the right forum for this question. I am trying to use an ActiveX object (Crystal ActiveX Report Viewer Control 14.0) in my wonderware application to view & print crystal reports. But the methods return errors & I cannot access the report
through wonderware. Tried calling wonderware & crystal reports technical support but they don't know how to program it either. Wanted to try this forum & see if I can get some answers.
#CRViewer1.ReportSource = “C:\reports\crreports1.rpt”;
#CRViewer1.ViewReport();    
“Error processing ‘CRViewer1.ReportSource' on setting string property (execute). Type mismatch on parameter 1. (DISP_E_TYPEMISMATCH)”

Hi
asmawaqar,
For Crystal Reports please see: 
http://forums.sdn.sap.com/forum.jspa?forumID=313
Best Regards,
Jack
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.

Similar Messages

  • Using crystalreportviewer without session

    Hi,
    This is regarding the web reporting using Crystal Report for Eclipse.
    In our project we do not use session in Jsp as the web app will be deployed in clustered environment. But the Html output fails when the session in Jsp page is set to false.
    Is there any work around to use crystalreportviewer  without session?
    Please help me on this.
    Thanks
    Edited by: chellaganesh on Dec 24, 2010 12:03 PM

    If you found the answer please share!
    Good luck.

  • Using CrystalReportViewer

             HI,<br /><br />How can i use CrystalReportViewer to view Crystal report in my asp.net page. I don&#39;t want to install Crystal Report accompanied by VS 2005 instead i install Crsytal Report XI Release 2. <br /><br />My first question is, is this possible to use  CrystalReportViewer  without installing VS 2005 Crystal Report? Second, how do i integrate Crsytal Report XI Release 2 and VS 2005? So that all the reports (.rpt) created in my Crsytal Report XI Release 2  can be viewed in my asp.net page.<br /><br />thanks

    <p>Hi </p><p>It sounds like you want to create your reports with Crsytal Reports XI Release 2, but you want to view them in an ASP.NET page.  You don&#39;t want to use the VS 2005 to design your reports because the standard one is better.  I hope I got this right.</p><p>To use the CrystalReportViewer in .NET you don&#39;t need to create your reports with VS 2005, but it will be very hard to view them over the web without VS 2005.  The CrystalReportViewer object is required to view the reports over the web using asp.net. </p><p>So I&#39;m not exactly sure if you don&#39;t want to use VS2005 to create your application or if you just don&#39;t want to use it to create the Reports.</p><p>To add reports to your applicaton just put them in the application folder and call them from your application using the CrystalReportsViewer. </p><p>Rob Horne<br /><a href="/blog/10">Rob&#39;s blog - http://diamond.businessobjects.com/blog/10</a></p>

  • Problem with variables in formulas when using CrystalReportViewer

    Post Author: Aksu
    CA Forum: Formula
    Hi! I have a problem with variables in Crystal Reports formulas, when using CrystalDecisions.Windows.Forms.CrystalReportViewer class from VS2005-project. ReportViewer always gives error:*************Crystal Report Windows Forms ViewerThis field name is not known.Details: errorKindError in File C:\{dir&#93;}\{file}.rpt:Error in formula <mCustomerAttributes>.'Dim result As String'This field name is not known.Details: errorKind ************* Report without variables works fine with Viewer and in Crystal Reports Designer report with variables works also fine. I have tried with both "formula-syntaxes" - basic and crystal. But Viewer always gives error when trying to define new variable.I think the problem might be with CR -versions, because VS-project has formerly been designed to VS2003 and CR9 or 10. Now I'm using VS2005 and CR11. Though I have changed all references to new CrystalDecisions-asseblies (Ver.11.0.3300.0), when I debug the project and checkout the Viewers ReportSources FormatEngine Shows version CR9_2.... I have no idea where it gets this version...***************DEBUG-view when Viewer is created *******************CrystalReportViewer    |_        ReportSourceClassFactoryName ... , Version=11.0.3300.0 , ...    |_            ReportSource            |_                FormatEngine    {CrystalDecisions.CrystalReports.Engine.FormatEngine}                        |_                        ClientVersionHeader    {CrystalDecisions.Shared.ReportServiceVersionHeader}                            |_                            |    version = 920     (int)                            |_                                Static members                                            |_                                        VER_CR9    = 920    (int)**************************************** Could anyone have any answers or tips for this problem? I'd really appreciate it... ---Aksu

    Has anyone been able to answer this question?
    I am having the same problem:
    I am designing a report in Crystal Reports XI Developer that contains parameters, which are passed to a stored procedure and are also used within formulas ( in Crystal Syntax ie. {?FORMAT_ID} ) in the report itself.
    I can run the report successfully in CRXI Developer.  The formulas use the correct values from the parameters entered during execution and everything looks good.
    I then deploy the report to Business Objects Enterprise XI.  I do all of the things necessary to manage the report including setting up the proper database connection information and default parameter values.
    When I run the report using the Crystal Report Viewer, I get the following error message:
    Error in File Forecasting.rpt:
    Error in formula <Report Format>.
    'if (not isNull({?FORMAT_ID} ) ) then
    This field name is not known.
    Details: errorKind
    This happens when I press the "Preview" button in the Manage Object dialog from Crystal or when I run the report using InfoView.
    I have changed the formulas and it doesn't seem to matter what the specific content of the formula is; other than the existence of a parameter reference in the formula.  If I comment out the parameter and replace it with a hard-coded value, it gets through the formula fine.
    Does Business Objects Enterprise XI support crystal reports with parameter references in the formulas?
    Thanks,
    Tim H.
    Edited by: Tim Haley on Nov 25, 2008 11:11 PM
    Edited by: Tim Haley on Nov 25, 2008 11:12 PM

  • Internet Explorer hangs when using CrystalReportViewer in an IFRAME

    Post Author: ME-DSZ
    CA Forum: .NET
    I'm using Crystal Reports 2008 Service Pack 0
    Create an aspx page (CRViewer.aspx)  with one CrystalReportViewer that shows a report. E. g.:
    <body><form id="form1" runat="server"><div style="height: 100%;"><CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="True"GroupTreeImagesFolderUrl="" ReportSourceID="CrystalReportSource1" ToolbarImagesFolderUrl=""ToolPanelWidth="200px" Width="100%" Height="100%" BestFitPage="False" /><CR:CrystalReportSource ID="CrystalReportSource1" runat="server"><Report FileName="Report.rpt"></Report></CR:CrystalReportSource></div></form></body>
    If you test this page all the functionality of the cr-viewer works fine.
    Then i tried to show this page in a second page in an iframe element: E. g.:
    <body><form id="form1" runat="server"><div><p>some other stuff</p></div><div id="divWrapper"> <iframe id="ifReport" runat="server" height="300px" width="100%" src="CRViewer.aspx"></iframe></div></form></body>
    If you click any button on the CrystalReportViewer Toolbox Internet Explorer 7 hangs with 100 % CPU. Firefox shows an error:
    Unable to process your request
    I tested this with buildin Webserver of Visual Studio 2008 and hosted in IIS (7.0).
    After some experimenting and javascript debugging i think i found the reason. This behaviour happens only if you set the width of CrystalReportViewer to 100% (only in the iframe scenario).
    This is causing in "allInOne.js" an infinite loop (in function -> signal: function(src, sig))...)

    Post Author: ME-DSZ
    CA Forum: .NET
    BO where are you???

  • Object Reference Not Set error using CrystalReportViewer

    I have a web application in which I am attempting to use the CrystalReportViewer.  Using Visual Studio 2008, I was able to get the viewer to run and display reports just fine.  But since I moved to Visual Studio 2010, I've been unable to get it working again.  I reinstalled Crystal Reports for Visual Studio 2010 and the x64 runtime.  I created a test aspx page with just the following content:
    using CrystalDecisions.Web;
    public partial class Test : System.Web.UI.Page
        protected void Page_Load(object sender, EventArgs e)
             CrystalReportViewer Viewer = new CrystalReportViewer();
            Viewer.ID = "viewer";
            ph.Controls.Add( Viewer );
    When I load the page, I get this exception:
    NullReferenceException: Object reference not set to an instance of an object.
       CrystalDecisions.Web.ViewerGlobal.get_IsNetscape6Up() +88
       CrystalDecisions.Web.CrystalReportViewer.Render(HtmlTextWriter output) +83
    This is a server-side exception, so I'm pretty sure that my browser has nothing to do with it, but I've tried this in both Chrome and IE8.
    Do I have a screwy install?  Or is there something I'm neglecting to do to configure the ReportViewer that's new in 2010?
    Thanks for your help,
    -Steve

    I figured it out.
    I had already tried adding a new aspx page as David suggested before, and that did not work.  So this time I made a whole new "ASP.NET Crystal Reports Web Site" project in my solution, which was nice enough to make a default aspx page with a built in crystal report viewer tied to a new report .rpt file in the project.  And believe it or not, it worked flawlessly.
    The use of CrystalReportViewer was different but relatively equivalent in both cases.  So then I started analyzing the differences between this new project's web.config and mine.  After some painstaking troubleshooting, I determined the problem: someone on my team had added some new content to the web.config, which included these lines:
    <system.webServer>
      <modules>
        <remove name="Detector" />
        <add name="Detector" type="FiftyOne.Foundation.Mobile.Detection.DetectorModule, FiftyOne.Foundation"/>
      </modules>
    </system.webServer>
    I'm assuming that Crystal also uses a module called "Detector" in get_IsNetscape6Up(), and that this code was overriding that module.
    It's still not working quite right, but at least I'm past this error and on to the next one.
    I appreciate the help, Don and David!
    Thanks,
    -Steve

  • Avoid Database Login prompt when using CrystalReportViewer

    Is there a way to keep the Database Login prompt from coming up when using Crystal Reports runtime 2008 SP2? I'm using that plus Visual Studio 2008 to develop a Windows Form application to view reports on a client machine that accesses data on a seperate SQL Server 2005 machine. My customer would like to avoid having users manually enter anything everytime a report is opened with the Crystal Reports viewer.
    I've used the following code with ODBC and OLE DB report connections. When I use ODBC, the prompt comes up with Integrated Security checked which must be cleared. When I use OLE DB, the prompt comes up with Database Name blank and greyed out so I cannot manually enter it.
    Am I missing something here?
    Imports CrystalDecisions.Shared
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Windows.Forms
    Public Class Form1
        Private Sub setDatabaseLogon(ByVal myConnectionInfo As ConnectionInfo)
            Dim logOnInfos As TableLogOnInfos = CrystalReportViewer1.LogOnInfo
            For Each logOnInfo As TableLogOnInfo In logOnInfos
                logOnInfo.ConnectionInfo = myConnectionInfo
            Nex
        End Sub
        Private Sub ConfigureCrystalReports()
            Dim myConnectionInfo As ConnectionInfo = New ConnectionInfo()
            setDatabaseLogon(myConnectionInfo)
            myConnectionInfo.DatabaseName = "ClearView"
            myConnectionInfo.UserID = "reports"
            myConnectionInfo.Password = "dstreports"
            myConnectionInfo.IntegratedSecurity = False
        End Sub
        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            ConfigureCrystalReports()
        End Sub
    End Class

    Thanks Jonathan for the tip. I tried it before and after the setDatabaseLogin call yesterday, but got the same results. I'm still going to follow your suggestion because that makes more sense.
    Turns out it was the configuration of my ODBC/System DSN that was causing the problem. I reconfigured the System DSN by clearing the check box to provide username/password and now I don't get the Database Login anymore.
    I found a different blog post that answered the OLE DB issue I was seeing where the DatabaseName was coming up blank:
    Login Error Database at Runtime
    Haven't tried it yet and probably won't because I got the Viewer to work with ODBC the way I like it.
    Thanks for the help!

  • Database logon failed when opening report with parameter values in CrystalReportViewer

    Hi,
    I designed 2 crystal reports: report A contains parameter fields and report B did not contain any parameter
    I can open both reports in development site using CrystalReportViewer control. When I open the reports in testing site,
    I can open report B but can't open report A. It display error message "Database logon failed". When I set EnableDatabaseLogonPrompt
    to true and try to open the report A again, it shows database connection data which was created on report.
    In addition, it is strange that it displays error "Database logon failed" when I click an item in group tree panel of the report B. This indicates that it can load data from database
    in testing site but it connect to development database when clicking items in group tree panel
    All reports connect to database using Windows Authenication. It use dynamic database connection at runtime
    How to ensure the report always connect database using login data dynamically at runtime?
    Below is my code about database connection:
    string strServerName = null;
    string strDatabaseName = null;
    ReportDocument rptDoc = new ReportDocument();
    rptDoc.Load(strFilePath);
    ConnectionInfo connInfo = new ConnectionInfo();
    TableLogOnInfo logonInfo;
    for (int i = 0; i < rptDoc.Database.Tables.Count; i++)
    logonInfo = rptDoc.Database.Tables[i].LogOnInfo;
    ReportHelper.GetReportConnection(ref strServerName, ref strDatabaseName, strSystemType);
    logonInfo.ConnectionInfo.ServerName = strServerName; 
    logonInfo.ConnectionInfo.DatabaseName = strDatabaseName;
    logonInfo.ConnectionInfo.IntegratedSecurity = true;
    rptDoc.Database.Tables[i].ApplyLogOnInfo(logonInfo);
    rptDoc.Database.Tables[i].Location = rptDoc.Database.Tables[i].Location.Substring(0, rptDoc.Database.Tables[i].Location.Length - 2);
    crvViewer.ReportSource = rptDoc;
    crvViewer.DataBind();
    Development environment:
    - SAP Crystal Reports 2013 Support Pack 1
    - Visual Studio Professional 2012
    - .NET Framework 3.5
    - DDL
    CrystalDecisions.Shared (v 13.0.8.1216)
    CrystalDecisions.Web (v 13.0.8.1216)
    CrystalDecisions.CrystalReports.Engine (v 13.0.8.1216)
    Database connection in crystal report:
    - Database Type: OLEDB (ADO)
    - Provider: SQLOLEDB
    - Integrated Security: True
    Thanks and Regards,
    Tony

    Hi Tonylck
    Try  to pass login info to crystal report dynamically as follows:
    using System;
    using System.Windows.Forms;
    using CrystalDecisions.CrystalReports.Engine;
    using CrystalDecisions.Shared;
    namespace WindowsApplication1
    public partial class Form1 : Form
    public Form1()
    InitializeComponent();
    private void button1_Click(object sender, EventArgs e)
    ReportDocument cryRpt = new ReportDocument();
    TableLogOnInfos crtableLogoninfos = new TableLogOnInfos();
    TableLogOnInfo crtableLogoninfo = new TableLogOnInfo();
    ConnectionInfo crConnectionInfo = new ConnectionInfo();
    Tables CrTables ;
    cryRpt.Load("PUT CRYSTAL REPORT PATH HERE\CrystalReport1.rpt");
    crConnectionInfo.ServerName = "YOUR SERVER NAME";
    crConnectionInfo.DatabaseName = "YOUR DATABASE NAME";
    crConnectionInfo.UserID = "YOUR DATABASE USERNAME";
    crConnectionInfo.Password = "YOUR DATABASE PASSWORD";
    CrTables = cryRpt.Database.Tables ;
    foreach (CrystalDecisions.CrystalReports.Engine.Table CrTable in CrTables)
    crtableLogoninfo = CrTable.LogOnInfo;
    crtableLogoninfo.ConnectionInfo = crConnectionInfo;
    CrTable.ApplyLogOnInfo(crtableLogoninfo);
    crystalReportViewer1.ReportSource = cryRpt;
    crystalReportViewer1.Refresh();
    Ref
    http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-dynamic-login.htm
    Mark as answer if you find it useful
    Shridhar J Joshi Thanks a lot

  • Export Fails in CrystalReportViewer

    I am using Crystal Reports Ver 11.5.8 and VB.NET 2.0.
    I am displaying a Report using CrystalReportViewer .The print option works but the Export option fails - It opens up the File Dialog Box but when i enter <filename>.type it gives an error
    'OBJECT REFERENCE NOT SET TO INSTANCE OF OBJECT'
    Then it displays error message in MessageBox
    EXPORT FAILED
    Please help
    Thanks

    Please re-post if this is still an issue to the .NET Development - Crystal Reports Forum or purchase a case and have a dedicated support engineer work with you directly

  • Crystalreportviewer export not working hangs application

    We are using Crystal Report 13 with VisualStudio 2010 (Dot Net FW 4.0) in our desktop application.
    When we are trying to export report using CrystalReportViewer's ExportReport button, application just get hangs on Windows Server 2008 and Windows 7 machines.
    Same thing is working fine on Windows XP and Windows 2003 server.
    But when we are doing exporting through code we are successfully able to do it.
    Just for information we are deploying application with CRforVS_redist_install_64bit_13_0(for 64 bit machine) and CRforVS_mergemodules_13_0 (for 32 bit machine)
    Please let us know whether we are missing anything while deploying our application.
    Thanks & Regards,
    Prashant Kedari

    Thank you for your reply. Below I have given the more information about your queries.
    So is this a 32 bit or a 64 bit app?
                 -     When we are building our application itu2019s build with option u201CAny CPUu201D in VS2010 so it will support both operation system 32 and 64 bit.
    I assume from the above that the export is not working if you use the viewer export button? On click of the export button, you should be presented with a dialog for export format type and location.
                -      Yes, you are right. Export is not working if we use the viewer export button, and we are not able to see the dialog for export format type at all.  When we just click on the button report viewer itu2019s showing processing icon and just hangs up at that point on Windows Server 2008 and Windows 7 machines. Same thing is working fine on Windows XP and Windows 2003 server.
    What format are you exporting to? Have you tried other export formats?
               -     When we are doing exporting through code we are successfully able to do it by selecting any format.
    Are you able to print to a printer?
                -     Yes we are able to print to a printer.
    I have gone through the Processd Monitor utility with my application, but not able to get any clue related to exporting failure.
    Thanks & Regards,
    Prashant Kedari

  • CrystalReportViewer Printing

    Hi,
    I have an application in VB.Net 2008 that uses CrystalReportViewer to print reports.  The app works fine and prints out the correct reports.  However, when I issue the .PrintReport method, a standard dialog comes up requiring the user to select a printer.  My VB app launches 3 reports in a row, and each report requires the user to select a printer.  To further complicate matters, I am using multiple montitors and the dialog box always shows up on Monitor 1, whereas my app is displaying on monitor 2.  I would like to be able to suppress the printer dialog box and simply send the report to the default printer.  Is there anyway that I can do this?
    Thanks

    Hi, Al;
    Instead of using the PrintReport method, use the PrintToPrinter method of the ReportDocument object.
    You can specify the printer if you need to as well.
    ie:
    crReportDocument.PrintOptions.PrinterName = "printer1"
    crReportDocument.PrintToPrinter(1, True, 1, 1)
    Regards,
    Jonathan

  • Crystalreportviewer font

    I'm using Crystal XI R-2 and VS .Net 2005 for my development.
    I have designed Reports using Draft Font.
    When I open the report from my .Net Application using crystalreportviewer
    Report does not displayed in Draft Font and font gets changed to Arial.
    Kindly advise me what to do to solve this problem. I'm using Draft font for fast printing on Dotmatrix.
    (Everything works fine if I use VB6 but when I use .Net, i find font gets changed to arial instead of draft font.)

    Dear Ludek,
    I'm not able to open the link.  so could not do anything.
    Dear Karzie Ramirez,
    Problem is still unsolved. there r 2 things in my case.
    [1] For normal reports  like ledger, register trial balance, pnl etc.    I'm  Exporting Report  to text file and then print text File  e.g  calling    Type txtFilePath > Prn    internally.   It works fine  BUT I used  Font Courier New at design Time.
    [2]  for Bill Printing,  matter is still pending, i have to explore for that.
    If you people get anything pls update me.
    Thanks,

  • "Missing parameter values."  --  Export and Print only...

    I have a web application and I am using CrystalReportViewer.  I am passing several parameters to Crystal using: 
    report.SetParameterValue(field.Name, Session[field.Name]);
    I have session variables which will hold parameters needed to pass into the report.  The session variables are populated from controls on my webpage after an onclick event.  This even not only populates session, but also passes parameters to the report with the following code: 
    ReportDocument report = new ReportDocument();
    Session["MapPathName"] = "./Reporting/CaseStudy.rpt";
    report.FileName = Server.MapPath(Session["MapPathName"].ToString());
    ParameterFields fields = new CrystalDecisions.Shared.ParameterFields();
    fields = report.ParameterFields;
    foreach (ParameterField field in fields)
          report.SetParameterValue(field.Name, Session[field.Name]);
    CrystalReportViewer1.ReportSource = report;
    This works great for reporting and is very extensible.  However, when clicking on the "Print" or "Export" buttons on the toolbar I get "Missing parameter values."  I attempted to export manually in code using the .ExportToStream function but I still get the error, "Missing parameter values." 
    I received this error also in Refresh, Search, and Navigate functions.  This was corrected by calling a function that supplies the above code block to these functions.  However, I do not see any events for controlling the Print nor the Export events. 
    QUESTION: How can I print or export a report when passing parameters using CrystalReportViewer?  Thanks in advance!
    P.S. - Crystal Reports XI Release 2
    Edited by: KyleSavant on Jun 18, 2009 5:42 PM

    There are no Export or Print events accessible for the viewer
    Since it sounds like you are creating the reportdocument object in your click event, the settings on this object become out of scope on successive postbacks executed by other events.
    to get around this without major changes, you can place your "report" object in session in this event and retrieve it from session on successive postbacks.  This should solve your problems around navigation, printing and exporting.  What you will need to do is check if the session object exists (usually in page_load or page_initialze) and if so, retrieve it from session and bind it to the viewer's reportsource.  If the session object does not exist, then do nothing (ie you have not clicked your button yet that retrieves the parameter values from session and loads the report).  Also, in your click event you can check if the report session object exists and if so, remove it so that it can be re-created with your new parameter values (ie i'm assuming the only time you want to set parameter values is in this event).
    Dan

  • Set style for reports

    Hello
    i need to find a way to give a format to objects inside my reports, in a way similar to css.
    Actually i export my reports in the code behind of my page, i wish to set the report sytle (font size and type, color, backgroung and so on). I've tried to use the setcssclass method in the code behind of the page that export the pdf without success :
    the page:
    <head id="Head1" runat="server">
    <title></title>
    <style type="text/css" runat="server" id="stile">
        h1
        background-color:Aqua;
        border-color:Black;
        color:Black;
        font-family:Arial;
        font-weight:bold;
        font-style:italic;
    </style>
    </head>
    the code behind
    report.SetCssClass(ObjectScope.PageHeaderSections,"h1")
    Dim oStream As System.IO.MemoryStream
    oStream = DirectCast(report.ExportToStream( _
    CrystalDecisions.Shared.ExportFormatType.PortableDocFormat), System.IO.MemoryStream)
    Response.Clear()
    Response.Buffer = True
    Response.ContentType = "application/pdf"
    Response.BinaryWrite(oStream.ToArray())
    I wish to remark i don't use crystalreportviewer and the above code print the file directly inside the browser.
    the questions are:
    1. does the above code should work and i'm doing something wrong or that approach is completly wrong and will never work? If it's a correct approach, why the stye doesn't get applied?
    2. if that's not the rigth way to do this thing what tool should i use? formatting formulas? do them allow me to format large pieces of report at the same time like css do in html ? Can you provide me links to examples or tutorial.
    i'd like to avoid to set font size,type , line thickness or colors for each item in the report, so any hint will be greatly appreciated
    thank you in advance
    Stefano

    Hello, Stefano;
    The code you are using is only formatting the HTML page and not affecting the report object.
    To do that you would need to use the Crystal Reports SDK and that would include formatting options.
    You are correct, you can use formatting formula for objects. You will want to test your results in the designer first. It will have to work the way you expect there.
    You may be able to do create some generic formula that will work on larger groups.
    e.g. @Format_Color
    You could use this formula for lines and fonts that you needed the same color and at runtime pass in the color needed:
    Report.DataDefinition.FormulaFields.Item("Format_Color").Text = crBlue
    Then use this formula when formatting all the fields you where you want blue options for Font or Underlines as an example.
    Another option is to actually add formatting at runtime using the Report Creation API properties of the Report Application Server SDK (RAS).
    You can look for more ideas in the [Developer's Library|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm]. Look at "[New APIs for enhanced report customization|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/RAS_SDK/rassdk_net_doc/doc/rassdk_net_doc/html/Whats_New_RAS2.html#1022964]".
    Once the changes are made in the report object it should export to .pdf as you expect.
    Elaine

  • Dynamic graph can't be displayed when it is printed

    <font size="2"><font face="Arial">I've used crystal report xi for half an year. In recent days , I got two problems.</font></font> <font size="1"><span style="font-size: 9pt; font-family: Arial"> One is  that I directly insert a image into the rpt file as OLE object,  then I find that the image can be displayed on the report   but can be printed with ie's printing function. If I set the PrintMode with ACTIVEX mode of  the crystalreportviewer and print with activex component , the image is also visible. The system environment is that crystal report xi and RAS are installed  in the local machine, and web server is on the other machine.</span></font><font face="Arial" size="1"><span style="font-size: 9pt; font-family: Arial"> The report is invoked and displayed using crystalreportviewer component through jsp.  The other is that I want to use new feature of dynamic graphic locations, and show different images in the report with the paths which are stored in the database. I've seen the threads in the crystal report forum, and known how to set the paths of images under the unmanagered RAS. But  my situation is that I have to publish every rpt files to the BO CRS,  so I don&#39;t know where I should place the images and how to set the paths. I try publishing the image into the same folder with rpt file in the CRS, but it can't work.</span></font><font face="Arial" size="1"><span style="font-size: 9pt; font-family: Arial"> </span></font><font face="Arial" size="1"><span style="font-size: 9pt; font-family: Arial">  Thanks in advance for any help.</span></font>

    Please re-post if this is still an issue to the Java Development - Crystal Reports Forum or purchase a case and have a dedicated support engineer work with you directly

Maybe you are looking for

  • How to dynamically include textelement in smartforms

    Hi Experts, I need to print payslip using smartform and need to take the values from pay99_result. I took all the values and filled in the internal table and passed to smart forms, but the requirement is when ever particular wage type is given for an

  • Error - In generating URL for a Excel File in WebDynpro Project

    Hi, In my WebDynpro Application, i have a EXCEL file ("Test.xls") and it is kept in the below mentioned location. Project->src->mimes->Components-><my component> This is the code i have used to generate URL. IWDWebResource webRes = WDWebResource.getW

  • Referencing report columns in the BLOB download link format mask

    Hi there, In a basic report (Apex 4) I have a link to download a BLOB stored in the table. However to save space, instead of using 2 columns, one for the file name and one for the download link, I want to use only one column where the file name is th

  • Log file sync waits

    10.2.0.2 aix 5.3 64bit archivelog mode. I'm going to attempt to describe the system first and then outline the issue: The database is about 1Gb in size of which only about 400Mb is application data. There is only one table in the schema that is very

  • Sound on MacBookPro stopped on internal speaker and when using earphones

    Sound on MacBookPro stopped on internal speaker and when using earphones.  I re-booted and tried again.  No luck.