[WebServiceAttribute(Namespace = "http://filehold.com/librarymanager/reportmanager/")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class ReportManager : WebService| ReportManager | Initializes a new instance of the ReportManager class |
| 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. |
| ConvertT | (Defined by ObjectExtension) |
| GetUserIdentityName | (Defined by WebServiceExtension) |
| ToJson | (Defined by ObjectExtension) |