How to get user's "My Reports" (private reports) using reporting web services.
ReportingService2010.ListChildren("/") method will get all the reports( My Reports too) but there is no way to distinguish in client that these are user's private reports.
ListChildren("/") will give user's private report with path as /Users Folders/<UserName>/My Reports/ but folder names for My Reports and Users Folders created for the My Reports feature are based on SSRS language. My question here is how client will know the user's private report.