Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / C1ReportExportProvider Class / PreferredOrdinal Property

In This Topic
    PreferredOrdinal Property (C1ReportExportProvider)
    In This Topic
    Specifies the preferred ordinal of the current export format in "save as..." and similar dialogs.

    A value of -1 indicates that the export format should not be listed at all.

    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property PreferredOrdinal As Integer
    public override int PreferredOrdinal {get;}
    See Also