Base class for all exporters working over list of pages. Derived classes must override ProcessPage method.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public abstract class PagesExporter : Exporter
Visual Basic
Public MustInherit Class PagesExporter _
	Inherits Exporter

Inheritance Hierarchy

See Also