ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / IDocumentLoader Interface / Load Method

In This Topic
    Load Method (IDocumentLoader)
    In This Topic
    Loads a document
    Syntax
    'Declaration
     
    Sub Load( _
       ByVal obj As ILoadableFromFileAndStream _
    ) 
    void Load( 
       ILoadableFromFileAndStream obj
    )

    Parameters

    obj
    See Also