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

stream
Stream with report. Note: Page report with master file should contains full path to master file.
format

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
Stream with report. Note: Page report with master file should contains full path to master file.
format

See Also