DevExpress.ReportServer.ServiceModel.DataContracts Namespace
Contains classes that provide data transfer object (DTO) functionality to the service model of a Report and Dashboard Server.
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Classes
| Name | Description |
|---|---|
| CategoryDto | A data transfer object (DTO) that provides the information about a report category. |
| CreateReportResult | Provides information about the created report. |
| DataModelDto | A data transfer object (DTO) that provides the information about a data model. |
| DataPagination | The base for classes that provide the data pagination functionality. |
| DataPaginationByCount | Enables you to paginate the obtained data by the specified number of records. |
| DataPaginationByDate | Enables you to paginate the obtained data by the specified time span. |
| GeneratedReportIdentity | Identifies report documents generated by a scheduled job. |
| LayoutRevisionDto | A data transfer object (DTO) that provides the information about a report revision layout. |
| ParametersBinding | When scheduling a billing statement, enables you to specify a data model that contains a query, table or view storing recipient emails. |
| ReportCatalogItemDto | A data transfer object (DTO) that provides the information about a report catalog item. |
| ReportDto | A data transfer object (DTO) that provides the information about a report. |
| ScheduledJobCatalogItemDto | A data transfer object (DTO) that provides general information about a scheduled job. |
| ScheduledJobDto | A data transfer object (DTO) that provides detailed information about a scheduled job. |
| ScheduledJobLogDto | A data transfer object (DTO) that provides a log storing the information about each run of a scheduled job. |
| ScheduledJobResultCatalogItemDto | A data transfer object (DTO) that provides general information about the results of executing a scheduled job. |
| ScheduledJobResultDto | A data transfer object (DTO) that provides detailed information about the results of executing a scheduled job. |
| SchedulerParameter | A report parameter whose value should be supplied by a scheduled job. |
| SchedulerParameters | A collection of report parameters whose values should be supplied by a scheduled job. |
| SchedulerParametersDictionary | A serialized collection of report parameters whose values should be supplied by a scheduled job. |
| TransientReportId | Temporarily identifies a report to provide its document for preview in an End-User Report Designer. |
Enums
| Name | Description |
|---|---|
| DateTimeCalculationKind | Lists the available reference points that can be used to calculate date-time parameter values. |
| EmailRecipientKind | Specifies whether recipients should receive individual emails, or a common email with all recipients listed in the “To” section. |
| EmailReportFormat | Lists the available report delivery formats. |
| JobResultStatus | Lists the possible results of a scheduled job. |
| ScheduledTaskMode | Lists the available task execution modes. |
| SchedulerParametersSource | Lists the available kinds of sources from which report parameters can obtain their values to execute a scheduled job. |