ActiveReports Developer 7
LoadDocument(Stream,DocumentFormat) Method
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class > LoadDocument Method : LoadDocument(Stream,DocumentFormat) Method

stream
The System.IO.Stream to load the report from.
format
The format of the report to be loaded.

Glossary Item Box

Loads the document from stream.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub LoadDocument( _
   ByVal stream As System.IO.Stream, _
   ByVal format As DocumentFormat _
) 
C# 
public void LoadDocument( 
   System.IO.Stream stream,
   DocumentFormat format
)

Parameters

stream
The System.IO.Stream to load the report from.
format
The format of the report to be loaded.

See Also