Represents the collection of registered export providers (classed derived from ExportProvider).

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

Syntax

C#
[DefaultMemberAttribute("Item")]
public class ExportProviders : IEnumerable
Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class ExportProviders _
	Implements IEnumerable

Inheritance Hierarchy

System..::..Object
  C1.C1Preview.Export..::..ExportProviders

See Also