| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub Save( _ ByVal fileName As String, _ ByVal fmt As RdfFormat _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- fileName
- File path where the document will be saved.
- fmt
- Uses the RdfFormat enumeration to specify the file format in which to save the report.
| C# | Copy Code |
|---|---|
private void btnSave_Click(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click | |