Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / ExportProviders Class / Item Property / Item(String) Property
The default file extension associated with the export format.

In This Topic
    Item(String) Property
    In This Topic
    Gets the ExportProvider with the specified default file extension (see ExportProvider.DefaultExtension).
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal extension As String _
    ) As ExportProvider
    public ExportProvider Item( 
       string extension
    ) {get;}

    Parameters

    extension
    The default file extension associated with the export format.

    Property Value

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