Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / C1ExporterBase Class / InternalExport Method

In This Topic
    InternalExport Method (C1ExporterBase)
    In This Topic
    Performs export to a disk file or to a stream. The destination (file or stream) is determined by which of the properties (OutputFileName or OutputStream) is non-null when this method executes.
    Syntax
    'Declaration
     
    Protected MustOverride Sub InternalExport() 
    protected abstract void InternalExport()
    See Also