ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / ExportProvider Class / CanExportToStream Property

In This Topic
    CanExportToStream Property (ExportProvider)
    In This Topic
    Gets a value indicating whether export to stream is supported by the current format.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property CanExportToStream As System.Boolean
    public virtual System.bool CanExportToStream {get;}
    See Also