Gets the base export file format supported by the current exporter. The actual format (FileFormat) may either be the same, or may be a specific variant of that format. E.g. if this property is HTML, FileFormat may be HTMLPaged.

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

Syntax

C#
public FileFormatEnum BaseFileFormat { get; }
Visual Basic
Public ReadOnly Property BaseFileFormat As FileFormatEnum
	Get

See Also