Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / ExportOptions Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Gets an ExporterOptions object by the format key of the export provider (see C1.C1Preview.Export.ExportProvider.FormatKey).
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal exportProviderFormatKey As String _
    ) As ExporterOptions
    public ExporterOptions Item( 
       string exportProviderFormatKey
    ) {get;}

    Parameters

    exportProviderFormatKey
    See Also