The PerpetuumSoft.Reporting.Silverlight.ReportService namespace contains classes to interact with report build service.
Classes
| Class | Description | |
|---|---|---|
| DocumentInfo | Represents document data. | |
| ExceptionDetailBase | Represents a basic class for all exceptions wrappers generated by server. | |
| ExportCompletedEventArgs | Parameters class of the event which occurs when report export is finished. | |
| FindCompletedEventArgs | Parameters of the event which occurs when text search is finished. | |
| GetDocumentInfoCompletedEventArgs | Parameters of the event which occurs when document information getting is finished. | |
| GetFontCompletedEventArgs | Parameters class of the event which occurs when font loading is finished. | |
| GetImageCompletedEventArgs | Parameters class of the event which occurs when image getting is finished. | |
| GetPageInfoCompletedEventArgs | Parameters of the event which occurs when report page information getting is finished. | |
| GetResourceCompletedEventArgs | Parameters class of the event which occurs when resource getting is finished. | |
| NoCachedDocumentExceptionDetail | Represents an exception wrapper generated when document is not found in cash. | |
| PageInfo | Represents report page metadata. | |
| RenderCompletedEventArgs | Parameters of the event which occurs when report rendering is finished. | |
| ReportServiceClient | Reports service class. | |
| ReportServiceResourcesClient | A class for getting resources from server. The resources are needed for getting the report. | |
| SearchResult | Represents text search results. |
Structures
| Structure | Description | |
|---|---|---|
| FindOptions | Represents text search mode data. | |
| SizeF | Size. |
Interfaces
| Interface | Description | |
|---|---|---|
| IReportService | Exposes a method for getting report. | |
| IReportServiceChannel | The interface which defines channel methods between client application and report service. | |
| IReportServiceResources | Exposes a method for report resources getting. | |
| IReportServiceResourcesChannel | The interface which defines the channel methods between client application and resource service. |
Enumerations
| Enumeration | Description | |
|---|---|---|
| SearchDirection | Sets search direction. |