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


stm
Specifies the stream to which to store the page content.
Saves page content to the specified Stream.

Syntax

Visual Basic (Declaration) 
Overloads Public Function Save( _
   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.Save(stm)
C# 
public bool Save( 
   Stream stm
)

Parameters

stm
Specifies the stream to which to store the page content.

See Also