'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.