| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function Save( _ ByVal stm As Stream _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool Save( Stream stm ) | |
Parameters
- stm
- Specifies the stream to which to store the page content.
| ActiveReports.Viewer3 | Request technical support |
| Save(Stream) Method | |
| See Also | |
|
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function Save( _ ByVal stm As Stream _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool Save( Stream stm ) | |