[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.IO.Mht.MhtStreamProvider.Finish

Finish Method

Finish(StreamProvider, string, string)

Combines all the mime parts of the primary and secondary streams into the StreamProvider provided by the customer.

Declaration
public void Finish(StreamProvider streamProvider, string mimeType = "message/rfc822", string fileExtension = "mht")
Parameters
Type Name Description
StreamProvider streamProvider

The customers StreamProvider to create the mht output file in.

string mimeType

Mime type to set for the stream.

string fileExtension

Suggested file extension to set for the stream.