Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / ExportOptions Class / IndexByExportProvider Method
The C1.C1Preview.Export.ExportProvider to search for.

In This Topic
    IndexByExportProvider Method
    In This Topic
    Searches the current ExportOptions for an index corresponding to the specified C1.C1Preview.Export.ExportProvider.
    Syntax
    'Declaration
     
    Public Function IndexByExportProvider( _
       ByVal exportProvider As ExportProvider _
    ) As Integer
    public int IndexByExportProvider( 
       ExportProvider exportProvider
    )

    Parameters

    exportProvider
    The C1.C1Preview.Export.ExportProvider to search for.

    Return Value

    Index of the specified export provider in the current ExportOptions, or -1 if none was found.
    See Also