Skip to content

Read Reporting Services Catalog #1398

Description

@itg-assistant

Ewan Walker asked 2018-02-27 11:35:50 UTC

I am trying to read the reporting Services catalogue on our server using

ReportingService2010 rs = new ReportingService2010();
rs.UseDefaultCredentials = true;
// Return the list of items in My Reports
CatalogItem[] items = rs.ListChildren(strFolder, false);
foreach (CatalogItem ci in items)

However the folder security is ignored as the whole catalog is read out which suggests the credentials of the pool account on the server are being passed instead of the client credentials.

Reports however run using the client credentials.

Does anyone know how to read the Report Server catalog using the client credentials (Windows Security) without having to pass Domain Username Password?

Thanks for your help

Ewan

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    GeneralQuestions, how-tos and everything else.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions