ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document Namespace / SectionDocument Class / Load Method / Load(String) Method
The RDF file.

In This Topic
    Load(String) Method
    In This Topic
    Loads 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.
    See Also