ActiveReports 9
Save(Stream) Method

Specifies the stream to which to store the page content.
Saves page content to the specified Stream.
Syntax
'Declaration
 
Public Overloads Function Save( _
   ByVal stm As System.IO.Stream _
) As System.Boolean
public System.bool Save( 
   System.IO.Stream stm
)

Parameters

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

Reference

Page Class
Page Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum