IReportService Members
If implemented by a class, maintains WCF service and provides the printing and exporting functionality for a report service.Methods
| Name | Description |
|---|---|
| ClearDocument(DocumentId) | Clears the content of the specified document. Inherited from IExportService. |
| GetBuildStatus(DocumentId) | Gets the current build status of the specified report. |
| GetDocumentData(DocumentId) | Gets the data related to the specified document. |
| GetDrillThroughDetailReport(InstanceIdentity, String) | |
| GetExportedDocument(ExportId) | Writes the exported document to the specified stream. Inherited from IExportService. |
| GetExportStatus(ExportId) | Returns the current status of the exported document. Inherited from IExportService. |
| GetLookUpValues(InstanceIdentity, ReportParameter[], String[]) | Returns a collection of parameter values assigned to a lookup editor. |
| GetPage(DocumentId, Int32, PageCompatibility) | Returns the content of the specified document page. |
| GetPages(DocumentId, Int32[], PageCompatibility) | Returns an array of report pages. |
| GetPrintDocument(PrintId) | Gets the document that is ready to print. |
| GetPrintStatus(PrintId) | Gets the current status of a document that is being printed. |
| GetReportParameters(InstanceIdentity) | Returns an object that contains parameters available in a report. |
| StartBuild(InstanceIdentity, ReportBuildArgs) | Starts building a report document on the server. |
| StartExport(DocumentId, DocumentExportArgs) | Starts exporting the specified document. Inherited from IExportService. |
| StartPrint(DocumentId, PageCompatibility) | Starts printing the specified document. |
| StopBuild(DocumentId) | When implemented by a class, stops building the document. |
| StopPrint(PrintId) | Stops printing the specified document. |
See Also