PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Export Namespace / XlsExportProvider Class / CanExportToStream Property

In This Topic
    CanExportToStream Property (XlsExportProvider)
    In This Topic
    Gets a value indicating whether export to stream is supported by the current format. This implementation returns true (export to stream is supported).
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property CanExportToStream As Boolean
    public override bool CanExportToStream {get;}
    See Also