ActiveReports 12
CreateSecondaryStream Method (MemoryStreamProvider)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Rendering.IO Namespace > MemoryStreamProvider Class : CreateSecondaryStream Method
A string value in the name for the secondary stream. The relative name is appended to the MemoryStreamProvider name prefix
A string value indicating the mime type for the primary stream.
A string value indicating the file extension to use for the secondary stream.
Creates a secondary stream in the stream provider.
Syntax
'Declaration
 
Public Overrides Function CreateSecondaryStream( _
   ByVal relativeName As String, _
   ByVal mimeType As String, _
   ByVal suggestedFileExtension As String _
) As StreamInfo
public override StreamInfo CreateSecondaryStream( 
   string relativeName,
   string mimeType,
   string suggestedFileExtension
)

Parameters

relativeName
A string value in the name for the secondary stream. The relative name is appended to the MemoryStreamProvider name prefix
mimeType
A string value indicating the mime type for the primary stream.
suggestedFileExtension
A string value indicating the file extension to use for the secondary stream.

Return Value

StreamInfo.
See Also

Reference

MemoryStreamProvider Class
MemoryStreamProvider Members