Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / ReportOpenXmlExportProvider Class / C1ReportFileFormat Property

In This Topic
    C1ReportFileFormat Property (ReportOpenXmlExportProvider)
    In This Topic
    Gets the C1.C1Report.FileFormatEnum associated with the current provider.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property C1ReportFileFormat As Nullable(Of FileFormatEnum)
    public virtual Nullable<FileFormatEnum> C1ReportFileFormat {get;}
    See Also