Where are my Report Classes (C# classes corresponding to my RPTs)?

In almost all samples I downloaded from BO, there is one ".cs" file that corresponds to an ".rpt" file. This c# file has an autogenerated header. and there are two classes in it. One with identical name to the report and one with the same name but "Cached" in front of it. For instance:
    public class Customer : ReportClass {
   [System.Drawing.ToolboxBitmapAttribute(typeof
(CrystalDecisions.Shared.ExportOptions), "report.bmp")]
public class CachedCustomer : Component, ICachedReport
When I add a CrystalReports report to my asp.net project, i just get an ".rpt" file.
What are the ramifications of not having these classes? Does the 'cached" class help with me performance?
thanks
jeff

there should be no problems with the missing class files.  They will only exist in Windows applications or web applications migrated from VS2003 or earlier.  VS2005 does not generate these files for web applications.  All they did was allow you to reference the report as a strongly-typed report (ie: dim myrpt as new SalesReport() )   in your application and the report would be embedded in the application. 
With VS2005 and higher web applications, you must load the reports from disk using
ReportDocument.Load(pathToReport).
the Cached report class would only help if you had a massive report (hundreds of pages) that took a long time to return.  this report would also have to be shareable (ie all users see exactly the same data).  The downside is that it would occupy a chunk of memory on the server for an extended period of time.

Similar Messages

  • FSG using Report Manger - Where are the reports stored?

    I am able to configure the FSG in GL, and use Report Manager to produce PDF/Excel output.
    Where are these reports physically stored? Are they in a database or in a file system? If so, what is the location?
    Thanks.

    hi,
    Starting 11i, the reports are stored in table FND_LOBS and some relevant Entries are made in the FND_DOCUMENTS_TL table.
    The packages used for storing and retrieving the reports are FND_DOCUMENTS_PKG and ADI_DISPLAY_REPORT.
    RG_REPORT_REQUEST_LOBS stores the XML output associated with each Financial Statement Generator request that is run in XML mode.
    The XML output is used for drilldown purposes.
    For further Information on Report Manager see also:
    (Doc ID 726774.1) - Report Manager - Master Note
    (Doc ID 858505.1) - Report Manager Troubleshooting
    (Doc ID 726958.1) - Report Manager (FRM) List of Patches
    best regards, Martin

  • Where are the reports generated by Setup Manager ????

    The funny thing about Setup manager is that it seems there is nothing to view the reports generated ....
    after defining a project including an extraction then a report on this extract then execute it .... evrything end without errors but where are the reports ????
    i've checked my project : no buttons or link to see the reports ...
    i've checked the log of the execution : no report. the only things is the really nice and useful message 'file transfer done ...'
    i've even checked EBS but no report
    I've checked also the jobs in OEM: nothing
    how can i get the reports generated and view their content ????

    Click on View Executions link of project you executed (Here you can see all the executions related to that project. (Setup Manager -> Project -> View Executions)) -> Now Click on the execution name(Here you can see all the tasks of that project) -> Here Download link will be available if the task gets completed successfully
    Regards,
    Bindu.

  • Where are Hyperion Reports 7.2 e-mails addresses stored?

    In Hyperion Reports 7.2, where are the e-mail addresses that you select to send output stored?<BR>Is there a way to export/import a list?<BR><BR>We just upgraded from Reports 2.6 and the users are complaining that the list has been wiped out.<BR><BR>Regards,<BR>Tom M.<BR>[email protected]<BR>Essbase 6.5.7<BR>

    Will,<BR><BR>Go to \\Hyperion\HyperionReports\lib\hr_global.properties on your report server. Open the file in a text editor and look for the SMTP settings section. There you should put the name or IP Address of the SMTP server. Restart your report services and you should be set to go. As far as the sending email account, from the Hyperion client, go into Preferences and input the email address you want to send with in the "Your email address" field. Now that will take care of sending emails from the client. If you plan to send reports via email from a batch file, it will default to a system account for the email, most email systems will not allow this so you will have to code the sending email address into your XML file used to send the batch. This is not overly obvious as the SENDER tag is not one of the defaults (don't ask me why) you need to go through the doc for an example or if you need one, send me an email and I can forward a sample to you.<BR><BR>HTH

  • How/Where are Financial Reports Saved on the File System of the Server?

    We've recently lost a large chunk of our reports on our server. We can't figure out which directory location to restore in order to get those reports back. Where is the default directory for 11.1.2.2 Financial Reports? And in what format are those reports saved?

    The FR reports themselves are found in the Operating System (O/S) file system, but the EPM Workspace heirarchy (folders, tree, etc) are stored in the Hyperion BI+ repository database.
    On the O/S file system, the reports are stored in RM1 folder under "C:\oracle\Middleware\user_projects\epmsystem1\ReportingAnalysis\data\RM1\root" folder.
    The names of the reports located here are UUID (long identifiers - not the actual names).
    For example:
            when a report is created with the name"My report" in the Financial Reporting Studio, when logging into EPM Workspace it will be accessible within Financial Reports/folder name where it was saved.
            the actual report will be stored in a sub-folder of the RM1\root folder on file system.
                The name of the file will be a unique identifier (not the actual name of the report i.e. "My report")
                It will be generated "on the fly" based on various things such as the current date and time on the server (i.e 0000012f5af72b1a-0000-ec71-c0a8006c.00000130510b77bb-0000-5133-c0a8006c.1)
    The meta-data for that report ("My report", that is in the folder in Workspace, the modification date of the report, the permissions on that report, etc.) will be stored in the Hyperion BI+ DB as an object in an encrypted table. Financial Reporting knows what meta-data is in the Hyperion BI+ DB that matches the report, in the "RM1\root" folder because all the rows in the table for this object in the Hyperion BI+ DB that are related to "My report" will be referenced using the UUID of the file (e.g. 0000012f5af72b1a-0000-ec71-c0a8006c.00000130510b77bb-0000-5133-c0a8006c.1)
    Note: The location of RM1 folder differs with each installations' operating system.

  • Report template : where are defined the class

    Hello,
    I'm looking where the class are defined, such used in "before rows"
    <td><table cellpadding="0" border="0" cellspacing="0" summary="" class="t1standard">
    I'd like to add by owns or to modify existing one.

    Hello,
    It's in the css file if you open up the page template there should be something like.
    <link rel="stylesheet" href="#IMAGE_PREFIX#carl/theme_1/theme_V2.css" type="text/css" />
    and thats the css file that is being used by your pages. Either edit that file (discouraged) add another file right after it it that overrides the classes you want to change or just change it inline in the page header or the template.
    Take a look at this http://www.brainjar.com/css/using/
    Carl

  • Where are HFM security classes created/maintained

    Point me in the right direction please...
    We are on 9.2.1
    Thanks
    Jeff

    Ok, now we have two pieces of information, but still a third is missing for a complete answer:
    1. Security is stored in relational tables as specified in the first answer
    2. Security can be maintained by importing text files of appropriate format as specified in the second answer
    3. Security can be maintained by using the SharedServices Web client, which is a more user friendly way to manage security
    Using the Shared Services Web client (http://[servername]:[portnumber]/interop/, typically portnumber=58080) you must first provision the users to use the application, by selecting the proper user directory > users or groups > search for the active user you are interested and right click - provision. This leads you to a screen where you must specify which applications your user/group can access and the level of access.
    Then by selecting the application under the appropriate project (projects > [project name] > [app name]) you can define classes and assign classes to users.
    Regards
    KN

  • URGENT: Where are the loadjava classes?

    Does anyone know where the LoadJavaMain class and other classes required by the loadjava utility live? When I try and run loadjava I get a ClassDefNotFound error on the LoadJavaMain class. Help!!

    This looks like a classpath issue. The aurora directory only exists in the JAR file where the classes are stored. In this case they are in the
    oracle_home/javavm/lib/aurora_client_orbindep.jar
    file. Insure that this is in your OS CLASSPATH setting. It should be getting set by the loadjava script/batch file.

  • Where are XL Reporter .ixr and .rcr files stored?

    We just upgraded a customer from SAP 2005 to SAP 2007.  Our customer claims to have 'lost' all of their XL Reports.  How can I determine if they are really 'lost', or if the ssytem is just looking in the wrong place? Please help.

    Read this link
    XL Reporter
    Re: How to open .ixr extension file?
    Re: .rcr file creation ..
    Edited by: Jeyakanthan A on Jun 9, 2009 7:38 PM

  • CS3 Mac: Where Are Crash Reports?

    Hello Forum,
    Has anybody noticed where InDesign/InCopy CS3 create crash logs on Mac (release build)? If crashes happen seldom, it is hard to catch them using the debug build or gdb.
    I have the "Developer" setting set in the CrashReporterPrefs, but it seems to be ignored as nothing appears in the CrashReporter log folder in Console. Will I have to press "Send to Adobe" in the crash report dialog and intercept network traffic? Is there a simpler way? I beleive I must have overlooked something really simple...
    Thanks,
    Pavel.

    Hello Forum,
    Has anybody noticed where InDesign/InCopy CS3 create crash logs on Mac (release build)? If crashes happen seldom, it is hard to catch them using the debug build or gdb.
    I have the "Developer" setting set in the CrashReporterPrefs, but it seems to be ignored as nothing appears in the CrashReporter log folder in Console. Will I have to press "Send to Adobe" in the crash report dialog and intercept network traffic? Is there a simpler way? I beleive I must have overlooked something really simple...
    Thanks,
    Pavel.

  • Where are the queries located on server side?

    Hi All,
    I need to copy some queries from production to Q system. The question is: is it possible to do it on the server side since I don't want to change the transport route; if so where are the reports located on the server side?
    I appreciate any help,
    Regards

    hi,
    prasad is right. if you want to transport frm one system to another system, you have to do it thru transport. and wht does it mean by, you do not want to change transport route.
    regards,
    Purvang

  • Where are Parser Classes?

    Hello,
    I hate to be new, but I am. I am running jdk1.3.1 and I working out of the xml tutorial. I have a simple java class that is including the following classes:
    import javax.xml.parsers.DocumentBuilder;
    import javax.xml.parsers.DocumentBuilderFactory;
    import javax.xml.parsers.FactoryConfigurationError;
    import javax.xml.parsers.ParserConfigurationException;
    import org.xml.sax.SAXException;
    import org.xml.sax.SAXParseException;
    import org.w3c.dom.Document;
    import org.w3c.dom.DOMException;
    // For write operation
    import javax.xml.transform.Transformer;
    import javax.xml.transform.TransformerException;
    import javax.xml.transform.TransformerFactory;
    import javax.xml.transform.TransformerConfigurationException;
    import javax.xml.transform.dom.DOMSource;
    import javax.xml.transform.stream.StreamResult;
    When I try and compile this class (classpaths are all good) my system says it cannot resolve symbol for class Transformer, TransformerException, TransformerFactory, etc.
    I don't know where to find these classes? Don't they come with the standard j2se? If not where do I go for them?
    Thanks

    Those classes are part of the api JAXP. You can download the sun implementation here : http://java.sun.com/xml/downloads/javaxmlpack.html or Apache's one with Xerces (http://xml.apache.org).
    They are also included with the j2se but the 1.4 version : http://java.sun.com/j2se/1.4/docs/api/index.html
    Regards

  • Unresolve classes - significance? Where are these classes?

    Hello,
    Does it mean I cant use any of these methods? as they are listed
    as the status when I loaded xmlparserv2.jar via loadjava. Where
    are these stored if not on xmlparserv2.jar? I am able to run
    xsutest.sql and it seems to execute okay. However, I still can
    not run the paginating samples, where one scroll or sample no 6
    the one that uses oracle.xml.sql.OracleXMLNoRowsException.
    ORA-29521: referenced name oracle/xml/sql/dml/OracleXMLSave could
    not be found
    ORA-29521: referenced name oracle/xml/sql/OracleXMLSQLException
    could not be found
    ORA-29521: referenced name oracle/xml/sql/query/OracleXMLQuery
    could not befound
    ORA-29521: referenced name
    oracle/xml/sql/OracleXMLSQLNoRowsException could not be found
    ORA-29521: referenced name oracle/xml/sql/query/OracleXMLQuery
    could not befound
    ORA-29521: referenced name oracle/xml/sql/dml/OracleXMLSave could
    not be found
    ORA-29521: referenced name oracle/xml/sql/OracleXMLSQLException
    could not be found
    errors : oracle/xml/xsql/actions/XSQLInsertRequestHandler
    errors : oracle/xml/xsql/actions/XSQLQueryHandler
    errors : oracle/xml/xsql/actions/XSQLRefCursorFunctionHandler
    errors : oracle/xml/xsql/actions/XSQLInsertParameterHandler
    loadjava: 7 errors

    I have the oracle 8.1.7 on SuSE Linux. Okay, I didnt recall
    which loadjava capture I have done those, but the point of my
    question is still, does it mean those methods that could not be
    found are not available for to call from java? Also, I noticed
    that a lot of the classes are already resolved, I assume it is
    loaded the first time I loadjava them in?
    Which version of database are you using? Also, please see my
    comments below.
    Hello,
    Does it mean I cant use any of these methods? as they are listed
    as the status when I loaded xmlparserv2.jar via loadjava. Where
    are these stored if not on xmlparserv2.jar? I am able to run
    xsutest.sql and it seems to execute okay. However, I still can
    not run the paginating samples, where one scroll or sample no 6
    the one that uses oracle.xml.sql.OracleXMLNoRowsException.
    ORA-29521: referenced name oracle/xml/sql/dml/OracleXMLSave could
    not be found
    ORA-29521: referenced name oracle/xml/sql/OracleXMLSQLException
    could not be found
    ORA-29521: referenced name oracle/xml/sql/query/OracleXMLQuery
    could not befound
    ORA-29521: referenced name
    oracle/xml/sql/OracleXMLSQLNoRowsException could not be found
    ORA-29521: referenced name oracle/xml/sql/query/OracleXMLQuery
    could not befound
    ORA-29521: referenced name oracle/xml/sql/dml/OracleXMLSave could
    not be found
    ORA-29521: referenced name oracle/xml/sql/OracleXMLSQLException
    could not be found These classed are in xsu12.jar(or xsu111.jar)
    errors : oracle/xml/xsql/actions/XSQLInsertRequestHandler
    errors : oracle/xml/xsql/actions/XSQLQueryHandler
    errors :
    oracle/xml/xsql/actions/XSQLRefCursorFunctionHandler
    errors : oracle/xml/xsql/actions/XSQLInsertParameterHandler
    loadjava: 7 errors These classes are in oraclexsql.jar.

  • Weblogic Tuxedo Connector on 10gR3 - Where are the Classes?

    Hi everybody,
    I need some help developing an application using WTC. I am trying to build an application using Weblogic Workshop, but I am not able to find the class TuxedoConnection or TuxedoConnectionFactory that was mentioned on the documentation.
    I imported all jar files from \bea\wlserver_10.3\server\lib and still don't find this class. Do you have any idea where I find the correct jar or what is happening?
    Thanks,
    Rafael

    Hi Todd,
    thanks for your answer, but not all classes are there. TuxedoConnection and TuxedoConnectionFactory are examples of classes that are not inside weblogic.jar.
    I found where these classes are:
    <BEA_HOME>\module\com.bea.core.jatmi_1.2.0.3.jar
    Regards,
    Rafael

  • Weblogic Tuxedo Connection on 10gR3 - Where are the Classes?

    Hi everybody,
    I need some help developing an application using WTC. I am trying to build an application using Weblogic Workshop, but I am not able to find the class TuxedoConnection that was mentioned on the documentation.
    I imported all jar files from \bea\wlserver_10.3\server\lib and still don't find this class. Do you have any idea where I find the correct jar?
    Thanks,
    Rafael

    Hi Todd,
    thanks for your answer, but not all classes are there. TuxedoConnection and TuxedoConnectionFactory are examples of classes that are not inside weblogic.jar.
    I found where these classes are:
    <BEA_HOME>\module\com.bea.core.jatmi_1.2.0.3.jar
    Regards,
    Rafael

Maybe you are looking for

  • Wacom tablet staying in one area on CS5

    Hello. I am having a really annoying problem with Photoshop CS5. Whenever I use my tablet pen on photoshop, the cursor stays in the upper left corner of the monitor, instead of the entire screen. Even though this happens, when I am not on Photoshop,

  • Buttons not working on updateable SQL report

    Hello I have created an updateable SQL report using the wizard but for some reason none of the buttons (Add Row, Delete, Submit) are working. When I click on 'Submit', the changes aren't saved. When I click on Add Row I get 'Page cannot be displayed

  • Files Managing with PL/SQL

    Dear All, My question is about, How to handle files in NT partition with PL/SQL procedures or functions, like rename, delete...... Best Regards.

  • Material not maintained in plant P100

    while adding material using MB1C T-Code i m getting bellow error Material "bicycel" not maintained in plant P100 and if i press again getting another message parameter for plant P100 not maintained in inventory management

  • Budget in PS module

    Hi Experts, Budget Error Detail a) System should allow release of Partial budget ie less than planned cost. b) System gives error while converting PR into PO ( Non-modvatable tax codes) ie  system is considering Gross Amount ( ie commitment + taxes)