ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.WinformsSpecific Namespace / FileDocumentLoader Class / Load Method

In This Topic
    Load Method (FileDocumentLoader)
    In This Topic
    Loads a document from file
    Syntax
    'Declaration
     
    Public Sub Load( _
       ByVal obj As ILoadableFromFileAndStream _
    ) 
    public void Load( 
       ILoadableFromFileAndStream obj
    )

    Parameters

    obj
    See Also