IReportService Methods
If implemented by a class, maintains WCF service and provides the printing and exporting functionality for a report service.
Name | Description |
---|---|
Clear |
Clears the content of the specified document.
Inherited from IExport |
Get |
Gets the current build status of the specified report. |
Get |
Gets the data related to the specified document. |
Get |
|
Get |
Writes the exported document to the specified stream.
Inherited from IExport |
Get |
Returns the current status of the exported document.
Inherited from IExport |
Get |
Returns a collection of parameter values assigned to a lookup editor. |
Get |
Returns the content of the specified document page. |
Get |
Returns an array of report pages. |
Get |
Gets the document that is ready to print. |
Get |
Gets the current status of a document that is being printed. |
Get |
Returns an object that contains parameters available in a report. |
Start |
Starts building a report document on the server. |
Start |
Starts exporting the specified document.
Inherited from IExport |
Start |
Starts printing the specified document. |
Stop |
When implemented by a class, stops building the document. |
Stop |
Stops printing the specified document. |
See Also