ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Servicing Namespace : IReportService Interface |
The following tables list the members exposed by IReportService.
Name | Description | |
---|---|---|
CancelRequest | Cancels the currently running request. | |
Delete | Deletes the report specified by a id. | |
DeleteResource | Deletes the resource specified by a id or name. | |
Download | Download a requested report from the storage. | |
DownloadResource | Downloads a requested resource from the storage. | |
ExportDocument | Exports the document specified by ID in relayout options to another format. | |
GetRequestStatus | Retrieves the request status by the specified identifer. | |
GetResourcePermissions | Gets the permissions to the resource. | |
GetUserCapabilities | Returns a user capabilities. | |
IsLoggedIn | Determines whether the security token is valid. | |
Login | Checks user credentials and creates an security token if the credentials are valid. | |
Logout | Recalls the security token. | |
RenderReport | Renders the report specified by a report description according to the specified options. | |
ResolveParameters | Populates the report parameters. | |
Select | Retrieves an array of report descriptions matching the criterion defined by the specified query. | |
SelectDescriptions | Retrieves an array of resource descriptions matching the criterion defined by the specified query. | |
SelectModels | Retrieves an array of model descriptions matching the criterion defined by the specified query. | |
SelectReports | Retrieves an array of report descriptions matching the criterion defined by the specified query. | |
SendReportEmail | Renders and send via email the report specified by a report description according to the specified options. | |
SetDefaultTheme | Sets theme identified by provided id as default theme. | |
SetReportDescription | Updates a report description. | |
SetResourcePermissions | Sets the permissions to the resource. | |
Upload | Uploads a report to the storage. | |
UploadResource | Uploads a resource to the storage. |