[]
Base class for paginated exporters like PDF, IMAGE and so on.
public abstract class PaginatedExporter : Exporter, IDisposable
Public MustInherit Class PaginatedExporter
Inherits Exporter
Implements IDisposable
| Name | Description |
|---|---|
| PaginatedExporter() |
| Name | Description |
|---|---|
| ColumnSpacing | Gets or sets the column spacing. Null indicates default value, specified in the report. |
| Columns | Gets or sets the number of columns to set for the report. Null indicates default value, specified in the report. |
| Name | Description |
|---|---|
| GetDevInfo() | For internal use. |
| GetTotalPageCount(string, IExecutionContext, Dictionary<int, byte[]>) | Returns total page count. |