ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / StreamExtension Class / MakeUndisposable Method
The stream to wrap.

In This Topic
    MakeUndisposable Method
    In This Topic
    Creates a wrapper around the specified stream that prevents the Dispose method from being called.
    Syntax
    'Declaration
     
    Public Shared Function MakeUndisposable( _
       ByVal stream As Stream _
    ) As Stream
    public static Stream MakeUndisposable( 
       Stream stream
    )

    Parameters

    stream
    The stream to wrap.

    Return Value

    A System.IO.Stream that does not call Dispose.
    See Also