SupportedDocumentInfoFields Property (XlsExportProvider) | FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document.Export Namespace / XlsExportProvider Class / SupportedDocumentInfoFields Property

In This Topic
SupportedDocumentInfoFields Property (XlsExportProvider)
In This Topic
Gets the combination of flags indicating which fields of the C1.Xaml.Document.DocumentInfo class are supported by the current export format. This implementation returns Author.
Syntax
'Declaration
 
Public Overrides ReadOnly Property SupportedDocumentInfoFields As DocumentInfoFields
 
See Also