See Also

Document Class  | Document Members  | Overload List  | Load method  | LoadUrl property

Language

Visual Basic

C#

Show All

fileName
File path where the document will be saved.
See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

Save(String) Method

Saves the report document to the specified file.

[Visual Basic]
Overloads Public Sub Save( _    ByVal fileName As String _ )
[C#]
public void Save(    string fileName );

Parameters

fileName
File path where the document will be saved.

Remarks

Default file format is ARNet RDF file.

Example

[C#] 

private void btnSave_Click(object sender, System.EventArgs e) 

    arv.Document.Save(Application.StartupPath + "\\Document.rdf"); 
}

[Visual Basic] 

Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click
    arv.Document.Save(Application.StartupPath & "\Document.rdf")
End Sub

See Also

Document Class  | Document Members  | Overload List  | Load method  | LoadUrl property

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.