ActiveReports 9
Load(String) Method
Example 

Document file name.
Loads a document from the specified file.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal fileName As System.String _
) 
public void Load( 
   System.string fileName
)

Parameters

fileName
Document file name.
Example
private void btnLoad_Click(object sender, System.EventArgs e)
{
    arv.Document.Load(Application.StartupPath + "\\Document.rdf");
}
Private Sub btnLoad_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click
    arv.Document.Load(Application.StartupPath & "\Document.rdf")
End Sub
See Also

Reference

SectionDocument Class
SectionDocument Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum