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

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