ReportManager Class

Service providing integration with Reporting Services.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebServiceAttribute(Namespace = "http://filehold.com/librarymanager/reportmanager/")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class ReportManager : WebService
Inheritance
Object    MarshalByValueComponent    WebService    ReportManager

Constructors

ReportManagerInitializes a new instance of the ReportManager class

Methods

GetAllFolders Return all report folders.
GetCustomReports Get a paged list of simple reports and SSRS report folders.
GetCustomReportsCount Get the numer of simple reports and SSRS report folders.
GetFolder Return information about a SSRS report folder.
GetFolders Return a paged list of SSRS report folders.
GetFoldersCount Return the number of SSRS report folders.
GetReports Get paged list of simple reports or SSRS reports in specified folder.
GetReportsCount Get number of simple reports or SSRS reports in specified folder.
GetSimpleReport Return information about the simple report.
IsServiceConfigured Return true if the Reporting Service is configured and accessible or simple reports defined.
UpdateFolderMembers Set access for given SSRS report folder.
UpdateSimpleReportMembers Set access for the simple report.

Extension Methods

See Also