Gets the ExportProvider with the specified default file extension (see DefaultExtension).

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

Syntax

C#
public ExportProvider this[
	string extension
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	extension As String _
) As ExportProvider
	Get

Parameters

extension
Type: System..::..String
The default file extension associated with the export format.

Return Value

The ExportProvider that has the specified default extension, or null if no such provider exists in the current collection.

See Also