[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider.CreateSecondaryStream

CreateSecondaryStream Method

CreateSecondaryStream(string, string, string)

Returns GrapeCity.ActiveReports.Extensibility.IO.StreamInfo of the primary stream.

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

relative name

string mimeType

mime type of the primary stream

string suggestedFileExtension

suggested file extension

Returns
Type Description
StreamInfo