ActiveReports Developer 7
Load(Stream) Method
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > Page Class > Load Method : Load(Stream) Method

stm
Specifies the Stream that contains the previously saved page content.

Glossary Item Box

Loads page content from the specified stream.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Load( _
   ByVal stm As System.IO.Stream _
) As System.Boolean
C# 
public System.bool Load( 
   System.IO.Stream stm
)

Parameters

stm
Specifies the Stream that contains the previously saved page content.

See Also