ActiveReports.Viewer3 Request technical support
Load(Stream) Method
See Also 


stm
Specifies the Stream that contains the previously saved page content.
Loads page content from the specified stream.

Syntax

Visual Basic (Declaration) 
Overloads Public Function Load( _
   ByVal stm As Stream _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Page
Dim stm As Stream
Dim value As Boolean
 
value = instance.Load(stm)
C# 
public bool Load( 
   Stream stm
)

Parameters

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

See Also