all groups > sql server reporting services > july 2004 >
You're in the

sql server reporting services

group:

Can a report list available reports? - revisited



Can a report list available reports? - revisited mgonzales3
7/2/2004 2:04:02 PM
sql server reporting services: We all know its possible to get all our reports w/ .listchildren("/", true)

but how can get properties for that report?

parameters, security info, ect...

???

is it .Role or .Policy?

thanks

Re: Can a report list available reports? - revisited Bryan Keller [MSFT]
7/2/2004 5:30:49 PM
Standard report properties are listed through ListChildren(). Extended
properties can be retrieved via GetProperties().

Parameter information is available through GetReportParameters()

Security info via GetPolicies().

--
Bryan Keller
Developer Documentation
SQL Server Reporting Services

A friendly reminder that this posting is provided "AS IS" with no
warranties, and confers no rights.


[quoted text, click to view]

AddThis Social Bookmark Button