ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document Namespace / SectionDocument Class / Load Method / Load(String) Method
The RDF file used to load the document.
Example

In This Topic
    Load(String) Method
    In This Topic
    Loads the document from the specified RDF file.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal fileName As String _
    ) 
    public void Load( 
       string fileName
    )

    Parameters

    fileName
    The RDF file used to load the document.
    Example
    var document = new GrapeCity.ActiveReports.Document.SectionDocument();
    document.Load("Document.rdf");
    See Also