Save(Stream,Boolean,Boolean) Method
In This Topic
Saves the current report definition to a stream.
Syntax
'Declaration
Public Overloads Sub Save( _
ByVal As System.IO.Stream, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
)
public void Save(
System.IO.Stream ,
System.bool ,
System.bool
)
Parameters
- stream
- The stream to save to.
- embedPics
- Indicates whether to embed images into the output file.
- embedSubs
- Indicates whether to embed subreports into the output file.
See Also