ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Rendering.IO.Mht Namespace / MhtStreamProvider Class / Finish Method
The customers GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider to create the mht output file in.
Mime type to set for the stream.
Suggested file extension to set for the stream.

In This Topic
    Finish Method (MhtStreamProvider)
    In This Topic
    Combines all the mime parts of the primary and secondary streams into the GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider provided by the customer.
    Syntax
    'Declaration
     
    Public Sub Finish( _
       ByVal streamProvider As StreamProvider, _
       Optional ByVal mimeType As String, _
       Optional ByVal fileExtension As String _
    ) 
    public void Finish( 
       StreamProvider streamProvider,
       string mimeType,
       string fileExtension
    )

    Parameters

    streamProvider
    The customers GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider to create the mht output file in.
    mimeType
    Mime type to set for the stream.
    fileExtension
    Suggested file extension to set for the stream.
    See Also