Progress® Telerik® Reporting R1 2021
ReportServerClient Methods
The ReportServerClient type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddReportRevision |
Adds a report revision to the specified report.
|
![]() | AddUserPermission |
Creates a new permission for the specified user/user role.
|
![]() | AddUserRolePermission |
Creates a new permission for the specified user/user role.
|
![]() | AddUserRoleUser |
Adds a user to a user role.
|
![]() | ChangeLocalUserPassword |
Changes the password for the specified local user.
|
![]() | CreateCategory |
Creates a new category.
|
![]() | CreateDataAlert |
Creates a new data alert.
|
![]() | CreateDataConnection |
Creates a new data connection.
|
![]() | CreateDocument |
Creates a new document.
|
![]() | CreateFederationUser |
Creates a new federation user.
|
![]() | CreateLocalUser |
Creates a new local user.
|
![]() | CreateReport |
Creates a new report.
|
![]() | CreateScheduledTask |
Creates a new scheduled task.
|
![]() | CreateUserRole |
Creates a new user role.
|
![]() | DeleteCategory |
Deletes a category by ID.
|
![]() | DeleteDataAlert |
Deletes a data alert by ID.
|
![]() | DeleteDataAlertExecution |
Deletes a data alert execution by ID.
|
![]() | DeleteDataAlertExecutions |
Deletes all executions by a data alert.
|
![]() | DeleteDataConnection |
Deletes a data connection by ID.
|
![]() | DeletePermission |
Deletes a permission.
|
![]() | DeleteReport |
Deletes a report or a specified report revision.
If revision ID is omitted deletes the entire report.
|
![]() | DeleteReportRevision |
Deletes a report revision by ID.
|
![]() | DeleteReportShelve |
Deletes the shelve of the specified report.
|
![]() | DeleteScheduledTask |
Deletes a scheduled task by ID.
|
![]() | DeleteScheduledTaskExecution |
Deletes a scheduled task execution by ID.
|
![]() | DeleteScheduledTaskExecutions |
Deletes all executions by a scheduled task.
|
![]() | DeleteUser |
Deletes a user by ID.
|
![]() | DeleteUserRole |
Deletes a user role by ID.
|
![]() | DeleteUserRoleUser |
Removes a user from a user role.
|
![]() | Dispose |
Disposes the Report Server client.
|
![]() | ExecuteDataAlert |
Queues a data alert for immediate execution.
|
![]() | ExecuteScheduledTask |
Queues a scheduled task for immediate execution.
|
![]() | GetCategories |
Returns a collection of all categories.
|
![]() | GetCategories(ReportAccessMode) |
Returns a collection of all categories for which the current user has the requested access permission.
The access permission applies to a report in the category or to the category itself.
|
![]() | GetCategory |
Returns a category by ID.
|
![]() | GetCategoryReports |
Returns a collection of all reports in the specified category.
|
![]() | GetDataAlert |
Returns a data alert by ID.
|
![]() | GetDataAlertDocument |
Returns a data alert document by ID.
|
![]() | GetDataAlertExecutions |
Returns a collection of all executions by a data alert.
|
![]() | GetDataAlerts |
Returns a collection of all data alerts.
|
![]() | GetDataConnection |
Returns a data connection by ID.
|
![]() | GetDataConnectionProviders |
Returns a collection of all available data connection providers.
|
![]() | GetDataConnections |
Returns a collection of all data connections.
|
![]() | GetDocument |
Gets a document by ID.
|
![]() | GetLatestReportRevision |
Returns the latest report revision.
|
![]() | GetPermissions |
Returns the permissions of the specified permission category which are assigned to the specified user/user role.
|
![]() | GetReportInfo |
Returns a report by ID.
|
![]() | GetReportInfos |
Returns a collection of all reports.
|
![]() | GetReportInfosInCategory |
Returns a collection of all reports in the specified category.
|
![]() | GetReportParameters |
Gets the report parameters for the specified report.
|
![]() | GetReportRevision |
Returns a report revision by ID.
|
![]() | GetReportRevisions |
Returns a collection of all report revisions for the specified report.
|
![]() | GetReportShelve |
Gets the shelve data for the specified report
|
![]() | GetScheduledTask |
Returns a scheduled task by ID.
|
![]() | GetScheduledTaskDocument |
Returns a scheduled task document by ID.
|
![]() | GetScheduledTaskExecutions |
Returns a collection of all executions by a scheduled task.
|
![]() | GetScheduledTasks |
Returns a collection of all scheduled tasks.
|
![]() | GetUser |
Returns a user by ID.
|
![]() | GetUserRoles |
Returns a collection of all user roles.
|
![]() | GetUserRoles(String) |
Returns the user roles of the specified user.
|
![]() | GetUserRoleUsers |
Returns the users assigned to the specified user role.
|
![]() | GetUsers |
Returns a collection of all users.
|
![]() | LockReport |
Locks the specified report.
|
![]() | Login |
Logs into the report server using the provided credentials.
|
![]() | Logout |
Logs out the currently logged user.
|
![]() | SetFavoriteReport |
Sets/removes favorite flag for the specified report.
|
![]() | ShelveReportContent |
Creates a shelve for the specified report.
|
![]() | UnlockReport |
Unlocks the specified report.
|
![]() | UpdateCategory |
Updates a category.
|
![]() | UpdateDataAlert |
Updates a data alert.
|
![]() | UpdateDataConnection |
Updates a data connection.
|
![]() | UpdateLocalUser |
Updates a local user.
|
![]() | UpdateReport |
Updates a report.
|
![]() | UpdateScheduledTask |
Updates a scheduled task.
|
![]() | UpdateUserRole |
Updates a user role by ID.
|
![]() | UpdateUserRoles |
Updates the user roles of the specified user.
|
![]() | UpdateUserRoleUsers |
Updates the user role's list of assigned users.
|