| Overload | Description |
|---|---|
| Save(String,RdfFormat) | Saves the report document to the specified file using the specified file format. |
| Save(String,RdfFormat,SaveOptions) | Saves the report document to the specified file using the specified file format with the specified compression. |
| Save(String) | Saves the report document to the specified file. |
| Save(Stream,RdfFormat) | Saves the Document content to a stream in the specified file format. |
| Save(Stream,RdfFormat,SaveOptions) | Saves the Document content to a stream in the specified file format with the specified compression. |
| Save(Stream) | Saves the Document content to a Stream. |
| C# | Copy Code |
|---|---|
private void Form1_Load(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load | |