[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.IO.Mht.MhtStreamProvider.CreateSecondaryStream

CreateSecondaryStream Method

CreateSecondaryStream(string, string, string)

Creates a secondary stream to add to the stream provider's secondary stream array.

Declaration
public override StreamInfo CreateSecondaryStream(string relativeName, string mimeType, string suggestedFileExtension)
Parameters
Type Name Description
string relativeName

A string value indicating the name to give the secondary stream. The outputFileNamePrefix will be added to the beginning of this name.

string mimeType

A string value indicating the mime type ('image/png', 'text/html', etc).

string suggestedFileExtension

A string value with the suggested file extension to appended to the end of the file name.

Returns
Type Description
StreamInfo

A StreamInfo for the created primary stream.

Overrides