FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Forms Namespace / DocumentInfoForm Class / SupportedFields Property

In This Topic
    SupportedFields Property (DocumentInfoForm)
    In This Topic
    Gets or sets the combination of C1.Win.C1Document.DocumentInfoFields identifying C1.Win.C1Document.DocumentInfo fields supported by this form.
    Syntax
    'Declaration
     
    Public Overridable Property SupportedFields As DocumentInfoFields
    public virtual DocumentInfoFields SupportedFields {get; set;}
    See Also