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

In This Topic
    C1ReportFileFormat Property (PdfExportProvider)
    In This Topic
    For C1.C1Report.C1Report-specific export providers, gets the C1.C1Report.FileFormatEnum associated with the current provider. For other providers, returns null.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property C1ReportFileFormat As Nullable(Of FileFormatEnum)
    public virtual Nullable<FileFormatEnum> C1ReportFileFormat {get;}
    See Also