Saves the Document content to a stream or a file.
[Visual Basic] Overloads Public Sub Save(Stream)
Saves the Document content to a stream in the specified file format.
[Visual Basic] Overloads Public Sub Save(Stream,RdfFormat)
Saves the Document content to a stream in the specified file format with the specified compression.
[Visual Basic] Overloads Public Sub Save(Stream,RdfFormat,SaveOptions)
Saves the report document to the specified file.
[Visual Basic] Overloads Public Sub Save(String)
Saves the report document to the specified file using the specified file format.
[Visual Basic] Overloads Public Sub Save(String,RdfFormat)
Saves the report document to the specified file using the specified file format with the specified compression.
[Visual Basic] Overloads Public Sub Save(String,RdfFormat,SaveOptions)
[C#]
private void Form1_Load(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load |
Document Class | Document Members | Load method | LoadUrl property | Walkthrough: Saving and Loading to a Memory Stream
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.