[]
Base class for all SSRS exporters.
public abstract class Exporter : ExportFilter, IDisposable
Public MustInherit Class Exporter
Inherits ExportFilter
Implements IDisposable
| Name | Description |
|---|---|
| Exporter() |
| Name | Description |
|---|---|
| DocumentSource | Gets or sets C1SSRSDocumentSource object providing report data. |
| Name | Description |
|---|---|
| AddValue(StringBuilder, string, Unit) | For internal use. |
| AddValue(StringBuilder, string, string) | For internal use. |
| AddValuePreserve(StringBuilder, string, string) | For internal use. |
| GetDevInfo() | Returns DeviceInfo string for SSRS. |
| GetFormat() | Returns format identifier for SSRS. |
| InternalExport(IExecutionContext) |