HI
I have tried the following method to get the report server attached to the tfs instance. but this returns no details. Please help on this.
UritfsUri =newUri(uri);
TfsConfigurationServerconfigurationServer =
TfsConfigurationServerFactory.GetConfigurationServer(tfsUri);
ReadOnlyCollection<CatalogNode> collectionNodes =
configurationServer.CatalogNode.QueryChildren(new[] { CatalogResourceTypes.ReportingServer,CatalogResourceTypes.ReportingConfiguration,
CatalogResourceTypes.SqlReportingInstance}
, true,CatalogQueryOptions.IncludeParents);
Thanks
Poornima