ActiveReports 8
CreatePrimaryStream Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.IO Namespace > StreamProvider Class : CreatePrimaryStream Method

mimeType
mime type of the primary stram
suggestedFileExtension
suggested file extension

Glossary Item Box

Returns DataDynamics.Reports.Extensibility.IO.StreamInfo of the primary stream.

Syntax

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

Parameters

mimeType
mime type of the primary stram
suggestedFileExtension
suggested file extension

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also