Hello KS,
Thank you for your posting!
From your description, my understanding of this issue is: You want to
retrieve the following information of a report.
* Path of where report resides
* Description of the report
* Report Author
* Publishing Date
* If there are any linked copies and where they reside
* What data sources are used (servers, databases, stored proc names, etc)
* What parameters does it accept
* What fields appear on the report
If I misunderstood your concern, please feel free to let me know.
Based on my scope, some information is restored in the RDL file, such as
the dataset the report using and the the parameter, fields etc. You need to
use some customize code to read the RDL file and generate the informatio
into a SQL Table or a published XML file. You could not use the RDL file as
the data source directly.
To use the RDL file as the data source, you need to copy it to a web site
and then modify the extension to xml, then you could use it as the data
source.
For example, your rdl file is Report1.rdl. You could copy it to the
c:\inetpub\wwwroot folder and modify it to Report1.xml.
Then you could use the http://localhost/Report1.xml as the XML data source
connecting string.
In your case, you could do this using some scheduled program.
Hope this will be helpful! Thank you for your patience.
Sincerely,
Wei Lu
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx. ==================================================
(This posting is provided "AS IS", with no warranties, and confers no
rights.)