The abstract base class describing a supported export format. All export providers describing specific formats (such as PDF or HTML) derive from this class. For the list of all available export providers, see RegisteredProviders.

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

Syntax

C#
public abstract class ExportProvider
Visual Basic
Public MustInherit Class ExportProvider

Inheritance Hierarchy

See Also