[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.IO.Mht.MhtStreamProvider.WriteTo

WriteTo Method

WriteTo(Stream)

Writes the MHT document to the specified stream and returns a StreamWriter for the primary part.

Declaration
public StreamWriter WriteTo(Stream stream)
Parameters
Type Name Description
Stream stream

The stream to write the MHT content to.

Returns
Type Description
StreamWriter

A StreamWriter for the primary MHT stream.