ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Rendering.IO.Mht Namespace / MhtStreamProvider Class / MhtStreamProvider Constructor
the prefix to use for the output file names.

In This Topic
    MhtStreamProvider Constructor
    In This Topic
    Creates a new instance of the MhtStreamProvider
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal outputFileNamePrefix As String _
    )
    public MhtStreamProvider( 
       string outputFileNamePrefix
    )

    Parameters

    outputFileNamePrefix
    the prefix to use for the output file names.
    See Also