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

In This Topic
    Item(Type) Property
    In This Topic
    Gets an ExporterOptions object by the type of its C1.C1Preview.Export.ExportProvider.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal exportProviderType As Type _
    ) As ExporterOptions
    public ExporterOptions Item( 
       Type exportProviderType
    ) {get;}

    Parameters

    exportProviderType
    See Also