How do you load subReports in ReportViewer in remote processing mode using LoadReportDefinition

We have a reportViewer control on a web page that renders reports in Remote ProcessingMode.
However, it does not access the reports from the SSRS server, it loads them from our own repository, and sends the Stream of the RDL file to LoadReportDefinition.
This works fine when there are no SubReports.  However, I am not sure how to handle SubReports.
I know that in Local ProcessingMode you have to handle the events to load the SubReports manually, and that in normal Remote ProcessingMode when running a report stored on the server, it handles the SubReports for you.
But what is the process for handling SubReports for Reports in Remote Processing mode that are rendered with LoadReportDefinition?
Should I handle the event and load the SubReport manually somehow using LoadReportDefinition again?  Or is it simply not supported?

Hi jth001,
From your description, do you mean the ReportExecutionService.LoadReportDefinition method or the LocalReport.LoadReportDefinition method? If it is the former method, subreports and data source references with relative paths are not supported using this
method. However, absolute paths to catalog items can be used. For more information, please see:
ReportExecutionService.LoadReportDefinition Method
If it is the latter, you need to call LoadSubreportDefinition method and provide data for any subreports. Fore more information, please refer to:
LocalReport.LoadReportDefinition Method
LocalReport.LoadSubreportDefinition Method
Regards,
Mike Yin
TechNet Subscriber Support
If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback
here.

Similar Messages

  • How do you load an AS2 swf into AS3?

    I think this is the way around my dilemma. How do you load and AS2 .swf into an AS3 file?
    thanks again!
    Steve

    check that code in your last thread:
    What is the  code to load a .swf file in AS3 on the same layer?

  • How do you load exs. format files into EXS 24 sampler?

    How do you load EXS24 format files into the EXS24 sampler? the only format I can load directly is aiff and wav. can't find any posts addressing this question? please help

    You don't load them in, you need to put them in:
    *System/users/your user name/library/application support/logic/Sampler instruments*
    Restart Logic if it's running, they will then appear in the EXS library.

  • How do you load an excel worksheet to ipad ?

    how do you load an excel worksheet to ipad?

    You can email it to yourself, the hold your finger on it until you get options to save as pdf (viewable in ibooks, but cannot edit) or dropbox, etc.
    I have Numbers app and save Excel docs in that app.  This way I have capability to edit it.

  • How do you load doc's and power points etc on the IPAD2?

    How do you load doc's,power point, etc on Ipad2?

    You first need one or more apps on the iPad that supports those document types, otherwise you won't have anywhere to store them (except as email attachments) - the iPad is not like a 'normal' computer which has a file system, on the iPad each file/document has to be stored/associated with an app. Once you've decided on the app(s) then, depending on the app, transfer may be done by the file sharing section of the iPad's apps tab on your computer's iTunes, wifi, Dropbox, email attachments etc.
    Documents To Go supports word, excel, and powepoint files :
    'normal' version - http://itunes.apple.com/us/app/documents-to-go-office-suite/id317117961?mt=8
    'premium' version - http://itunes.apple.com/us/app/documents-to-go-premium-office/id317107309?mt=8 (can edit as well as view powerpoint)
    Transfer methods to Documents To Go : http://support.dataviz.com/support.srch?docid=14497&pid=198

  • How do you load images from a Win7 machine to iPhone?

    Hi. How do you load images from a Windows 7 PC to an iPhone 4? I'd like to load the pictures to use as wallpapers. Thanks.

    You CANNOT transfer photos from your computer to your iPhone when connected to your computer as an external drive. This is for transferring photos and/or video from your iPhone's Camera Roll to your computer's hard drive ONLY.
    To transfer photos from your computer's hard drive to your iPhone, this is selected under the Photo's tab for your iPhone's sync preferences with iTunes followed by a sync.

  • How do you load Canon EOS software without a CD drive?

    How do you load Canon EOS software without a CD drive? I have a MAcbook Pro Retina without the CD drive.

    You use an external optical drive, including one in another computer, or download it from the manufacturer's site if possible.
    (72680)

  • How do you  load the adobe PDF  to the printer.

    how do you  load the abobe PDF  as one option under the printer,

    Nevermind, I just figured it out. I went to "Repair Acrobat Installation" on the Acrobat help menu and the PDF printer finally appeared.

  • How do you load google maps as they are not preloaded

    how do you load google maps as they are not preloaded and it would take long time by moving around on the maps

    You can't. The built in Maps app does not store data locally on your phone. It requires a data connection to display location info.

  • How do you load the Output Mod in Bridge

    How do you load the Output Mod in Bridge?

    I downloaded the AOM_Mac zip file from Adobe and copied the contents 1
    Adobe Output Module and 2 Adobe output Module workspace to
    Library/AppSupport/Adobe/BridgeCCExtensions.  When I open Bridge the Output
    Module shows in preferences under Startup Scrips, but not in the menu bar
    or in the Window/workspace bar.  So I can not access it.  I'm thinking of
    just not using bridge and just going with Lightroom and photoshop, as I
    think I can do more in Lightroom than bridge anyway.  cheers~photoick

  • How do you load artworks automatically into the indeisgn CS3

    Hi All,
    How do you load artworks automatically into the indeisgn CS3. Is it through a script or any other way.
    Thanks
    Devakanth

    "artworks" is a bit vague...can you expand?
    File > Place is the usual way, but there are times when cut and paste is fine or better.

  • How do you load the safari toolbar?

    How do you load safari toolbar to

    If you are trying to turn on the bookmarks bar go to Settings>Safari>Always Show Bookmarks Bar>On.
    But as ClayG said - there is no toolbar other than what is visible already in Safari - the < (back) > (forward) buttons, the Bookmarks icon, and the "add to/print" icon - the curved arrow pointing right that is next to the url/address field.

  • How do you load contacts??

    How do you load contacts to iPhone? Where do you enter them in your computer? THANKS

    I the Address Book application.
    Matt

  • How do you load cards into passbook?

    how do you load cards into passbook?

    Hi Darcie,
    No, as far as I know there's no load standard load program for CRM product catalog data. We're on v4.0, so I can't say what's been added in later releases.
    Anyway, if you write your own, have a look at package COM_PRDCAT_WEB_API which contains lots of goodie function modules you can use to manipulate product catalog data.
    Dont forget
    CALL FUNCTION 'COM_PRDCAT_TRANSACTION_BEGIN'
    at the start and
    CALL FUNCTION 'COM_PRDCAT_TRANSACTION_COMMIT'
    at the end.
    There's also package COM_PRDCAT, but when we tried to do stuff with FMs in this package we ran into errors since some global variables were undefined.
    Hope this helps.
    Regards,
    Rasmus

  • TS1702 how do you load apps into Passport

    how do you load apps into passport

    You need to download apps that are compatible with passbook.  There are less than 20 available right now I'd say
    Such as:
    Target
    American Airlines
    Fandango
    Ticket Master
    If you click the link to the app store through passbook and get an error, use this article to fix it: http://www.macworld.com/article/2010185/fix-passbooks-app-store-error-in-ios-6.h tml
    You can also use this site: http://www.passsource.com/ to create your own cards such as Blockbuster card, petco card, petsmart card, etc
    So if you have the target app you need to go into the target app > my target> mobile coupons > scroll to bottom of page  and click "add to passbook"
    My assumption is that you need to add things to passbook through the target app or american airlines app and so on.

Maybe you are looking for

  • Printing in P6

    As we do in P3 for Print; on the first page alone legend can be shown and in all other pages we can remove legends. The same thing works in P6 also. In P3 we get the page numbers in all the pages but in P6 it is not. So like that how can bring page n

  • Detecting and configuring a Bosch G-Sensor accelerometer

    Wondering if anyone is able to help. My tablet has a Bosch G-Sensor accelerometer, and I cannot for the life of me find anything on getting it working in linux. Googling produces a lot of vague info, but I have found that the device most likely hangs

  • Slow database startup

    I recently created a database using PFILE with only basic parameters and then I created SPFILE for the same. But whenever I gave STARTUP at cmd prompt it takes nearly 30 minutes to start the database. My system is P-4 with 1GB ram and working on Wind

  • Create a New Order for Images - Then Rename

    Hello, I have PSE 5.0.2 I use Windows XP. I have a series of jpg's that I would like to put in a different order by drag-n-drop into a different arrangement - then batch rename them with a sequential naming convention. Can I re-arrange images in PSE

  • Use of Private Browsing occasionally deletes cookies - anyone else?

    I've noticed that since the change to Safari 3 in Leopard, if I turn on Private Browsing, do some surfing, then turn it off and quit Safari, when I next relaunch Safari some of my cookies set before I enabled Private Browsing sometimes go missing (e.