ActiveReports Developer 7
CreateSecondaryStream Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.IO Namespace > StreamProvider Class : CreateSecondaryStream Method

relativeName
relative name
mimeType
mime type of the primary stram
suggestedFileExtension
suggested file extension

Glossary Item Box

 
Returns StreamInfo of the primary stream.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function CreateSecondaryStream( _
   ByVal relativeName As System.String, _
   ByVal mimeType As System.String, _
   ByVal suggestedFileExtension As System.String _
) As StreamInfo
C# 
public abstract StreamInfo CreateSecondaryStream( 
   System.string relativeName,
   System.string mimeType,
   System.string suggestedFileExtension
)

Parameters

relativeName
relative name
mimeType
mime type of the primary stram
suggestedFileExtension
suggested file extension

See Also