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

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