Overridden. Gets a FileFormatEnum value determining the format of the export file produced by the current export provider. Depending on SinglePage property, returns Text or TextSinglePage.

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

Syntax

C#
public override FileFormatEnum FileFormat { get; }
Visual Basic
Public Overrides ReadOnly Property FileFormat As FileFormatEnum
	Get

See Also