Skip to main content

IReportServerFacadeAsync Methods

If implemented by a class, provides a service contract for the ReportServerClient.
Name Description
BeginClearDocument(DocumentId, AsyncCallback, Object) Starts clearing the content of the specified document. Inherited from IAsyncExportService.
BeginCloneReport(Int32, ReportDto, AsyncCallback, Object) Starts creating a report copy.
BeginCreateReport(ReportDto, AsyncCallback, Object) Starts creating a report.
BeginCreateReportCategory(String, AsyncCallback, Object) Starts creating a report category.
BeginCreateScheduledJob(ScheduledJobDto, AsyncCallback, Object) Starts creating a scheduled job.
BeginDeleteCategory(Int32, AsyncCallback, Object) Starts deleting a report category.
BeginDeleteDataModel(Int32, AsyncCallback, Object) Starts deleting a data model.
BeginDeleteReport(Int32, AsyncCallback, Object) Starts deleting a report.
BeginDeleteScheduledJob(Int32, AsyncCallback, Object) Starts deleting a scheduled job.
BeginExecuteJob(Int32, Nullable<Int32>, AsyncCallback, Object) Begins executing a scheduled job.
BeginGetBuildStatus(DocumentId, AsyncCallback, Object) Starts obtaining the document build status. Inherited from IAsyncReportService.
BeginGetCategories(AsyncCallback, Object) Starts obtaining the report categories.
BeginGetColumns(String, TableInfo, AsyncCallback, Object) Starts obtaining the columns from a data source.
BeginGetDataMembers(String, AsyncCallback, Object) Starts obtaining the data members from a data source.
BeginGetDataModel(Int32, AsyncCallback, Object) Starts obtaining the data model.
BeginGetDataModels(AsyncCallback, Object) Starts obtaining the available data models.
BeginGetDataSources(AsyncCallback, Object) Starts obtaining the data sources.
BeginGetDocumentData(DocumentId, AsyncCallback, Object) Starts obtaining the document data. Inherited from IAsyncReportService.
BeginGetDrillThroughDetailReport(InstanceIdentity, String, AsyncCallback, Object) Inherited from IAsyncReportService.
BeginGetExportedDocument(ExportId, AsyncCallback, Object) Starts obtaining the exported document. Inherited from IAsyncExportService.
BeginGetExportStatus(ExportId, AsyncCallback, Object) Starts obtaining the current status of the exported document. Inherited from IAsyncExportService.
BeginGetLookUpValues(InstanceIdentity, ReportParameter[], String[], AsyncCallback, Object) Starts obtaining the parameter lookup values. Inherited from IAsyncReportService.
BeginGetPages(DocumentId, Int32[], PageCompatibility, AsyncCallback, Object) Starts obtaining the document pages. Inherited from IAsyncReportService.
BeginGetPrintDocument(PrintId, AsyncCallback, Object) Starts obtaining the printed document. Inherited from IAsyncReportService.
BeginGetPrintStatus(PrintId, AsyncCallback, Object) Starts obtaining the status of the printed document. Inherited from IAsyncReportService.
BeginGetReportParameters(InstanceIdentity, AsyncCallback, Object) Starts obtaining the report parameters. Inherited from IAsyncReportService.
BeginGetReportRevisions(Int32, AsyncCallback, Object) Starts obtaining the report revisions.
BeginGetReports(AsyncCallback, Object) Starts obtaining the reports.
BeginGetScheduledJob(Int32, AsyncCallback, Object) Starts obtaining the scheduled job.
BeginGetScheduledJobLogs(Int32, DataPagination, AsyncCallback, Object) Starts obtaining the scheduled job logs.
BeginGetScheduledJobLogsCount(Int32, AsyncCallback, Object) Starts obtaining the total number of scheduled job logs.
BeginGetScheduledJobResult(Int32, AsyncCallback, Object) Starts obtaining the scheduled job result.
BeginGetScheduledJobResults(Int32, DataPagination, AsyncCallback, Object) Starts obtaining the history of results corresponding to a specified scheduled job log.
BeginGetScheduledJobResultsCount(Int32, AsyncCallback, Object) Starts obtaining the total number of results corresponding to a specified scheduled job log
BeginGetScheduledJobs(AsyncCallback, Object) Starts obtaining all scheduled job.
BeginLoadReport(Int32, AsyncCallback, Object) Starts loading a report.
BeginLoadReportLayoutByRevisionId(Int32, Int32, AsyncCallback, Object) Starts loading the layout of a specific report revision.
BeginPing(AsyncCallback, Object) Starts pinging the Report Server facade.
BeginRollBackReportLayout(Int32, Int32, AsyncCallback, Object) Starts rolling back a report revision.
BeginSaveReportById(Int32, ReportDto, AsyncCallback, Object) Starts saving the specified report.
BeginStartBuild(InstanceIdentity, ReportBuildArgs, AsyncCallback, Object) Starts the initial phase of asynchronously building the report. Inherited from IAsyncReportService.
BeginStartExport(DocumentId, DocumentExportArgs, AsyncCallback, Object) Starts the initial phase of asynchronous document export. Inherited from IAsyncExportService.
BeginStartPrint(DocumentId, PageCompatibility, AsyncCallback, Object) Starts the initial phase of asynchronously printing of the specified document. Inherited from IAsyncReportService.
BeginStopBuild(DocumentId, AsyncCallback, Object) Starts the terminal phase of asynchronously building the report. Inherited from IAsyncReportService.
BeginStopPrint(PrintId, AsyncCallback, Object) Starts the terminal phase of asynchronously printing the document. Inherited from IAsyncReportService.
BeginUpdateDataModel(DataModelDto, AsyncCallback, Object) Starts updating the data model.
BeginUpdateReport(Int32, ReportDto, AsyncCallback, Object) Starts updating the specified report.
BeginUpdateReportCategory(Int32, String, Nullable<Int32>, AsyncCallback, Object) Starts updating the specified report category.
BeginUpdateScheduledJob(ScheduledJobDto, AsyncCallback, Object) Starts updating the scheduled job.
BeginUploadLayout(Stream, AsyncCallback, Object) Starts uploading a report layout.
EndClearDocument(IAsyncResult) Ends clearing the content of a document. Inherited from IAsyncExportService.
EndCloneReport(IAsyncResult) Ends creating a report copy.
EndCreateReport(IAsyncResult) Ends creating a report.
EndCreateReportCategory(IAsyncResult) Ends creating a report category.
EndCreateScheduledJob(IAsyncResult) Ends creating a scheduled job.
EndDeleteCategory(IAsyncResult) Ends deleting a report category.
EndDeleteDataModel(IAsyncResult) Ends deleting a data model.
EndDeleteReport(IAsyncResult) Ends deleting a report.
EndDeleteScheduledJob(IAsyncResult) Ends deleting a scheduled job.
EndExecuteJob(IAsyncResult) Begins executing a scheduled job.
EndGetBuildStatus(IAsyncResult) Ends obtaining the document build status. Inherited from IAsyncReportService.
EndGetCategories(IAsyncResult) Ends obtaining the report categories.
EndGetColumns(IAsyncResult) Ends obtaining the columns from a data source.
EndGetDataMembers(IAsyncResult) Ends obtaining the data members from a data source.
EndGetDataModel(IAsyncResult) Ends obtaining a data model.
EndGetDataModels(IAsyncResult) Ends obtaining the available data models.
EndGetDataSources(IAsyncResult) Ends obtaining the data sources.
EndGetDocumentData(IAsyncResult) Ends obtaining the document data. Inherited from IAsyncReportService.
EndGetDrillThroughDetailReport(IAsyncResult) Inherited from IAsyncReportService.
EndGetExportedDocument(IAsyncResult) Ends obtaining the exported document. Inherited from IAsyncExportService.
EndGetExportStatus(IAsyncResult) Ends obtaining the current status of the exported document. Inherited from IAsyncExportService.
EndGetLookUpValues(IAsyncResult) Ends obtaining the parameter lookup values. Inherited from IAsyncReportService.
EndGetPages(IAsyncResult) Ends obtaining the document pages. Inherited from IAsyncReportService.
EndGetPrintDocument(IAsyncResult) Ends obtaining the printed document. Inherited from IAsyncReportService.
EndGetPrintStatus(IAsyncResult) Ends obtaining the status of the printed document. Inherited from IAsyncReportService.
EndGetReportParameters(IAsyncResult) Ends obtaining the report parameters. Inherited from IAsyncReportService.
EndGetReportRevisions(IAsyncResult) Ends obtaining the report revisions.
EndGetReports(IAsyncResult) Ends obtaining the reports.
EndGetScheduledJob(IAsyncResult) Ends obtaining the scheduled job.
EndGetScheduledJobLogs(IAsyncResult) Ends obtaining the scheduled job logs.
EndGetScheduledJobLogsCount(IAsyncResult) Ends obtaining the total number of scheduled job logs.
EndGetScheduledJobResult(IAsyncResult) Ends obtaining the scheduled job result.
EndGetScheduledJobResults(IAsyncResult) Ends obtaining the scheduled job results.
EndGetScheduledJobResultsCount(IAsyncResult) Ends obtaining the total number of results corresponding to a scheduled job log.
EndGetScheduledJobs(IAsyncResult) Ends obtaining the scheduled jobs.
EndLoadReport(IAsyncResult) Ends loading the reports.
EndLoadReportLayoutByRevisionId(IAsyncResult) Ends loading the report layout bytes.
EndPing(IAsyncResult) Ends pinging the Report Server facade.
EndRollBackReportLayout(IAsyncResult) Ends rolling back a report revision.
EndSaveReportById(IAsyncResult) Ends saving the specified report.
EndStartBuild(IAsyncResult) Ends the initial phase of asynchronously building the report. Inherited from IAsyncReportService.
EndStartExport(IAsyncResult) Ends the initial phase of asynchronous document export. Inherited from IAsyncExportService.
EndStartPrint(IAsyncResult) Ends the initial phase of asynchronously printing the document. Inherited from IAsyncReportService.
EndStopBuild(IAsyncResult) Ends the terminal phase of asynchronously building the document. Inherited from IAsyncReportService.
EndStopPrint(IAsyncResult) Ends the terminal phase of asynchronously printing the document. Inherited from IAsyncReportService.
EndUpdateDataModel(IAsyncResult) Ends updating a data model.
EndUpdateReport(IAsyncResult) Ends updating the specified report.
EndUpdateReportCategory(IAsyncResult) Ends updating a report category.
EndUpdateScheduledJob(IAsyncResult) Ends updating the scheduled job.
EndUploadLayout(IAsyncResult) Ends uploading a report layout.
GetDataSourceSchema(Int32, Object) Obtains the data source schema.
GetReportCatalogItemDto(Int32) Returns a data transfer object (DTO), corresponding to the report catalog item.
LockReport(Int32) Obsolete. Locks the specified report.
UnlockReport(Int32) Obsolete. Unlocks the specified report.
See Also