Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / ExportProviders Class / FindExportProviderByFormatKey Method
The format key string.

In This Topic
    FindExportProviderByFormatKey Method
    In This Topic
    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 ExportProvider.FormatKey property.
    Syntax
    'Declaration
     
    Public Function FindExportProviderByFormatKey( _
       ByVal formatKey As String _
    ) As ExportProvider
    public ExportProvider FindExportProviderByFormatKey( 
       string formatKey
    )

    Parameters

    formatKey
    The format key string.

    Return Value

    The ExportProvider, or null if none has been found.
    See Also