[]
        
(Showing Draft Content)

C1.Document.Export.Ssrs.ImageExporter

ImageExporter Class

Base class for all exporters performing export to image format.

Implements
Namespace: C1.Document.Export.Ssrs
Assembly: C1.Document.dll
Syntax
public abstract class ImageExporter : PaginatedExporter, IDisposable

Constructors

Name Description
ImageExporter()

Methods

Name Description
CanExportRange(OutputRangeType)

Tests whether the specified type of range can be exported by the current exporter.

GetDevInfo()

For internal use.

GetFormat()

For internal use.

GetOutputFormat()

For internal use.

InternalExport(IExecutionContext)