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.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public override int PreferredOrdinal { get; }
Visual Basic
Public Overrides ReadOnly Property PreferredOrdinal As Integer
	Get

See Also