Gets the combination of flags indicating which fields of the DocumentInfo class are supported by the current export format. This implementation returns Author.

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

Syntax

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

See Also