Gets or sets the combination of DocumentInfoFields identifying DocumentInfo fields supported by this form.

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

Syntax

C#
public virtual DocumentInfoFields SupportedFields { get; set; }
Visual Basic
Public Overridable Property SupportedFields As DocumentInfoFields
	Get
	Set

See Also