How can I access/identify the linked subreport parameter fields?

In my report, I have subreports, which have linked SQL parameters.  How can I identify these linked parameters, and what they are linked to in code?
Thanks.

reportClientDoc.SubreportController.GetSubreportLinks("<subreport name>").GetSubreportLinks()<i>.MainReportFieldName and
reportClientDoc.SubreportController.GetSubreportLinks("<subreport name>").GetSubreportLinks()<i>.SubreportFieldName
Where i is the ith linked parameter and is indexed from 1.
Hope this helps.
Thanks
Aasavari
Edited by: Aasavari Bhave on Feb 15, 2011 11:05 AM

Similar Messages

  • How can i access all the objects of one schema from another schema

    Dear All,
    How can i access all the objects(Tables,Views,Triggers,Procedures,Functions,Packages etc..) and do the modifications of one schema from another schema (Without using synonyms concept).
    Thanks in advance,
    Mahi

    First of all, synonyms only help you easy reference the object. It doesn't have any implication of object privilege.
    As long as you have proper privilege on target object. You can access it with or without synonyms.
    Assuming you have proper privilege of objects, you can use following command to assume schema owner.
    ALTER SESSION SET CURRENT_SCHEMA = Schema_owner

  • How can I access to the internet by my mobile ?

    I can not access to the internet by my mobile (N95) with wireless
    I mean the web icon doesn't open..
    Is there any one help me... please.

    Most smart TVs come equipped with wired network access and an option for wireless as well. Connecting the TV to a Wi-Fi network is similar to connecting any wireless computer. That is, you would need to enter the network name (or SSID), security type, and security password.
    In addition, the TV should default to a DHCP client. Meaning that it would try to contact the DHCP server in your router to get its IP address information. That would include an IP address and Gateway IP address. By default, your AirPort Extreme will assign local network clients, including your TV, IP addresses in the 10.0.1.2-200 range. Its Gateway IP is: 10.0.1.1

  • How can I access a web link using forms

    Hi,
    I need to access a Application using a link provided. I need to pass the parameter like userid, password and connection string to that link.
    How can I achieve this in forms????
    I use forms 11.1.1.4 and Window 7 and IE 8
    Thanks,
    maddy
    Edited by: maddy on 27-Nov-2012 21:19

    WEB.SHOW_DOCUMENT ('http://www.oracle.com','_blank');The url can be generated dynamically from your code by replacing it with variables.
    WEB.SHOW_DOCUMENT ('http://myServer/someApp?' || myParameter || '=' || myParamaterValue,'_blank');

  • How can I access to the data?

    Hi,
    I am newbie in WebDynpro.
    The WebDynpro is deployed in WAS. The WAS, I think, can be installed together to a R/3 or not. Is it correct?
    How do I access to data in my web dynpro? RFCs? SELECTS? Web Services?
    Regards,

    hi......
         Well it is not necessary ti install WAS always with your NWDS, NWDS can be installed separately and then the projects created in NWDS can be deployed in one WAS as long as you know the SDM password of that WAS. This i guess answers your first question. TO deploy your webdynpro project in one was, open the NWDS,
    Window>preferences>SAP J2EE engine
    There you can enter the name of the WAS. IF it Local Server, Select "SAP J2EE engine is stored on local host". For more information right back.
    Now to connct to backend from Webdynpro,
    You have use "ADAPTIVE RFC's" or BAPI. But before that the JCO(java connectors have to be configured).
    Follow the link below, for Adaptive rfc, it is a pdf which gives everything in detail
    [https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/webdynpro/wd%20java/wdjava%20archive/creating%20a%20web%20dynpro%20application%20accessing%20abap%20functions.pdf]
    Foe webservice,
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/301ff0bb-74ca-2910-fa99-eae392695aad]
    For further queries, write back

  • How Can I Remove All the Links in a Document?

    I want to remove all the internal and external bound links in
    a number of my html documents. Is there any way I can do this with
    one action. I tried using Control + F on </a> and replacing
    it with nothing and that works. But Control + F on <a
    href="URL"> doesn't work as the url for that is different every
    time.
    Is it possible to remove all the links in one sweep, I hate
    to do it manually one by one as there are just so many?

    Tanim23 wrote:
    > Is it possible to remove all the links in one sweep
    Yes. In the Find and Replace dialog box, set Search to
    Specific Tag, and
    select a in the drop-down menu alongside. Then set Action to
    Strip Tag.
    You can do this in the current document, a particular folder,
    or the
    entire site, depending on what you select in the Find in
    drop-down menu.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS4",
    "PHP Solutions" & "PHP Object-Oriented Solutions"
    http://foundationphp.com/

  • If I change a file name, how can I get all the links to update?

    I've recently finished my webpage
    (kensingtonconcertseries.com),.....then my client wanted to change
    the name of one of his pages from 'Marold Duo' to
    'Rodewald-Morebello Duo.' All of my links to that page are to the
    original page(MaroldDuo.html). Arrrhhhhh!!! Is there anyway I can
    change the name of the page and have all the links within the
    website update automatically?
    I figured out my problem...make a copy and rename it and put
    it on the server. Simple....eventually, I'll have to get rid of the
    original file, but for now works well.

    On Sun, 3 Feb 2008 22:55:19 +0000 (UTC), "kai1111"
    <[email protected]> wrote:
    >I've recently finished my webpage
    (kensingtonconcertseries.com),.....then my
    >client wanted to change the name of one of his pages from
    'Marold Duo' to
    >'Rodewald-Morebello Duo.' All of my links to that page
    are to the original
    >page(MaroldDuo.html). Arrrhhhhh!!! Is there anyway I can
    change the name of
    >the page and have all the links within the website update
    automatically?
    If you change a file name within Dw's File manager - it will
    offer to
    update all pages linked to it, accept that invitation
    ~Malcolm N....
    ~

  • How can I access to the result of query directly with the name of the column without do a search?

    hello
    I have this line codes, for access to the data of one column
    var oDB = xfa.sourceSet.CD;
    oDB.open();
    oDB.first();
    var oRecord = xfa.record.CD;
    oRecord.nodes.item(0).value
    Is it possible access to the column data that I what with a sentence similar to this?
    oRecord.nodes.item('NOMBRE').value);
    I know that I can do a for and I can find the exactly row, but I don't want this solution.
    Thanks
    Hosting Association
    The low cost quality hosting
    http://www.hostingassociation.biz

    This is the solution
    var oDB = xfa.sourceSet.CD;
    oDB.open();
    oDB.first();
    var my = xfa.record.CD.resolveNode("NOMBRE");
    app.alert(my.value);

  • How can I access to the ITEM method of an activeX collection object?

    I want to communicate a program that I am developing using labview with ADO activeX objects of microsoft Access. I have download a demostration vi that implements this communication.this vi performs ok, but the problem is that I don't know how select the "item" method of a collection. Although I can copy and paste one invoke method that has selected the item method and relink it to another property, I want to know how to do it in a proper way.

    check the image first, one you drop the "invoke node" onto the diagram, either right click on it, goto "Methods" and select the one you want, or change the mouse cursor to the little hand then left click on it.
    Joe
    Attachments:
    Snap17.gif ‏5 KB
    Snap18.gif ‏4 KB

  • How can i access to the software that i already bought online

    i just finished buying a software (quick time player) and they already mailed me my registration code and so on but the fact is i have been tring to access or software that i bought so that i can install it to my laptop. does anyone know how to? if so, please inform me asap please

    QuickTime comes on Mac already. I believe in all recent MacBook Air software. If not follow instructions here http://www.apple.com/quicktime/download/.

  • How can I access all the correspondence from or to a particular contact?

    In MS Outlook address book I can access correspondence events etc. from the record in the address book. Is there a way to do this other than using the search function in an account, if I have correspondence or events on multiple accounts, is there a simple one search method that will access across all accounts?
    Thanks,
    Andy Gough

    You could use Global Search (Ctrl-K) and enter the address or name, then filter the results by checking the appropriate box for Filters or People.

  • How can I access iTunes; the songs are on an external hard drive?

    I have had an iBookG4 for almost 4 years now, and I recently had to get it updated to Leopard because the operating system was so out of date. Now though, my computer has no spare memory because the hard-drive is full with Leopard. So I have to keep my iTunes files on an external hard -drive. The problem is that when I want to play songs though iTunes, the file copies itself to my hard-drive, which I have no space for. Either that, or iTunes tells me that the files can't be found. In store when I got the operating system updated, I was told to press 'alt' before opening iTunes, so that the songs would play through the hard-drive, but this doesn't seem to work. Is there any way of being able to play the music through iTunes and the external drive only? This is very annoying because I recently got an iPod, and I can't seem to put any music onto it.
    Any help would be appreciated!

    Thanks very much for that!
    I have an extra question. While I was on the advanced settings, I changed the location of my iTunes folder from my computer harddisk to the external drive, so I could avoid having to go through my hard disk at all. Now when I have looked at my external hard drive, the folder with my music has disappeared, and I don't know where it is. Also, some song files aren't there any more because my computer only had room for the majority, but about 700 are still missing. However, all the songs seem to be playing through iTunes. What has happened?
    Many thanks,
    C

  • I have 1661 songs in laptop iTunes but only 1660 on iPhone after syncing. How can I easily identify the song that did not sync?

    Is there an easy way to identify which song did not sync correctly?
    I have performed a sync three times and problem remains.
    Thank you.

    One thing that comes to mind would be if you have a music video and your iPhone isn't setup to sync videos.
    You also may have one streaming item in your library that would not be synced to your iPhone.
    You can try making a smart playlist where Media Kind is Music Video, or Kind contains Stream.
    There are a few other instances where this might happen, but I would start by looking for these.

  • How can i access the EJB from a Webdynpro

    Dear all,
    How can i access the ejb , from a webdynpro?.
    Is there any way to do that?.
    I want to write the entire code (business functions) within the EJB and i wan to access the entire methods from a WebDynpro Application.This is the situation.
    Please help me to , resolve this problem.(Here im using JDBC Connection .. etc.).
    I want to do the basic connection setting's and data retrieval part within the EJB and use that within the WebDynpro..
    how can i seperate this two(i mean, i want to seperate the JDBC connections and WebDynpro,i dont want to hard code any connection parameters within the webdynpro code)
    So that i want use that saet of particular function's in many webdynpro applications..
    (i dont need any help regarding webservice way.)
    If anyone can , please help me..
    I tried that javabean class , manifest file , that way (importing javabean model).
    but im getting errors.
    I cant properly utilize that..
    So please help me with steps regarding that,,
    for javabean
    and if any , for EJB also..
    with regards
    Kishor.G

    HI,
    Since webdynpros follows Model View Controller Architecture You can access EJBs in webdynpro(views/frontend) infact to connec to database uding JDBC you have to utilise EJB ( opening connection to database closing, and other Business functionality).See this link
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/unkown/web dynpro tutorial and sample applications.faq#q-7
    <b>How to access the Car Rental Web Service?</b>
    Regards,
    RK

  • How can I Hide/ Disable the Question mark and Exit button in the Top right corner of Link Bar of Excel Documents in SharePoint 2013?

    Hi,
    How can we  Hide / Disable the Help(?) and Close(x) buttons which are located in the right corner of the Top Link Bar in the Sharepoint Document Library pages as well as Excel Web Access?
    Our requirement is : When we try to view the Excel Services Report from another web site, Help(?) and Close(x) icons are also appearing in the Excel Web Access Web Part, but we don't want to display them in our site.
    Please let us know the solution for this case.
    Thanks in advance.
    Regards,
    Sanjana

    Hi,
    In the xlviewer.aspx, we can find the two buttons like this:
    To hide them, you need to add the CSS into the xlviewer.aspx which stays in:
    C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

Maybe you are looking for