ActiveReports 8
ExportToStream Method
See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common.Model Namespace > IExportableReport Interface : ExportToStream Method

type
export type
toStream
write stream

Glossary Item Box

Export report to stream

Syntax

Visual Basic (Declaration) 
Sub ExportToStream( _
   ByVal type As ExportType, _
   ByVal toStream As System.IO.Stream _
) 
C# 
void ExportToStream( 
   ExportType type,
   System.IO.Stream toStream
)

Parameters

type
export type
toStream
write stream

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