ComponentOne ReportViewer for ASP.NET Web Forms
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 System.Nullable(Of FileFormatEnum)
    public override System.Nullable<FileFormatEnum> C1ReportFileFormat {get;}
    See Also