Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export.Ssrs Namespace / ExcelExportProvider Class / SupportedDocumentInfoFields Property

In This Topic
    SupportedDocumentInfoFields Property (ExcelExportProvider)
    In This Topic
    Gets the combination of flags indicating which fields of the C1.Win.C1Document.DocumentInfo class are supported by the current export format.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property SupportedDocumentInfoFields As DocumentInfoFields
    public virtual DocumentInfoFields SupportedDocumentInfoFields {get;}
    See Also