Gets an instance of a class derived from ExportProvider describing the export format associated with the current exporter. That instance can be used to retrieve static information about the current export format such as format description or default extension.

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

Syntax

C#
public abstract ExportProvider ExportProvider { get; }
Visual Basic
Public MustOverride ReadOnly Property ExportProvider As ExportProvider
	Get

See Also