BeginClearDocument(DocumentId, AsyncCallback, Object)
|
Starts clearing the content of the specified document.
|
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.
|
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.
|
BeginGetDrillThroughDetailReport(InstanceIdentity, String, AsyncCallback, Object)
|
|
BeginGetExportedDocument(ExportId, AsyncCallback, Object)
|
Starts obtaining the exported document.
|
BeginGetExportStatus(ExportId, AsyncCallback, Object)
|
Starts obtaining the current status of the exported document.
|
BeginGetLookUpValues(InstanceIdentity, ReportParameter[], String[], AsyncCallback, Object)
|
Starts obtaining the parameter lookup values.
|
BeginGetPages(DocumentId, Int32[], PageCompatibility, AsyncCallback, Object)
|
Starts obtaining the document pages.
|
BeginGetPrintDocument(PrintId, AsyncCallback, Object)
|
Starts obtaining the printed document.
|
BeginGetPrintStatus(PrintId, AsyncCallback, Object)
|
Starts obtaining the status of the printed document.
|
BeginGetReportParameters(InstanceIdentity, AsyncCallback, Object)
|
Starts obtaining the report parameters.
|
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.
|
BeginStartExport(DocumentId, DocumentExportArgs, AsyncCallback, Object)
|
Starts the initial phase of asynchronous document export.
|
BeginStartPrint(DocumentId, PageCompatibility, AsyncCallback, Object)
|
Starts the initial phase of asynchronously printing of the specified document.
|
BeginStopBuild(DocumentId, AsyncCallback, Object)
|
Starts the terminal phase of asynchronously building the report.
|
BeginStopPrint(PrintId, AsyncCallback, Object)
|
Starts the terminal phase of asynchronously printing the document.
|
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.
|
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.
|
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.
|
EndGetDrillThroughDetailReport(IAsyncResult)
|
|
EndGetExportedDocument(IAsyncResult)
|
Ends obtaining the exported document.
|
EndGetExportStatus(IAsyncResult)
|
Ends obtaining the current status of the exported document.
|
EndGetLookUpValues(IAsyncResult)
|
Ends obtaining the parameter lookup values.
|
EndGetPages(IAsyncResult)
|
Ends obtaining the document pages.
|
EndGetPrintDocument(IAsyncResult)
|
Ends obtaining the printed document.
|
EndGetPrintStatus(IAsyncResult)
|
Ends obtaining the status of the printed document.
|
EndGetReportParameters(IAsyncResult)
|
Ends obtaining the report parameters.
|
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.
|
EndStartExport(IAsyncResult)
|
Ends the initial phase of asynchronous document export.
|
EndStartPrint(IAsyncResult)
|
Ends the initial phase of asynchronously printing the document.
|
EndStopBuild(IAsyncResult)
|
Ends the terminal phase of asynchronously building the document.
|
EndStopPrint(IAsyncResult)
|
Ends the terminal phase of asynchronously printing the document.
|
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.
|