Searches for an ExportProvider by its format key. The format key is an arbitrary string that uniquely identifies the export format. For each format, it is returned by the FormatKey property.

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

Syntax

C#
public ExportProvider FindExportProviderByFormatKey(
	string formatKey
)
Visual Basic
Public Function FindExportProviderByFormatKey ( _
	formatKey As String _
) As ExportProvider

Parameters

formatKey
Type: System..::..String
The format key string.

Return Value

The ExportProvider, or null if none has been found.

See Also