[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Tools.StreamExtension

StreamExtension Class

Provides extension methods for working with streams.

Inheritance
StreamExtension
Namespace: GrapeCity.ActiveReports.Rendering.Tools
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public static class StreamExtension

Methods

Name Description
MakeUndisposable(Stream)

Creates a wrapper around the specified stream that prevents the Dispose method from being called.

ReadToEnd(Stream)

Reads the stream to the end and returns the content as a string.

ToArray(Stream)

Converts the specified stream to a byte array.